Difference between revisions of "Arch Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
m (added to installation category)
m (Fix typo in release notes link.)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
The current latest release ([[Release Notes For R14.0.13|R14.0.13]]) is available for Arch in the form of prebuilt packages for x86_64, aarch64 and armv7h architectures.
{{TODO}}
 
 
The current latest release ([[Release Notes For R14.0.11|R14.0.11]]) is available for Arch in the form of prebuilt packages for the x86_64 architecture.
 
   
 
= Instructions =
 
= Instructions =
   
1. Add the following repository to your system:
+
1. Add official Trinity ArchLinux repository to <kbd>/etc/pacman.conf</kbd> on your system:
   
  +
[trinity]
https://mirror.ppa.trinitydesktop.org/trinity/archlinux
+
Server = https://mirror.ppa.trinitydesktop.org/trinity/archlinux/$arch
  +
  +
2. Fetch GPG key and add to pacman keychain on your system:
  +
  +
<syntaxhighlight lang="shell-session">
  +
# pacman-key --recv-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
  +
# pacman-key --lsign-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
  +
</syntaxhighlight>
   
2. Synchronize Pacman databases (optionally update your system)
+
3. Synchronize Pacman databases (optionally update your system):
   
 
<syntaxhighlight lang="shell-session">
 
<syntaxhighlight lang="shell-session">
Line 15: Line 21:
 
</syntaxhighlight>
 
</syntaxhighlight>
   
3. Install the necessary packages.
+
4. Install the necessary packages.
 
: e.g. for a full Trinity installation:
 
: e.g. for a full Trinity installation:
   

Revision as of 15:19, 30 October 2022

The current latest release (R14.0.13) 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:

# 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