Skip to content

Commit ee02dd7

Browse files
authored
1 parent de41cb7 commit ee02dd7

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

index.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,29 @@
1010
Add this sources.list.d entry (DEB822-style):
1111
<code>
1212
Types: deb
13-
URIs: https://xlibre-debian.github.io/[system]
13+
URIs: https://xlibre-debian.github.io/[system]/
1414
Suites: main
1515
Components: stable
16-
Signed-By: /etc/apt/keyrings/NexusSfan.asc
16+
Architectures: amd64
17+
Signed-By: /usr/share/keyrings/NexusSfan.pgp
1718
</code>
1819

1920
Where <code>[system]</code> can be <code>debian</code> or <code>devuan</code> depending if you have systemd or not.
2021

21-
Now, run <code>wget -O - https://mrchicken.nexussfan.cz/publickey.asc | sudo tee /etc/apt/keyrings/NexusSfan.asc</code>
22+
Now, run <code>curl -fsSL https://mrchicken.nexussfan.cz/publickey.asc | gpg --dearmor | sudo tee /usr/share/keyrings/NexusSfan.pgp > /dev/null</code>
2223
This will set up the publickey.
2324

24-
You can install XLibre with <code>sudo apt install xlibre xlibre-archive-keyring</code>
25+
After updating the package cache, you can install XLibre with <code>sudo apt install xlibre xlibre-archive-keyring</code>
26+
27+
----------
28+
29+
Uninstall:
30+
31+
<code>
32+
sudo apt remove xlibre xserver-xlibre*
33+
sudo apt install xorg
34+
sudo rm /etc/apt/sources.list.d/xlibre-debian.sources /usr/share/keyrings/NexusSfan.pgp
35+
</code>
2536
</pre>
2637
</body>
2738
</html>

0 commit comments

Comments
 (0)