I am running sudo apt-get update
and I am getting error bellow:
Ign:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease
Ign:2 http://ci.archive.ubuntu.com/ubuntu kinetic InRelease
Err:3 http://security.ubuntu.com/ubuntu kinetic-security Release
404 Not Found [IP: 91.189.91.82 80]
Ign:4 http://ci.archive.ubuntu.com/ubuntu kinetic-updates InRelease
Ign:5 http://ci.archive.ubuntu.com/ubuntu kinetic-backports InRelease
Err:6 http://ci.archive.ubuntu.com/ubuntu kinetic Release
404 Not Found [IP: 185.125.190.39 80]
Err:7 http://ci.archive.ubuntu.com/ubuntu kinetic-updates Release
404 Not Found [IP: 185.125.190.39 80]
Err:8 http://ci.archive.ubuntu.com/ubuntu kinetic-backports Release
404 Not Found [IP: 185.125.190.39 80]
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu kinetic-security 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://ci.archive.ubuntu.com/ubuntu kinetic 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://ci.archive.ubuntu.com/ubuntu kinetic-updates 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://ci.archive.ubuntu.com/ubuntu kinetic-backports 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.
I have in /etc/apt/sources.list
#deb cdrom:[Ubuntu 22.10 _Kinetic Kudu_ - Release amd64 (20221020)]/ kinetic main restricted
See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
newer versions of the distribution.
deb http://ci.archive.ubuntu.com/ubuntu/ kinetic main restricted
deb-src http://ci.archive.ubuntu.com/ubuntu/ kinetic main restricted
Major bug fix updates produced after the final release of the
distribution.
deb http://ci.archive.ubuntu.com/ubuntu/ kinetic-updates main restricted
deb-src http://ci.archive.ubuntu.com/ubuntu/ kinetic-updates main restricted
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team. Also, please note that software in universe WILL NOT receive any
review or updates from the Ubuntu security team.
deb http://ci.archive.ubuntu.com/ubuntu/ kinetic universe
deb-src http://ci.archive.ubuntu.com/ubuntu/ kinetic universe
deb http://ci.archive.ubuntu.com/ubuntu/ kinetic-updates universe
deb-src http://ci.archive.ubuntu.com/ubuntu/ kinetic-updates universe
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team, and may not be under a free licence. Please satisfy yourself as to
your rights to use the software. Also, please note that software in
multiverse WILL NOT receive any review or updates from the Ubuntu
security team.
deb http://ci.archive.ubuntu.com/ubuntu/ kinetic multiverse
deb-src http://ci.archive.ubuntu.com/ubuntu/ kinetic multiverse
deb http://ci.archive.ubuntu.com/ubuntu/ kinetic-updates multiverse
deb-src http://ci.archive.ubuntu.com/ubuntu/ kinetic-updates multiverse
N.B. software from this repository may not have been tested as
extensively as that contained in the main release, although it includes
newer versions of some applications which may provide useful features.
Also, please note that software in backports WILL NOT receive any review
or updates from the Ubuntu security team.
deb http://ci.archive.ubuntu.com/ubuntu/ kinetic-backports main restricted universe multiverse
deb-src http://ci.archive.ubuntu.com/ubuntu/ kinetic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu kinetic-security main restricted
deb-src http://security.ubuntu.com/ubuntu kinetic-security main restricted
deb http://security.ubuntu.com/ubuntu kinetic-security universe
deb-src http://security.ubuntu.com/ubuntu kinetic-security universe
deb http://security.ubuntu.com/ubuntu kinetic-security multiverse
deb-src http://security.ubuntu.com/ubuntu kinetic-security multiverse
Can you help me?