E: The repository 'http//archive.canonical.com precise Release' is not signed“GPG error: Release: The...
"Starve to death" Vs. "Starve to the point of death"
When obtaining gender reassignment/plastic surgery overseas, is an emergency travel document required to return home?
Why is one not obligated to give up his life rather than violate Lashon Hara?
How to politely refuse in-office gym instructor for steroids and protein
Why do all the books in Game of Thrones library have their covers facing the back of the shelf?
Plausible reason for gold-digging ant
What is the industry term for house wiring diagrams?
How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?
Crack the bank account's password!
Why is the "Domain users" group missing from this Powershell AD Query?
A fantasy book with seven white haired women on the cover
What is a good reason for every spaceship to carry a weapon on board?
What language shall they sing in?
Single-row INSERT...SELECT much slower than separate SELECT
Why does 0.-5 evaluate to -5?
Potential client has a problematic employee I can't work with
Custom shape shows unwanted extra line
Does Skippy chunky peanut butter contain trans fat?
Converting very wide logos to square formats
Will rerolling initiative each round stop meta-gaming about initiative?
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
What makes papers publishable in top-tier journals?
Broad Strokes - missing letter riddle
Calculate of total length of edges in Voronoi diagram
E: The repository 'http//archive.canonical.com precise Release' is not signed
“GPG error: Release: The following signatures were invalid: BADSIG”Apt-get failed to fetch from Ubuntu server with error code 404Packages are not available for installationWhy is medibuntu.org still offered as a package source if it has been shutdown since 2010?How to uninstall youtube-dl by using terminalE: The repository 'https://download.01.org/gfx/ubuntu/17.04/main zesty Release' does no longer have a Release fileUbuntu 16.10 Update problem (some repository yakkety release does not have Release )Ubuntu server 18.04 LTS apt unable updateBroken Packages Fix Problem (For Wine)Ubuntu 18.04.1 repositores are not workinghttp://security.debian.org/dists/cosmic/Release 404 Not Found [IP: 151.101.184.204 80]
I used all the given answers from here: "GPG error: Release: The following signatures were invalid: BADSIG"
But still I get the same error every time:
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
First try:
ahadji05@ahadji05-UX330UAR:~$ gpg --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192
gpg: key 16126D3A3E5C1192: 3 signatures not checked due to missing keys
gpg: key 16126D3A3E5C1192: public key "Ubuntu Extras Archive Automatic
Signing Key <ftpmaster@ubuntu.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
ahadji05@ahadji05-UX330UAR:~$ gpg --export --armor 16126D3A3E5C1192 | sudo apt-key add -
OK
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Hit:2 http//security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
Then I tried this:
ahadji05@ahadji05-UX330UAR:~$ sudo -i
root@ahadji05-UX330UAR:~# apt-get clean
root@ahadji05-UX330UAR:~# cd /var/lib/apt
root@ahadji05-UX330UAR:/var/lib/apt# mv lists lists.old
root@ahadji05-UX330UAR:/var/lib/apt# mkdir -p lists/partial
root@ahadji05-UX330UAR:/var/lib/apt# apt-get clean
root@ahadji05-UX330UAR:/var/lib/apt# apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Ign:4 http//archive.canonical.com precise Release.gpg
........
Get:70 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe translation-en [1,604 B]
Get:71 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7,352 B]
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
And finally this:
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo mv /var/lib/apt/lists /tmp
ahadji05@ahadji05-UX330UAR:~$ sudo mkdir -p /var/lib/apt/lists/partial
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Ign:4 http//archive.canonical.com precise Release.gpg
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:7 http//sd.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:8 http//sd.archive.ubuntu.com/ubuntu bionic/main i386 Packages [1,007 kB]
Get:9 http//sd.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1,019 kB]
Get:10 http//security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [269 kB]
Get:11 http//sd.archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB]
.......
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
In all the cases I got the same error...
apt package-management gnupg
New contributor
|
show 4 more comments
I used all the given answers from here: "GPG error: Release: The following signatures were invalid: BADSIG"
But still I get the same error every time:
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
First try:
ahadji05@ahadji05-UX330UAR:~$ gpg --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192
gpg: key 16126D3A3E5C1192: 3 signatures not checked due to missing keys
gpg: key 16126D3A3E5C1192: public key "Ubuntu Extras Archive Automatic
Signing Key <ftpmaster@ubuntu.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
ahadji05@ahadji05-UX330UAR:~$ gpg --export --armor 16126D3A3E5C1192 | sudo apt-key add -
OK
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Hit:2 http//security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
Then I tried this:
ahadji05@ahadji05-UX330UAR:~$ sudo -i
root@ahadji05-UX330UAR:~# apt-get clean
root@ahadji05-UX330UAR:~# cd /var/lib/apt
root@ahadji05-UX330UAR:/var/lib/apt# mv lists lists.old
root@ahadji05-UX330UAR:/var/lib/apt# mkdir -p lists/partial
root@ahadji05-UX330UAR:/var/lib/apt# apt-get clean
root@ahadji05-UX330UAR:/var/lib/apt# apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Ign:4 http//archive.canonical.com precise Release.gpg
........
Get:70 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe translation-en [1,604 B]
Get:71 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7,352 B]
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
And finally this:
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo mv /var/lib/apt/lists /tmp
ahadji05@ahadji05-UX330UAR:~$ sudo mkdir -p /var/lib/apt/lists/partial
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Ign:4 http//archive.canonical.com precise Release.gpg
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:7 http//sd.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:8 http//sd.archive.ubuntu.com/ubuntu bionic/main i386 Packages [1,007 kB]
Get:9 http//sd.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1,019 kB]
Get:10 http//security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [269 kB]
Get:11 http//sd.archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB]
.......
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
In all the cases I got the same error...
apt package-management gnupg
New contributor
What is the Ubuntu version?precise
is 12.04 that is EoL.
– Pilot6
Feb 21 at 18:28
ahdji05@ahdji05-UX330UAR:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
– Andreas Hadjigeorgiou
Feb 21 at 18:32
1
Edit/etc/apt/sources.list
and remove lines containingprecise
. It can be done in Software & Updates GUI too.
– Pilot6
Feb 21 at 18:34
1
You won't lose anything. This line is there by an error. You probably ran some obsolete command found in the net.
– Pilot6
Feb 21 at 18:37
1
You can post output ofcat /etc/apt/sources.list
to your question to make it more clear.
– Pilot6
Feb 21 at 18:38
|
show 4 more comments
I used all the given answers from here: "GPG error: Release: The following signatures were invalid: BADSIG"
But still I get the same error every time:
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
First try:
ahadji05@ahadji05-UX330UAR:~$ gpg --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192
gpg: key 16126D3A3E5C1192: 3 signatures not checked due to missing keys
gpg: key 16126D3A3E5C1192: public key "Ubuntu Extras Archive Automatic
Signing Key <ftpmaster@ubuntu.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
ahadji05@ahadji05-UX330UAR:~$ gpg --export --armor 16126D3A3E5C1192 | sudo apt-key add -
OK
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Hit:2 http//security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
Then I tried this:
ahadji05@ahadji05-UX330UAR:~$ sudo -i
root@ahadji05-UX330UAR:~# apt-get clean
root@ahadji05-UX330UAR:~# cd /var/lib/apt
root@ahadji05-UX330UAR:/var/lib/apt# mv lists lists.old
root@ahadji05-UX330UAR:/var/lib/apt# mkdir -p lists/partial
root@ahadji05-UX330UAR:/var/lib/apt# apt-get clean
root@ahadji05-UX330UAR:/var/lib/apt# apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Ign:4 http//archive.canonical.com precise Release.gpg
........
Get:70 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe translation-en [1,604 B]
Get:71 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7,352 B]
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
And finally this:
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo mv /var/lib/apt/lists /tmp
ahadji05@ahadji05-UX330UAR:~$ sudo mkdir -p /var/lib/apt/lists/partial
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Ign:4 http//archive.canonical.com precise Release.gpg
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:7 http//sd.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:8 http//sd.archive.ubuntu.com/ubuntu bionic/main i386 Packages [1,007 kB]
Get:9 http//sd.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1,019 kB]
Get:10 http//security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [269 kB]
Get:11 http//sd.archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB]
.......
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
In all the cases I got the same error...
apt package-management gnupg
New contributor
I used all the given answers from here: "GPG error: Release: The following signatures were invalid: BADSIG"
But still I get the same error every time:
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
First try:
ahadji05@ahadji05-UX330UAR:~$ gpg --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192
gpg: key 16126D3A3E5C1192: 3 signatures not checked due to missing keys
gpg: key 16126D3A3E5C1192: public key "Ubuntu Extras Archive Automatic
Signing Key <ftpmaster@ubuntu.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
ahadji05@ahadji05-UX330UAR:~$ gpg --export --armor 16126D3A3E5C1192 | sudo apt-key add -
OK
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Hit:2 http//security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is not signed.
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.
Then I tried this:
ahadji05@ahadji05-UX330UAR:~$ sudo -i
root@ahadji05-UX330UAR:~# apt-get clean
root@ahadji05-UX330UAR:~# cd /var/lib/apt
root@ahadji05-UX330UAR:/var/lib/apt# mv lists lists.old
root@ahadji05-UX330UAR:/var/lib/apt# mkdir -p lists/partial
root@ahadji05-UX330UAR:/var/lib/apt# apt-get clean
root@ahadji05-UX330UAR:/var/lib/apt# apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Ign:4 http//archive.canonical.com precise Release.gpg
........
Get:70 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe translation-en [1,604 B]
Get:71 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7,352 B]
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
And finally this:
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo mv /var/lib/apt/lists /tmp
ahadji05@ahadji05-UX330UAR:~$ sudo mkdir -p /var/lib/apt/lists/partial
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get clean
ahadji05@ahadji05-UX330UAR:~$ sudo apt-get update
Ign:1 http//archive.canonical.com precise InRelease
Get:2 http//sd.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http//archive.canonical.com precise Release [8,180 B]
Get:4 http//archive.canonical.com precise Release.gpg [181 B]
Ign:4 http//archive.canonical.com precise Release.gpg
Get:5 http//security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http//sd.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:7 http//sd.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:8 http//sd.archive.ubuntu.com/ubuntu bionic/main i386 Packages [1,007 kB]
Get:9 http//sd.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1,019 kB]
Get:10 http//security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [269 kB]
Get:11 http//sd.archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB]
.......
Get:72 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 48x48 Icons [29 B]
Get:73 http//sd.archive.ubuntu.com/ubuntu bionic-backports/universe DEP-11 64x64 Icons [29 B]
Reading package lists... Done
W: GPG error: http//archive.canonical.com precise Release:
The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http//archive.canonical.com precise Release' is not signed.
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.
In all the cases I got the same error...
apt package-management gnupg
apt package-management gnupg
New contributor
New contributor
edited Feb 22 at 19:35
Zanna
50.8k13136241
50.8k13136241
New contributor
asked Feb 21 at 18:22
Andreas HadjigeorgiouAndreas Hadjigeorgiou
83
83
New contributor
New contributor
What is the Ubuntu version?precise
is 12.04 that is EoL.
– Pilot6
Feb 21 at 18:28
ahdji05@ahdji05-UX330UAR:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
– Andreas Hadjigeorgiou
Feb 21 at 18:32
1
Edit/etc/apt/sources.list
and remove lines containingprecise
. It can be done in Software & Updates GUI too.
– Pilot6
Feb 21 at 18:34
1
You won't lose anything. This line is there by an error. You probably ran some obsolete command found in the net.
– Pilot6
Feb 21 at 18:37
1
You can post output ofcat /etc/apt/sources.list
to your question to make it more clear.
– Pilot6
Feb 21 at 18:38
|
show 4 more comments
What is the Ubuntu version?precise
is 12.04 that is EoL.
– Pilot6
Feb 21 at 18:28
ahdji05@ahdji05-UX330UAR:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
– Andreas Hadjigeorgiou
Feb 21 at 18:32
1
Edit/etc/apt/sources.list
and remove lines containingprecise
. It can be done in Software & Updates GUI too.
– Pilot6
Feb 21 at 18:34
1
You won't lose anything. This line is there by an error. You probably ran some obsolete command found in the net.
– Pilot6
Feb 21 at 18:37
1
You can post output ofcat /etc/apt/sources.list
to your question to make it more clear.
– Pilot6
Feb 21 at 18:38
What is the Ubuntu version?
precise
is 12.04 that is EoL.– Pilot6
Feb 21 at 18:28
What is the Ubuntu version?
precise
is 12.04 that is EoL.– Pilot6
Feb 21 at 18:28
ahdji05@ahdji05-UX330UAR:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
– Andreas Hadjigeorgiou
Feb 21 at 18:32
ahdji05@ahdji05-UX330UAR:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
– Andreas Hadjigeorgiou
Feb 21 at 18:32
1
1
Edit
/etc/apt/sources.list
and remove lines containing precise
. It can be done in Software & Updates GUI too.– Pilot6
Feb 21 at 18:34
Edit
/etc/apt/sources.list
and remove lines containing precise
. It can be done in Software & Updates GUI too.– Pilot6
Feb 21 at 18:34
1
1
You won't lose anything. This line is there by an error. You probably ran some obsolete command found in the net.
– Pilot6
Feb 21 at 18:37
You won't lose anything. This line is there by an error. You probably ran some obsolete command found in the net.
– Pilot6
Feb 21 at 18:37
1
1
You can post output of
cat /etc/apt/sources.list
to your question to make it more clear.– Pilot6
Feb 21 at 18:38
You can post output of
cat /etc/apt/sources.list
to your question to make it more clear.– Pilot6
Feb 21 at 18:38
|
show 4 more comments
1 Answer
1
active
oldest
votes
Remove obsolete repositories form sources.list
This question relates to Ubuntu 18.04, Bionic The OP added, by mistake, an obsolete repository for Ubuntu 12.04, Precise, which has reached the end of its life. This obsolete repository does not exist any more and results in the error:
E: The repository 'http//archive.canonical.com precise Release' is not signed.
The solution is to remove the offending line from sources.list
.
GUI method:
Open the program "Software and Updates"
Then go to the Other Software tab:
Find each line that has precise on it. Highlight one line at a time. Press the Remove button at the bottom of the window.
Repeat for all lines with precise on it. These lines refer to obsolete repositories for Ubuntu 12.04. You are using Ubuntu 18.04, one of the currently supported versions.
Command line method:
Open a terminal by pressing Ctrl+Alt+T and type:
sudo nano /etc/apt/sources.list
Now you will be able to edit the sources.list
file. Look for the line:
deb http://archive.ubuntu.com/ubuntu precise Release
Delete this and any other line with precise in it.
Exit nano
editor by pressing Ctrl+X. The editor will prompt you to save the changes. Press Y and then press Enter to select the default file name.
Hope this helps
This is not related. OP has a problem not in "Other Software", but in the mainsources.list
.
– Pilot6
Feb 21 at 18:49
They may show here, or not. I am not sure. Sources from/etc/apt/sources.list.d
are shown here.
– Pilot6
Feb 21 at 18:59
1
@Pilot6 I temporarily added a Precise repositorydeb http://archive.ubuntu.com/ubuntu precise Release
in my sources.list and uploaded the new Software and Update screenshot in my answer.
– user68186
Feb 21 at 19:15
1
Well done +1...
– Pilot6
Feb 21 at 19:16
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Andreas Hadjigeorgiou is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120194%2fe-the-repository-http-archive-canonical-com-precise-release-is-not-signed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Remove obsolete repositories form sources.list
This question relates to Ubuntu 18.04, Bionic The OP added, by mistake, an obsolete repository for Ubuntu 12.04, Precise, which has reached the end of its life. This obsolete repository does not exist any more and results in the error:
E: The repository 'http//archive.canonical.com precise Release' is not signed.
The solution is to remove the offending line from sources.list
.
GUI method:
Open the program "Software and Updates"
Then go to the Other Software tab:
Find each line that has precise on it. Highlight one line at a time. Press the Remove button at the bottom of the window.
Repeat for all lines with precise on it. These lines refer to obsolete repositories for Ubuntu 12.04. You are using Ubuntu 18.04, one of the currently supported versions.
Command line method:
Open a terminal by pressing Ctrl+Alt+T and type:
sudo nano /etc/apt/sources.list
Now you will be able to edit the sources.list
file. Look for the line:
deb http://archive.ubuntu.com/ubuntu precise Release
Delete this and any other line with precise in it.
Exit nano
editor by pressing Ctrl+X. The editor will prompt you to save the changes. Press Y and then press Enter to select the default file name.
Hope this helps
This is not related. OP has a problem not in "Other Software", but in the mainsources.list
.
– Pilot6
Feb 21 at 18:49
They may show here, or not. I am not sure. Sources from/etc/apt/sources.list.d
are shown here.
– Pilot6
Feb 21 at 18:59
1
@Pilot6 I temporarily added a Precise repositorydeb http://archive.ubuntu.com/ubuntu precise Release
in my sources.list and uploaded the new Software and Update screenshot in my answer.
– user68186
Feb 21 at 19:15
1
Well done +1...
– Pilot6
Feb 21 at 19:16
add a comment |
Remove obsolete repositories form sources.list
This question relates to Ubuntu 18.04, Bionic The OP added, by mistake, an obsolete repository for Ubuntu 12.04, Precise, which has reached the end of its life. This obsolete repository does not exist any more and results in the error:
E: The repository 'http//archive.canonical.com precise Release' is not signed.
The solution is to remove the offending line from sources.list
.
GUI method:
Open the program "Software and Updates"
Then go to the Other Software tab:
Find each line that has precise on it. Highlight one line at a time. Press the Remove button at the bottom of the window.
Repeat for all lines with precise on it. These lines refer to obsolete repositories for Ubuntu 12.04. You are using Ubuntu 18.04, one of the currently supported versions.
Command line method:
Open a terminal by pressing Ctrl+Alt+T and type:
sudo nano /etc/apt/sources.list
Now you will be able to edit the sources.list
file. Look for the line:
deb http://archive.ubuntu.com/ubuntu precise Release
Delete this and any other line with precise in it.
Exit nano
editor by pressing Ctrl+X. The editor will prompt you to save the changes. Press Y and then press Enter to select the default file name.
Hope this helps
This is not related. OP has a problem not in "Other Software", but in the mainsources.list
.
– Pilot6
Feb 21 at 18:49
They may show here, or not. I am not sure. Sources from/etc/apt/sources.list.d
are shown here.
– Pilot6
Feb 21 at 18:59
1
@Pilot6 I temporarily added a Precise repositorydeb http://archive.ubuntu.com/ubuntu precise Release
in my sources.list and uploaded the new Software and Update screenshot in my answer.
– user68186
Feb 21 at 19:15
1
Well done +1...
– Pilot6
Feb 21 at 19:16
add a comment |
Remove obsolete repositories form sources.list
This question relates to Ubuntu 18.04, Bionic The OP added, by mistake, an obsolete repository for Ubuntu 12.04, Precise, which has reached the end of its life. This obsolete repository does not exist any more and results in the error:
E: The repository 'http//archive.canonical.com precise Release' is not signed.
The solution is to remove the offending line from sources.list
.
GUI method:
Open the program "Software and Updates"
Then go to the Other Software tab:
Find each line that has precise on it. Highlight one line at a time. Press the Remove button at the bottom of the window.
Repeat for all lines with precise on it. These lines refer to obsolete repositories for Ubuntu 12.04. You are using Ubuntu 18.04, one of the currently supported versions.
Command line method:
Open a terminal by pressing Ctrl+Alt+T and type:
sudo nano /etc/apt/sources.list
Now you will be able to edit the sources.list
file. Look for the line:
deb http://archive.ubuntu.com/ubuntu precise Release
Delete this and any other line with precise in it.
Exit nano
editor by pressing Ctrl+X. The editor will prompt you to save the changes. Press Y and then press Enter to select the default file name.
Hope this helps
Remove obsolete repositories form sources.list
This question relates to Ubuntu 18.04, Bionic The OP added, by mistake, an obsolete repository for Ubuntu 12.04, Precise, which has reached the end of its life. This obsolete repository does not exist any more and results in the error:
E: The repository 'http//archive.canonical.com precise Release' is not signed.
The solution is to remove the offending line from sources.list
.
GUI method:
Open the program "Software and Updates"
Then go to the Other Software tab:
Find each line that has precise on it. Highlight one line at a time. Press the Remove button at the bottom of the window.
Repeat for all lines with precise on it. These lines refer to obsolete repositories for Ubuntu 12.04. You are using Ubuntu 18.04, one of the currently supported versions.
Command line method:
Open a terminal by pressing Ctrl+Alt+T and type:
sudo nano /etc/apt/sources.list
Now you will be able to edit the sources.list
file. Look for the line:
deb http://archive.ubuntu.com/ubuntu precise Release
Delete this and any other line with precise in it.
Exit nano
editor by pressing Ctrl+X. The editor will prompt you to save the changes. Press Y and then press Enter to select the default file name.
Hope this helps
edited Feb 21 at 21:38
answered Feb 21 at 18:47
user68186user68186
16.2k84969
16.2k84969
This is not related. OP has a problem not in "Other Software", but in the mainsources.list
.
– Pilot6
Feb 21 at 18:49
They may show here, or not. I am not sure. Sources from/etc/apt/sources.list.d
are shown here.
– Pilot6
Feb 21 at 18:59
1
@Pilot6 I temporarily added a Precise repositorydeb http://archive.ubuntu.com/ubuntu precise Release
in my sources.list and uploaded the new Software and Update screenshot in my answer.
– user68186
Feb 21 at 19:15
1
Well done +1...
– Pilot6
Feb 21 at 19:16
add a comment |
This is not related. OP has a problem not in "Other Software", but in the mainsources.list
.
– Pilot6
Feb 21 at 18:49
They may show here, or not. I am not sure. Sources from/etc/apt/sources.list.d
are shown here.
– Pilot6
Feb 21 at 18:59
1
@Pilot6 I temporarily added a Precise repositorydeb http://archive.ubuntu.com/ubuntu precise Release
in my sources.list and uploaded the new Software and Update screenshot in my answer.
– user68186
Feb 21 at 19:15
1
Well done +1...
– Pilot6
Feb 21 at 19:16
This is not related. OP has a problem not in "Other Software", but in the main
sources.list
.– Pilot6
Feb 21 at 18:49
This is not related. OP has a problem not in "Other Software", but in the main
sources.list
.– Pilot6
Feb 21 at 18:49
They may show here, or not. I am not sure. Sources from
/etc/apt/sources.list.d
are shown here.– Pilot6
Feb 21 at 18:59
They may show here, or not. I am not sure. Sources from
/etc/apt/sources.list.d
are shown here.– Pilot6
Feb 21 at 18:59
1
1
@Pilot6 I temporarily added a Precise repository
deb http://archive.ubuntu.com/ubuntu precise Release
in my sources.list and uploaded the new Software and Update screenshot in my answer.– user68186
Feb 21 at 19:15
@Pilot6 I temporarily added a Precise repository
deb http://archive.ubuntu.com/ubuntu precise Release
in my sources.list and uploaded the new Software and Update screenshot in my answer.– user68186
Feb 21 at 19:15
1
1
Well done +1...
– Pilot6
Feb 21 at 19:16
Well done +1...
– Pilot6
Feb 21 at 19:16
add a comment |
Andreas Hadjigeorgiou is a new contributor. Be nice, and check out our Code of Conduct.
Andreas Hadjigeorgiou is a new contributor. Be nice, and check out our Code of Conduct.
Andreas Hadjigeorgiou is a new contributor. Be nice, and check out our Code of Conduct.
Andreas Hadjigeorgiou is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120194%2fe-the-repository-http-archive-canonical-com-precise-release-is-not-signed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is the Ubuntu version?
precise
is 12.04 that is EoL.– Pilot6
Feb 21 at 18:28
ahdji05@ahdji05-UX330UAR:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
– Andreas Hadjigeorgiou
Feb 21 at 18:32
1
Edit
/etc/apt/sources.list
and remove lines containingprecise
. It can be done in Software & Updates GUI too.– Pilot6
Feb 21 at 18:34
1
You won't lose anything. This line is there by an error. You probably ran some obsolete command found in the net.
– Pilot6
Feb 21 at 18:37
1
You can post output of
cat /etc/apt/sources.list
to your question to make it more clear.– Pilot6
Feb 21 at 18:38