TenLing package repositories

Static APT and DNF repos for TenLing, published from GitHub Releases (no third-party account). Current version: 0.3.1.

Debian / Ubuntu (APT)

echo "deb [trusted=yes] https://sihanteng.github.io/tenling/apt ./" | sudo tee /etc/apt/sources.list.d/tenling.list
sudo apt update
sudo apt install tenling

Fedora / RHEL (DNF)

sudo tee /etc/yum.repos.d/tenling.repo <<'EOF'
[tenling]
name=TenLing
baseurl=https://sihanteng.github.io/tenling/rpm
enabled=1
gpgcheck=0
EOF
sudo dnf install tenling

Browse APT · Browse RPM · All releases