PDA

View Full Version : [SOLVED] Disable Chromium updates



s9032g@comcast.net
May 12th, 2018, 04:24 PM
Ubuntu 18.04

I want to disable updates to Chromium as I don't use it, favoring Chrome Stable. Command?

dino99
May 12th, 2018, 05:32 PM
sudo apt purge chromium* :D

TheFu
May 12th, 2018, 05:35 PM
Why not just remove it?

sudo apt remove chromium-browser

deadflowr
May 12th, 2018, 05:43 PM
Why not just remove it?

sudo apt remove chromium-browser

+1 better the name is in full as you might also have the chromium-codecs packages installed and using the * will mark those for removal as well.

Might also double check that the snap version is not the installed package

snap list
will show all installed snaps.
to remove a snap just run

sudo snap remove <the name of the package in the list>