SkillAgentSearch skills...

Devuan

XLibre Devuan APT repository

Install / Use

/learn @xlibre-debian/Devuan
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Devuan Repository for XLibre

PLEASE READ: If you are using Devuan Stable (Excalibur), you HAVE to enable backports.

sudo apt-get update
sudo apt-get install -y ca-certificates curl

sudo install -m 0755 -d /usr/share/keyrings
curl -fsSL https://mrchicken.nexussfan.cz/publickey.asc | gpg --dearmor | sudo tee /usr/share/keyrings/NexusSfan.pgp > /dev/null
sudo chmod a+r /usr/share/keyrings/NexusSfan.pgp

cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-debian.sources
Types: deb
URIs: https://xlibre-debian.github.io/devuan/
Suites: main
Components: stable
Signed-By: /usr/share/keyrings/NexusSfan.pgp
EOF

sudo apt-get update
sudo apt-get install xlibre xlibre-archive-keyring

If you are using Devuan Testing (Freia) then use Components: testing

If you wish to uninstall XLibre and return to Xorg:

sudo apt-get update
sudo apt-get remove xlibre xserver-xlibre* nexussfan-archive-keyring
sudo apt-get install xorg
sudo rm -f /etc/apt/sources.list.d/xlibre-debian.sources
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated6d ago
Forks0

Languages

Shell

Security Score

80/100

Audited on Mar 23, 2026

No findings