From a79e7ac1959f303f33ff6fb075df72c482c72b88 Mon Sep 17 00:00:00 2001 From: Henrik Lutzmann Date: Tue, 7 Jan 2025 11:47:53 +0100 Subject: [PATCH] =?UTF-8?q?Upgrade=2022=20to=2022.1.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Upgrade 22 to 22.1.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Upgrade 22 to 22.1.md diff --git a/Upgrade 22 to 22.1.md b/Upgrade 22 to 22.1.md new file mode 100644 index 0000000..b83537c --- /dev/null +++ b/Upgrade 22 to 22.1.md @@ -0,0 +1,28 @@ +Upgrade from 22 to 22.1: by means of the terminal (emergency measure) + +Sometimes upgrading from 22 to 22.1 by means of Update Manager doesn't succeed, for unclear reasons. +Even in cases when the official upgrade feature has already been made available. + +In that case you can do the upgrade as follows, by means of the terminal: + +a. Launch a terminal window. +(You can launch a terminal window like this: *Click*) + +b. In your sources list, replace the Wilma source (2) by the Xia source (22.1). For that, +use copy/paste to transfer this line into the terminal (it's one line): + +sudo sed -i 's/wilma/xia/g' /etc/apt/sources.list.d/official-package-repositories.list + +Press Enter. + +Then you update the packages list, like this: + +sudo apt-get update + +Then you perform the actual upgrade, in this way: + +sudo apt-get dist-upgrade + +This may take a while. + +When it's done: reboot your computer. You're done! \ No newline at end of file