Article 6F53Y Problems upgrading my Ubuntu OS

Problems upgrading my Ubuntu OS

by
Drosera_capensis
from LinuxQuestions.org on (#6F53Y)
I am trying to upgrade my os from Ubuntu 22.10 kinetic to Ubuntu 23.04.

Code:sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies.
gridengine-client : Depends: libhwloc15 (>= 2.6.0) but it is not installed
Depends: libjemalloc2 (>= 2.1.1) but it is not installed
N: Ignoring file 'qgis-archive-keyring.gpg' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).So, I try to fix the broken install.

Code:sudo apt --fix-broken install
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/universe/h/hwloc/libhwloc15_2.8.0-1_amd64.deb 404 Not Found [IP: 185.125.190.39 80]
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/universe/j/jemalloc/libjemalloc2_5.2.1-5_amd64.deb 404 Not Found [IP: 185.125.190.39 80]
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/universe/h/hwloc/libhwloc-plugins_2.8.0-1_amd64.deb 404 Not Found [IP: 185.125.190.39 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?So, I try to update softwares.

Code:sudo apt-get update
Ign:1 http://gb.archive.ubuntu.com/ubuntu kinetic InRelease
Ign:2 http://gb.archive.ubuntu.com/ubuntu kinetic-updates InRelease
Ign:3 http://gb.archive.ubuntu.com/ubuntu kinetic-backports InRelease
Ign:4 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 InRelease
Err:5 http://gb.archive.ubuntu.com/ubuntu kinetic Release
404 Not Found [IP: 185.125.190.39 80]
Hit:6 https://updates.signal.org/desktop/apt xenial InRelease
Err:7 http://gb.archive.ubuntu.com/ubuntu kinetic-updates Release
404 Not Found [IP: 185.125.190.39 80]
Err:8 http://gb.archive.ubuntu.com/ubuntu kinetic-backports Release
404 Not Found [IP: 185.125.190.39 80]
Err:9 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 Release
404 Not Found [IP: 195.135.221.134 80]
Ign:10 http://security.ubuntu.com/ubuntu kinetic-security InRelease
Err:11 http://security.ubuntu.com/ubuntu kinetic-security Release
404 Not Found [IP: 91.189.91.81 80]
Hit:12 http://deb.playonlinux.com trusty InRelease
Hit:13 https://debian.qgis.org/debian bullseye InRelease
Reading package lists... Done
N: Ignoring file 'qgis-archive-keyring.gpg' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: The repository 'http://gb.archive.ubuntu.com/ubuntu kinetic Release' no longer has 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.
E: The repository 'http://gb.archive.ubuntu.com/ubuntu kinetic-updates Release' no longer has 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.
E: The repository 'http://gb.archive.ubuntu.com/ubuntu kinetic-backports Release' no longer has 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.
E: The repository 'http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 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.
E: The repository 'http://security.ubuntu.com/ubuntu kinetic-security Release' no longer has 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.
W: http://deb.playonlinux.com/dists/trusty/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.I am not sure what I should try now to upgrade my system.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments