so got bored this weekend and decided to bring a Kubuntu-18.04 install up to 19.10 .
it was a "near" stock install on the SSD I put in this box a wile back , their are 4 other installs and this SSD is a "hole" disk BTRFS file system so some snapshots first and a rollback will be easy.
Fully upgraded the 18.04 (sudo apt-get update && sudo apt-get dist-upgrade) then did a
but got "no new LTS releases" O ya gotta change /etc/update-manager/release-upgrades from "Prompt=lts" to "Prompt=normal"
then it did it's thing and I had 19.04 made sure it was fully up to date , it was , and then "sudo do-release-upgrade" again , and got "no new releases" well the release flags still are not set for it so we do "sudo do-release-upgrade -d" and it goes through.
so far so good
VINNY
it was a "near" stock install on the SSD I put in this box a wile back , their are 4 other installs and this SSD is a "hole" disk BTRFS file system so some snapshots first and a rollback will be easy.
Fully upgraded the 18.04 (sudo apt-get update && sudo apt-get dist-upgrade) then did a
Code:
sudo do-release-upgrade
then it did it's thing and I had 19.04 made sure it was fully up to date , it was , and then "sudo do-release-upgrade" again , and got "no new releases" well the release flags still are not set for it so we do "sudo do-release-upgrade -d" and it goes through.
so far so good
VINNY
Comment