SkillAgentSearch skills...

Debian

Debian repository for XLibre (unofficial)

Install / Use

/learn @xlibre-deb/Debian
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Debian Repository for XLibre

Install

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

sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://xlibre-deb.github.io/key.asc | sudo tee /etc/apt/keyrings/xlibre-deb.asc
sudo chmod a+r /etc/apt/keyrings/xlibre-deb.asc

cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-deb.sources
Types: deb deb-src
URIs: https://xlibre-deb.github.io/debian/
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/xlibre-deb.asc
EOF

sudo apt-get update
sudo apt-get install xlibre

Or using extrepo: #9

sudo apt install -y extrepo
sudo extrepo enable xlibre
sudo apt update
sudo apt install xlibre

For Debian 12 (bookworm) users

You might need to install libdrm* packages from Debian bookworm-backports repository.

cat <<EOF | sudo tee /etc/apt/sources.list.d/debian-backports.sources
Types: deb deb-src
URIs: http://deb.debian.org/debian
Suites: bookworm-backports
Components: main
Enabled: yes
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
EOF

sudo apt-get update
sudo apt-get install -y -t bookworm-backports 'libdrm*'

Support Status

| Release | Status | Arch | |----------------------|------------------|--------------| | bookworm (oldstable) | ✅ | amd64, arm64 | | trixie (stable) | ✅ | amd64, arm64 | | forky (testing) | ✅ | amd64, arm64 | | sid (unstable) | Alias of testing | |

Related Skills

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated7d ago
Forks5

Security Score

80/100

Audited on Mar 23, 2026

No findings