SkillAgentSearch skills...

Ubuntu

Ubuntu repository for XLibre (unofficial)

Install / Use

/learn @xlibre-deb/Ubuntu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Ubuntu Repository for XLibre

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/ubuntu/
Suites: $(. /etc/os-release && echo "$UBUNTU_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

Support Status

| Release | Status | Arch | |----------|--------|--------------| | noble | ✅ | amd64, arm64 | | plucky | ✅ | amd64, arm64 | | questing | ✅ | amd64, arm64 |

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated2mo ago
Forks3

Security Score

80/100

Audited on Jan 24, 2026

No findings