File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Devuan Repository for XLibre
2+
3+ ``` sh
4+ sudo apt-get update
5+ sudo apt-get install -y ca-certificates curl
6+
7+ sudo install -m 0755 -d /usr/share/keyrings
8+ curl -fsSL https://mrchicken.nexussfan.cz/publickey.asc | gpg --dearmor | sudo tee /usr/share/keyrings/NexusSfan.pgp > /dev/null
9+ sudo chmod a+r /usr/share/keyrings/NexusSfan.pgp
10+
11+ cat << EOF | sudo tee /etc/apt/sources.list.d/xlibre-debian.sources
12+ Types: deb
13+ URIs: https://xlibre-debian.github.io/devuan/
14+ Suites: main
15+ Components: stable
16+ Signed-By: /usr/share/keyrings/NexusSfan.pgp
17+ EOF
18+
19+ sudo apt-get update
20+ sudo apt-get install xlibre xlibre-archive-keyring
21+ ```
22+
23+ If you are using Devuan Testing (Freia) then use ` Components: testing `
24+
25+ If you wish to uninstall XLibre and return to Xorg:
26+ ``` sh
27+ sudo apt-get update
28+ sudo apt-get remove xlibre xserver-xlibre* nexussfan-archive-keyring
29+ sudo apt-get install xorg
30+ sudo rm -f /etc/apt/sources.list.d/xlibre-debian.sources
31+ ```
You can’t perform that action at this time.
0 commit comments