Removing remaining packages after having unistalled google-chrome Unicorn Meta Zoo #1: Why...

What ability score does a Hexblade's Pact Weapon use for attack and damage when wielded by another character?

Multiple fireplaces in an apartment building?

Map material from china not allowed to leave the country

Multiple options vs single option UI

Why does the Cisco show run command not show the full version, while the show version command does?

What is the least dense liquid under normal conditions?

Trumpet valves, lengths, and pitch

Is Diceware more secure than a long passphrase?

Second order approximation of the loss function (Deep learning book, 7.33)

Did the Roman Empire have penal colonies?

Putting Ant-Man on house arrest

What is the ongoing value of the Kanban board to the developers as opposed to management

Why isn't everyone flabbergasted about Bran's "gift"?

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

How to open locks without disable device?

Why did C use the -> operator instead of reusing the . operator?

A strange hotel

What is the best way to deal with NPC-NPC combat?

How would this chord from "Rocket Man" be analyzed?

How to avoid introduction cliches

How to translate "red flag" into Spanish?

Expansion//Explosion and Siren Stormtamer

All ASCII characters with a given bit count

My bank got bought out, am I now going to have to start filing tax returns in a different state?



Removing remaining packages after having unistalled google-chrome



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow do I completely uninstall Google Chrome and Chromium?Flash refusing to render on Ubuntu despite a successful installInternet and apt-get very slowGoogle Chrome messed icons and fontsGoogle Chrome slowdown after some timeDependency errors after installing and attempting to remove Google ChromeChrome updates fail with error when updating repository informationUpdating Google Chrome gives sources.list errorGoogle Chrome mouse accuracy bug - 16.04 LTSGoogle Chrome crashed after updatingHow do I install Google Chrome?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















Hereby posting my first question to this brilliant forum!



I had an old, and, due to 32-bit xubuntu system, not longer supported, installation of chrome. The remove command did not, according to output from update (see below)), take everything away, so I tried purge which didn´t change the outcome.



How can I proceed?
Spam-restriction prevented me from supplying full documentation, so I hope instead for help step-by-step [After some editing now with the intended documentation].



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update 
Ign:1 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease
Err:9 http ://archive.canonical.com/ubuntu saucy Release
404 Not Found [IP: 91.189.91.15 80]
Ign:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get remove google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'google-chrome-stable' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get purge google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
google-chrome-stable*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 238783 files and directories currently installed.)
Purging configuration files for google-chrome-stable (48.0.2564.116-1) ...




peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease
Get:5 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:6 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:7 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:8 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Ign:8 http://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.
peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"


Thank you!



Edit: Tried commands as to answer. Note the two update in sequence that for some reason gave slightly different output.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoclean
[sudo] password for peter:
Reading package lists... Done
Building dependency tree

Reading state information... Done



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree

Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease

Ign:5 http ://dl.google.com/linux/chrome/deb stable InRelease

Get:6 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:8 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]

Ign:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease

Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease

Err:9 http ://archive.canonical.com/ubuntu saucy Release

404 Not Found [IP: 91.189.91.15 80]
Ign :6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.










share|improve this question









New contributor




Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • It looks like your version of Xubuntu 13.10 has reached the end of its life. It is not supported any more and is off-topic here. You may want to install a more recent version of Xubuntu. I recommend 18.04 LTS.

    – user68186
    12 hours ago


















2















Hereby posting my first question to this brilliant forum!



I had an old, and, due to 32-bit xubuntu system, not longer supported, installation of chrome. The remove command did not, according to output from update (see below)), take everything away, so I tried purge which didn´t change the outcome.



How can I proceed?
Spam-restriction prevented me from supplying full documentation, so I hope instead for help step-by-step [After some editing now with the intended documentation].



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update 
Ign:1 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease
Err:9 http ://archive.canonical.com/ubuntu saucy Release
404 Not Found [IP: 91.189.91.15 80]
Ign:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get remove google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'google-chrome-stable' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get purge google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
google-chrome-stable*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 238783 files and directories currently installed.)
Purging configuration files for google-chrome-stable (48.0.2564.116-1) ...




peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease
Get:5 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:6 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:7 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:8 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Ign:8 http://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.
peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"


Thank you!



Edit: Tried commands as to answer. Note the two update in sequence that for some reason gave slightly different output.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoclean
[sudo] password for peter:
Reading package lists... Done
Building dependency tree

