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

How to upgrade debian 9 stretch to debian 10 buster?


Asked by Santino Lynn on Dec 02, 2021 FAQ



Know command to upgrade Debian 9 Stretch to 10 Buster using command terminal The first thing we need is the bootable ISO image of the latest launched Debian 10 buster. Debian 10 is available in Small ISO image with a size of 334 MB only which is quick and easy to download and burn on CD or USB stick.
In this manner,
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
Consequently, How to Upgrade Debian 8 Jessie to Debian Linux 9 Stretch. Contents. Upgrade to Debian Version 9 Stretch. Step 1: Prepare to Upgrade. Step 2: Update Package Manager and Repositories. Step 3: Upgrade from Debian Jessie 8 to Debian 9. Step 4: Verify Debian Upgrade. Step 5: Post-upgrade Cleanup.
Subsequently,
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.
Accordingly,
This is done by editing /etc/apt/sources.list file to include Debian stretch package repository. First, make a backup the current /etc/apt/sources.list: Execute apt edit-sources or use your favourite text editor e.g., VIM to modify a current /etc/apt/sources.list file to include stretch repositories.