I get 3 messages:
E: the repository'http://archive.ubuntu.com/ubuntu kinetic Release' does not have a Release file
updating from such a repository can't be done securely and is therefore disabled by default
W: see apt-secure (8) manpage for repository creation and user configuration details
Do I create the required repository on my computer? If I create the required repository on my computer what are the configuration details?
/etc/apt/sources.list
and remove the line withkinetic
as that refers to an older Ubuntu version than what you have installed … Then runsudo apt update
again. – Raffa Nov 27 '23 at 19:47