Debian
Debian repository for XLibre (unofficial)
Install / Use
/learn @xlibre-deb/DebianREADME
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
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
Security Score
Audited on Mar 23, 2026
