File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010Add this sources.list.d entry (DEB822-style):
1111< code >
1212Types: deb
13- URIs: https://xlibre-debian.github.io/[system]
13+ URIs: https://xlibre-debian.github.io/[system]/
1414Suites: main
1515Components: stable
16- Signed-By: /etc/apt/keyrings/NexusSfan.asc
16+ Architectures: amd64
17+ Signed-By: /usr/share/keyrings/NexusSfan.pgp
1718</ code >
1819
1920Where < 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 >
2223This 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 >
You can’t perform that action at this time.
0 commit comments