Packages in unstable
All Packages
Installation
# Add the repository key
wget -O - '${REPO_URL}/key.asc' | sudo apt-key add -
# Add the repository
echo 'deb ${REPO_URL} unstable main' | sudo tee -a /etc/apt/sources.list
# Update package lists
sudo apt update
wget -O - '${REPO_URL}/key.asc' | sudo apt-key add -
# Add the repository
echo 'deb ${REPO_URL} unstable main' | sudo tee -a /etc/apt/sources.list
# Update package lists
sudo apt update