Moving to Debian Unstable
Debian is often chosen for its stability and for a system that just works. However, that stability often means that packages can become out of date. Moving to the unstable branch might be an option.
Debian Unstable will provide you with newer packages, but there are inherent risks of breakages, since the packages have not been fully tested. If you do move to Unstable, it's probably best not to do it on a critical machine where you need guaranteed stability. With that said, the steps to move from Debian Stable to Unstable:
-
Using an editor such as nano, micro or vim open the Apt Sources file. Apt downloads packages from one or more software repositories (sources) and installs them onto your computer.
-
In the
sources.list
there needs to be only two entries (see screenshot below):The other entries/sources can be commented out using the
#
at the beginning of the line. This will stop them from running. You can also delete the unneeded sources if desired. -
Next, to update the sources list run
&&
This may take some time.
Tip
In order to make your life easier in the Unstable version install the apt-listbugs and apt-listchanges packages so that you are notified "of grave bugs or important changes when you install new packages or during an upgrade." 1
&&
There is additional debian guidance for Unstable/Sid user which it is worth taking note of in the link below.
Sources: