I'm having trouble upgrading my Ubuntu 18.04. Everytime I try, the process is interrupted with the following message:
What do I do?
I'm having trouble upgrading my Ubuntu 18.04. Everytime I try, the process is interrupted with the following message:
What do I do?
Support for 18.04 ended in April of this year so you will have to find the correct mirrors for the archived 18.04. Check the site below.
http://old-releases.ubuntu.com/ubuntu/
You may need to install it
https://ubuntu.pkgs.org/18.04/ubuntu...amd64.deb.html
Its such an old release
@ActionParsnip The problem is, when I attempt to install the file, the terminal says:
ubuntu-minimal is already the newest version (1.417.5)
and aborts the process. So, according to my CPU, I both have and don't have the this file. I'm confused.
Last edited by kubasienczyk; August 4th, 2023 at 01:00 PM.
@yancek Thanks. I've taken a look, but I have zero idea how to utilize this and what to do next.
What's the output for this:
Code:sudo apt-get update
@readableauthor
sudo apt-get update
[sudo] password for dell:
Hit:1 http://archive.canonical.com/ubuntu bionic InRelease
Hit:2 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:3 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic InRelease
Hit:4 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Get:5 https://packages.microsoft.com/repos/ms-teams stable InRelease [5,931 B]
Hit:6 ftp://ftp.fu-berlin.de/linux/ubuntu bionic InRelease
Hit:7 http://ppa.launchpad.net/qbittorrent...-stable/ubuntu bionic InRelease
Hit:8 ftp://ftp.fu-berlin.de/linux/ubuntu bionic-updates InRelease
Hit:9 ftp://ftp.fu-berlin.de/linux/ubuntu bionic-security InRelease
Ign:10 http://ppa.launchpad.net/smoser/bluetooth/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/ubuntuhandb...udacity/ubuntu bionic InRelease
Err:12 http://ppa.launchpad.net/smoser/bluetooth/ubuntu bionic Release
404 Not Found [IP: 185.125.190.52 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/smoser/bluetooth/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
You typically have to comment out or uninstall all ppas and hardware drivers.
Then with new install, reinstall those ppas you may need or want.
But new releases do not always have the same ppa available, either not required or not updated.
UEFI boot install & repair info - Regularly Updated :
https://ubuntuforums.org/showthread.php?t=2147295
Please use Thread Tools above first post to change to [Solved] when/if answered completely.
The updater seems to want to have an official mirror in the sources list which you do not have.
You could do the following:
Add the following lines to the /etc/apt/sources.list:
You can use gedit to edit the file:Code:deb http://archive.ubuntu.com/ubuntu/ bionic main universe multiverse deb http://archive.ubuntu.com/ubuntu/ bionic-security main universe multiverse
Then update local caches:Code:sudo gedit /etc/apt/sources.list
Then try updating the system via a GUI utility from the first post.Code:sudo apt-get update
@readableauthor That got me a tad further. But:
Last edited by kubasienczyk; August 5th, 2023 at 07:40 AM.
Bookmarks