Reading state information... Done



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree

Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease

Ign:5 http ://dl.google.com/linux/chrome/deb stable InRelease

Get:6 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:8 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]

Ign:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease

Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease

Err:9 http ://archive.canonical.com/ubuntu saucy Release

404 Not Found [IP: 91.189.91.15 80]
Ign :6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.










share|improve this question









New contributor




Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • It looks like your version of Xubuntu 13.10 has reached the end of its life. It is not supported any more and is off-topic here. You may want to install a more recent version of Xubuntu. I recommend 18.04 LTS.

    – user68186
    12 hours ago














2












2








2








Hereby posting my first question to this brilliant forum!



I had an old, and, due to 32-bit xubuntu system, not longer supported, installation of chrome. The remove command did not, according to output from update (see below)), take everything away, so I tried purge which didn´t change the outcome.



How can I proceed?
Spam-restriction prevented me from supplying full documentation, so I hope instead for help step-by-step [After some editing now with the intended documentation].



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update 
Ign:1 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease
Err:9 http ://archive.canonical.com/ubuntu saucy Release
404 Not Found [IP: 91.189.91.15 80]
Ign:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get remove google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'google-chrome-stable' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get purge google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
google-chrome-stable*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 238783 files and directories currently installed.)
Purging configuration files for google-chrome-stable (48.0.2564.116-1) ...




peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease
Get:5 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:6 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:7 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:8 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Ign:8 http://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.
peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"


Thank you!



Edit: Tried commands as to answer. Note the two update in sequence that for some reason gave slightly different output.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoclean
[sudo] password for peter:
Reading package lists... Done
Building dependency tree

Reading state information... Done



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree

Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease

Ign:5 http ://dl.google.com/linux/chrome/deb stable InRelease

Get:6 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:8 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]

Ign:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease

Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease

Err:9 http ://archive.canonical.com/ubuntu saucy Release

404 Not Found [IP: 91.189.91.15 80]
Ign :6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.










share|improve this question









New contributor




Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Hereby posting my first question to this brilliant forum!



I had an old, and, due to 32-bit xubuntu system, not longer supported, installation of chrome. The remove command did not, according to output from update (see below)), take everything away, so I tried purge which didn´t change the outcome.



How can I proceed?
Spam-restriction prevented me from supplying full documentation, so I hope instead for help step-by-step [After some editing now with the intended documentation].



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update 
Ign:1 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease
Err:9 http ://archive.canonical.com/ubuntu saucy Release
404 Not Found [IP: 91.189.91.15 80]
Ign:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get remove google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'google-chrome-stable' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ sudo apt-get purge google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
google-chrome-stable*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 238783 files and directories currently installed.)
Purging configuration files for google-chrome-stable (48.0.2564.116-1) ...




peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease
Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease
Get:5 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:6 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:7 http ://dl.google.com/linux/chrome/deb stable Release [943 B]
Get:8 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Ign:8 http://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.
peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.





peter@peter-HP-Compaq-2510p:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"


Thank you!



Edit: Tried commands as to answer. Note the two update in sequence that for some reason gave slightly different output.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoclean
[sudo] password for peter:
Reading package lists... Done
Building dependency tree

Reading state information... Done



peter@peter-HP-Compaq-2510p:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree

Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Hit:3 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Hit:4 http ://archive.canonical.com/ubuntu saucy InRelease

Ign:5 http ://dl.google.com/linux/chrome/deb stable InRelease

Get:6 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:8 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]

Ign:7 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.



peter@peter-HP-Compaq-2510p:~$ sudo apt-get update
Hit:1 http ://se.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http ://se.archive.ubuntu.com/ubuntu bionic-updates InRelease

Ign:3 http ://dl.google.com/linux/chrome/deb stable InRelease

Hit:4 http ://se.archive.ubuntu.com/ubuntu bionic-backports InRelease

Get:5 http ://dl.google.com/linux/chrome/deb stable Release [943 B]

Get:6 http ://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]

Get:7 http ://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:8 http ://archive.canonical.com/ubuntu saucy InRelease

Err:9 http ://archive.canonical.com/ubuntu saucy Release

404 Not Found [IP: 91.189.91.15 80]
Ign :6 http ://dl.google.com/linux/chrome/deb stable Release.gpg
Reading package lists... Done
E: The repository 'http ://archive.canonical.com/ubuntu saucy Release' no longer has 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.
W: GPG error: http ://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6494C6D6997C215E
E: The repository 'http ://dl.google.com/linux/chrome/deb stable 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.







