I'm able to connect to the Internet (I'm typing this message on the same machine) but Ubuntu won't connect to my net connection when trying to update the OS and software, both via the GUI and via the terminal. Ubuntu version 22.10, connected via Ethernet (working) and it's not behind a firewall.
Via the terminal, when I type sudo apt update
I get:
(base) anthony@Shodan:~$ sudo apt update
[sudo] password for anthony:
Get:1 file:/var/cuda-repo-ubuntu2204-12-0-local InRelease [1,575 B]
Get:1 file:/var/cuda-repo-ubuntu2204-12-0-local InRelease [1,575 B]
Ign:2 http://gb.archive.ubuntu.com/ubuntu kinetic InRelease
Ign:3 http://gb.archive.ubuntu.com/ubuntu kinetic-updates InRelease
Ign:4 http://gb.archive.ubuntu.com/ubuntu kinetic-backports InRelease
Err:5 http://gb.archive.ubuntu.com/ubuntu kinetic Release
404 Not Found [IP: 185.125.190.39 80]
Err:6 http://gb.archive.ubuntu.com/ubuntu kinetic-updates Release
404 Not Found [IP: 185.125.190.39 80]
Err:7 http://gb.archive.ubuntu.com/ubuntu kinetic-backports Release
404 Not Found [IP: 185.125.190.39 80]
Ign:8 http://security.ubuntu.com/ubuntu kinetic-security InRelease
Err:9 http://security.ubuntu.com/ubuntu kinetic-security Release
404 Not Found [IP: 91.189.91.83 80]
Hit:10 https://download.cudo.org/repo/apt stable InRelease
Reading package lists... Done
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://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.
Pinging (ping google.com
) works fine.
The OS side of Ubuntu isn't my forte. I would appreciate some assistance. Thanks.