Arch Trinity Repository Installation
2024.04.28: TDE R14.1.2 released!
The Trinity Desktop Environment development team is pleased to announce the immediate availability of the TDE R14.1.2 release.
Arch Trinity Repository Installation Instructions
Jump to navigationJump to search
The current latest release (R14.1.1) is available for Arch in the form of prebuilt packages for x86_64, aarch64 and armv7h architectures.
Instructions
1. Add official Trinity ArchLinux repository to /etc/pacman.conf on your system:
[trinity]
Server = https://mirror.ppa.trinitydesktop.org/trinity/archlinux/$arch
2. Fetch GPG key and add to pacman keychain on your system:
cd /etc/pacman.d/gnupg
kate gpg.con
add
keyserver hkps://keyserver.ubuntu.com:443
and
# pacman-key --recv-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
# pacman-key --lsign-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
3. Synchronize Pacman databases (optionally update your system):
# pacman -Sy
4. Install the necessary packages.
e.g. for a full Trinity installation:
# pacman -S tde-meta
No comments