At the start of this problem, I had a full head of hair like JFK and now I look like Kojak. If I sound irritated, please don't take it personally. I've just slammed into a brick wall over and over for something that should be simple and easy, IMO. I just want the repositories to work so that I can upgrade my distro. It was last summer sometime when I installed Kubuntu 19.04. I spent HOURS getting things set up how I want them, and installing everything that I use. If I had to install a distro from scratch, that would represent weeks worth of work to get things customized to how Kubuntu 19.04 is right now.
I did not realize that 19.04 was ending its life. All of a sudden one day, Software Discover simple would not work when I needed to update some apps. Here's what it looked like:
After asking on a Kubuntu Facebook group, I realized that support is dropping for it. I figured, no big deal, I'll just run the upgrade commands in the terminal. I tried this, and here's the result:
Actually, this is how it does it after I made some changes recommended by folks in the Kubuntu FB group. I then tried this:
The result was identical.
Here we go. I found the recommended commands from the other group that I ran:
If I try to install anything with Discover, Muon, or the terminal, I get a package not found error. If I try to run the upgrade commands, the upgrade won't work, as you can see in my code examples. It's like Kubuntu is taunting me with, “Na na na, you're going to have to install from scratch.” I'm trying to avoid that after having invested hours and hours wiping Linux Mint/KDE from my system last summer and going with Kubuntu. If I had known this would be the result, I certainly would not have done this. I thought it would be simple to just upgrade to the next Kubuntu whenever necessary.
If I do have to install from scratch, I do have all my settings documented in a CherryTree file. There I also have documented every application I've installed, and info on how to install it if it's not a repository one. Everything I've done is documented, fortunately, but a distro install from scratch still represents weeks of work to get back to where I am now.
Is there some way to save all my Kubuntu settings and then import them after I do an install from scratch? That's basically what I do with LibreOffice. I keep my LO profile saved, and then if I do a distro change or a LO Office reinstall, I just have to copy my LO profile into the new install. Saves me a lot of time. If something like that exists for my Kubuntu settings, that would save me a huge amount of time. Then in my CherryTree documentation file, I have the apps I used categorized into different branches named as "high," "medium," "low," and "basement" priorities. I've done it that way for a while so that if I ever have to start from scratch, I'm at least well organized to get the important stuff installed first.
A guy on the other forum recommends:
I checked out that link. To me the page looks like a pre-BCE Egyptian prayer book. I just need the repositories to work one more time so that I can tell Kubuntu to update to the latest version. It's been an exercise in sheer frustration trying to get something so basic to do it. I feel like throwing my computer into the Grand Canyon, or even worse, going back to Windows.
If anyone knows what might work, please let me know. Also, will this Kubuntu 20.04 release that we're supposed to see on April 23rd let you set it as LTS? I don't like having to install a distro from scratch every year or less. I was trying to make this thing stable so that I can do work on it every day and not have to spend my time and effort having to troubleshoot it.
If anyone has any suggestions, they're greatly appreciated. I just want this thing to let me update. I just want the repositories to work. I just want to avoid installing the distro from scratch.
I did not realize that 19.04 was ending its life. All of a sudden one day, Software Discover simple would not work when I needed to update some apps. Here's what it looked like:
After asking on a Kubuntu Facebook group, I realized that support is dropping for it. I figured, no big deal, I'll just run the upgrade commands in the terminal. I tried this, and here's the result:
Code:
apt-get update && sudo apt upgrade -y Reading package lists... Done E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock directory /var/lib/apt/lists/ W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied) W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
Code:
apt-get update --allow-insecure-repositories && sudo apt upgrade -y --allow-insecure-repositories
Here we go. I found the recommended commands from the other group that I ran:
Code:
sudo apt update && sudo apt autoclean apt list --upgradeable sudo apt full-upgrade -y sudo apt autoclean && sudo apt autoremove -y
If I do have to install from scratch, I do have all my settings documented in a CherryTree file. There I also have documented every application I've installed, and info on how to install it if it's not a repository one. Everything I've done is documented, fortunately, but a distro install from scratch still represents weeks of work to get back to where I am now.
Is there some way to save all my Kubuntu settings and then import them after I do an install from scratch? That's basically what I do with LibreOffice. I keep my LO profile saved, and then if I do a distro change or a LO Office reinstall, I just have to copy my LO profile into the new install. Saves me a lot of time. If something like that exists for my Kubuntu settings, that would save me a huge amount of time. Then in my CherryTree documentation file, I have the apps I used categorized into different branches named as "high," "medium," "low," and "basement" priorities. I've done it that way for a while so that if I ever have to start from scratch, I'm at least well organized to get the important stuff installed first.
A guy on the other forum recommends:
The 19.04 repositories are not available anymore, this version is outdated. Try the "old-releases" archives.
http://old-releases.ubuntu.com/releases/
http://old-releases.ubuntu.com/releases/
If anyone knows what might work, please let me know. Also, will this Kubuntu 20.04 release that we're supposed to see on April 23rd let you set it as LTS? I don't like having to install a distro from scratch every year or less. I was trying to make this thing stable so that I can do work on it every day and not have to spend my time and effort having to troubleshoot it.
If anyone has any suggestions, they're greatly appreciated. I just want this thing to let me update. I just want the repositories to work. I just want to avoid installing the distro from scratch.
Comment