Skip to content

Commit cf6e020

Browse files
committed
Add README.md
1 parent 3f9a341 commit cf6e020

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
```

0 commit comments

Comments
 (0)