I am unable to install synaptic on my system. I have tried the following but no luck.
sudo apt-get update
sudo apt-get install synaptic
I get the output:
Reading package lists... Done
Building dependency tree Reading state information... Done
Package synaptic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'synaptic' has no installation candidate
This is the error message I get when I run sudo apt update :
cccc@cccc:~$ sudo apt update
[sudo] password for ccccc:
Ign:1 http://gb.archive.ubuntu.com/ubuntu artful InRelease
Hit:2 http://archive.canonical.com/ubuntu artful InRelease
Ign:3 http://gb.archive.ubuntu.com/ubuntu artful-updates InRelease
Ign:4 http://gb.archive.ubuntu.com/ubuntu artful-backports InRelease
Ign:5 http://gb.archive.ubuntu.com/ubuntu artful-security InRelease
Err:6 http://gb.archive.ubuntu.com/ubuntu artful Release
404 Not Found [IP: 91.189.88.149 80]
Err:7 http://gb.archive.ubuntu.com/ubuntu artful-updates Release
404 Not Found [IP: 91.189.88.149 80]
Err:8 http://gb.archive.ubuntu.com/ubuntu artful-backports Release
404 Not Found [IP: 91.189.88.149 80]
Err:9 http://gb.archive.ubuntu.com/ubuntu artful-security Release
404 Not Found [IP: 91.189.88.149 80]
Reading package lists... Done
E: The repository 'http://gb.archive.ubuntu.com/ubuntu artful 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://gb.archive.ubuntu.com/ubuntu artful-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://gb.archive.ubuntu.com/ubuntu artful-
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.
E: The repository 'http://gb.archive.ubuntu.com/ubuntu artful-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.
Does anyone know how to install it?
sudo add-apt-repository universe
and retry. – N0rbert May 25 '19 at 21:02/etc/apt/sources.list
that have eitherarm64
orbinary-arm64
in the line? I found a bug where this line disables other lines in sources.list unless it's commented out by preceding it with a#
character. – karel May 25 '19 at 21:42sudo apt update
, including all error messages. – user535733 May 26 '19 at 00:29artful
is EOL. – mook765 May 31 '19 at 11:59