Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Is there an upgrade from debian 9 to debian 10?


Asked by Juelz Costa on Dec 02, 2021 FAQ



The currently supported version is Debian 9, codenamed Stretch. Debian 10, codenamed Buster, is still a work in progress, but a pre-release version is available. Even though Debian 10 has not reached its final release date, you can still run the upgrade.
Indeed,
The Debian team has announced the latest version Debian 10 “Buster” released on July 6th, 2019. This release has code name “ Buster “. Debian 10 is full of new features and upgrades than the previous release. In this tutorial, I will help you to Upgrade Debian 10 Buster from Debian 9 Stretch with simple steps.
Keeping this in consideration, The procedure is as follows: Backup your system. Update existing packages and reboot the Debian 9.x system. Edit the file /etc/apt/sources.list using a text editor and replace each instance of stretch with buster. Update the packages index on Debian Linux, run: sudo apt update Prepare for the operating system upgrade, run: sudo apt upgrade
Just so,
Although Debian tries to ensure that your system stays bootable at all times, there is always a chance that you may experience problems rebooting your system after the upgrade. Known potential issues are documented in this and the next chapters of these Release Notes.
In fact,
Direct upgrades from Debian releases older than 9 (stretch) are not supported. Please follow the instructions in the Release Notes for Debian 9 to upgrade to Debian 9 first. This procedure also assumes your system has been updated to the latest point release of stretch.