xubuntu google-chrome 32-bit






share|improve this question









New contributor




Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 9 hours ago







Peter Eriksson













New contributor




Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 12 hours ago









Peter ErikssonPeter Eriksson

113




113




New contributor




Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Peter Eriksson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • It looks like your version of Xubuntu 13.10 has reached the end of its life. It is not supported any more and is off-topic here. You may want to install a more recent version of Xubuntu. I recommend 18.04 LTS.

    – user68186
    12 hours ago



















  • It looks like your version of Xubuntu 13.10 has reached the end of its life. It is not supported any more and is off-topic here. You may want to install a more recent version of Xubuntu. I recommend 18.04 LTS.

    – user68186
    12 hours ago

















It looks like your version of Xubuntu 13.10 has reached the end of its life. It is not supported any more and is off-topic here. You may want to install a more recent version of Xubuntu. I recommend 18.04 LTS.

– user68186
12 hours ago





It looks like your version of Xubuntu 13.10 has reached the end of its life. It is not supported any more and is off-topic here. You may want to install a more recent version of Xubuntu. I recommend 18.04 LTS.

– user68186
12 hours ago










1 Answer
1






active

oldest

votes


















0














sudo apt-get autoclean 

sudo apt-get autoremove


These two commands clean old and unused packages






share|improve this answer
























  • Thanks, tried both the commands you suggested. However, in my case, it seems not much happend. Find output in my question. Was to long to fit into comment-space.

    – Peter Eriksson
    10 hours ago













  • Here's another link that may help out: askubuntu.com/questions/82186/…

    – CPH
    10 hours ago












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
});


}
});






Peter Eriksson is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1137792%2fremoving-remaining-packages-after-having-unistalled-google-chrome%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









0














sudo apt-get autoclean 

sudo apt-get autoremove


These two commands clean old and unused packages






share|improve this answer
























  • Thanks, tried both the commands you suggested. However, in my case, it seems not much happend. Find output in my question. Was to long to fit into comment-space.

    – Peter Eriksson
    10 hours ago













  • Here's another link that may help out: askubuntu.com/questions/82186/…

    – CPH
    10 hours ago
















0














sudo apt-get autoclean 

sudo apt-get autoremove


These two commands clean old and unused packages






share|improve this answer
























  • Thanks, tried both the commands you suggested. However, in my case, it seems not much happend. Find output in my question. Was to long to fit into comment-space.

    – Peter Eriksson
    10 hours ago













  • Here's another link that may help out: askubuntu.com/questions/82186/…

    – CPH
    10 hours ago














0












0








0







sudo apt-get autoclean 

sudo apt-get autoremove


These two commands clean old and unused packages






share|improve this answer













sudo apt-get autoclean 

sudo apt-get autoremove


These two commands clean old and unused packages







share|improve this answer












share|improve this answer



share|improve this answer










answered 11 hours ago









CPHCPH

843




843













  • Thanks, tried both the commands you suggested. However, in my case, it seems not much happend. Find output in my question. Was to long to fit into comment-space.

    – Peter Eriksson
    10 hours ago













  • Here's another link that may help out: askubuntu.com/questions/82186/…

    – CPH
    10 hours ago



















  • Thanks, tried both the commands you suggested. However, in my case, it seems not much happend. Find output in my question. Was to long to fit into comment-space.

    – Peter Eriksson
    10 hours ago













  • Here's another link that may help out: askubuntu.com/questions/82186/…

    – CPH
    10 hours ago

















Thanks, tried both the commands you suggested. However, in my case, it seems not much happend. Find output in my question. Was to long to fit into comment-space.

– Peter Eriksson
10 hours ago







Thanks, tried both the commands you suggested. However, in my case, it seems not much happend. Find output in my question. Was to long to fit into comment-space.

– Peter Eriksson
10 hours ago















Here's another link that may help out: askubuntu.com/questions/82186/…

– CPH
10 hours ago





Here's another link that may help out: askubuntu.com/questions/82186/…

– CPH
10 hours ago










Peter Eriksson is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Peter Eriksson is a new contributor. Be nice, and check out our Code of Conduct.













Peter Eriksson is a new contributor. Be nice, and check out our Code of Conduct.












Peter Eriksson 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1137792%2fremoving-remaining-packages-after-having-unistalled-google-chrome%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...