Upgrading Debian to a new major version
Автор: Chris Wright
Загружено: 2025-08-11
Просмотров: 260
Описание:
This demonstrates how to upgrade between major versions of Debian, such as from Debian 12 Bookworm to 13 Trixie. Download Debian from this website.
https://www.debian.org/
Here's the list of commands I used.
sudo apt update
sudo apt full-upgrade to update all packages if the previous command reported there was available updates.
sudo nano /etc/apt/sources.list
Modify all instances of bookworm or whatever the current distribution name is with the new one. For example, I used trixie to upgrade to the next version.
Save the file with Control-X, y, and enter.
sudo apt update
sudo apt upgrade --without-new-pkgs
sudo apt full-upgrade
sudo reboot
Once you reboot, it's a good idea to run these additional commands to clean old unneeded data.
sudo apt autoremove --purge
sudo apt autoclean
sudo apt clean
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: