diff --git a/archives.html b/archives.html index 9aea764..9ea7145 100644 --- a/archives.html +++ b/archives.html @@ -95,6 +95,11 @@

Archives

+
Do 07 Dezember 2023
+ +
+ Upgrading EOL Ubunut version to the recent version +
Fr 12 Mai 2023
diff --git a/authors.html b/authors.html index c2c6e6b..8a76544 100644 --- a/authors.html +++ b/authors.html @@ -94,7 +94,7 @@

Authors

diff --git a/categories.html b/categories.html index 653837c..8c933fa 100644 --- a/categories.html +++ b/categories.html @@ -95,7 +95,7 @@

Categories

diff --git a/index.html b/index.html index 52ca314..46c5db8 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,26 @@

+
+
+

Upgrading EOL Ubunut version to the recent version

+

+ Posted on Do 07 Dezember 2023 in misc + + +

+
+
+

Upgrading an outdated, end of life (EOL) Ubuntu version (in this case it was 22.10) to a recent one needs a special treatment. +Running just apt dist-upgrade doesn't work, beforehand the apt source files need to be changed, because new packages cannot be retrieved from the old source urls …

+
+ + Continue reading + +
+
+

Installing Snappy (SNAP toolbox python bindings) on Ubuntu 22.10 (kinetic)

diff --git a/upgrading-eol-ubunut-version-to-the-recent-version.html b/upgrading-eol-ubunut-version-to-the-recent-version.html new file mode 100644 index 0000000..20d8e70 --- /dev/null +++ b/upgrading-eol-ubunut-version-to-the-recent-version.html @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + oceanites' blog – Upgrading EOL Ubunut version to the recent version + + + + + + +
+ + + +
+
+ +

Upgrading EOL Ubunut version to the recent version

+

+ Posted on Do 07 Dezember 2023 in misc + +

+
+ + +
+

Upgrading an outdated, end of life (EOL) Ubuntu version (in this case it was 22.10) to a recent one needs a special treatment. +Running just apt dist-upgrade doesn't work, beforehand the apt source files need to be changed, because new packages cannot be retrieved from the old source urls.

+
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
+sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
+sudo apt update
+sudo apt upgrade
+sudo apt dist-upgrade
+sudo do-release-upgrade
+
+
+
+

+

+
+ + + + + + +
+ +
+ + + + \ No newline at end of file