I am using Ubuntu 22.10 on a Digital Ocean image. I try to run this command:
sudo apt-add-repository -y ppa:brightbox/ruby-ng
but I get these specific error messages in output;
Err:3 http://old-releases.ubuntu.com/ubuntu kinetic-security Release
404 Not Found [IP: 185.125.190.37 80]
Err:8 https://ppa.launchpadcontent.net/brightbox/ruby-ng/ubuntu kinetic Release
404 Not Found [IP: 185.125.190.52 443]
E: The repository 'http://old-releases.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 'https://ppa.launchpadcontent.net/brightbox/ruby-ng/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.
So I tried given solutions in these sources:
https://stackoverflow.com/questions/53800051/repository-does-not-have-a-release-file-error
How can I fix a 404 Error when using a PPA or updating my package lists?
https://futurestud.io/tutorials/how-to-fix-ubuntu-debian-apt-get-404-not-found-repository-errors
Besides, I tried apt update
and got the same errors above.
source.list
? – Turhan Ergene Oct 28 '22 at 23:51