Switching from Debian Stable to Debian Testing with Indonesian Repository
To switch from Debian Stable to Debian Testing and utilize an Indonesian repository, follow these steps:
- Backup the current
sources.listfile:sudo cp /etc/apt/sources.list /etc/apt/sources.list.bakThis creates a backup of your current sources list in case you need to revert to the Stable release.
- Create a new
sources.list:sudo echo "deb http://kartolo.sby.datautama.net.id/debian/ testing main contrib non-free" > /etc/apt/sources.listThis command replaces the sources to point to the Testing repository at an Indonesian mirror.
- Update and upgrade packages:
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -yThis will update the package list and upgrade your system to Debian Testing. The
dist-upgradecommand ensures that all dependencies are managed correctly for the Testing branch.
Switching to Testing allows access to newer packages than those in Debian Stable, while using a local repository can improve download speeds and reliability.
Enjoy Reading This Article?
Here are some more articles you might like to read next: