Linux Lite Forums

Full Version: Removing Chrome Browser
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, all.

Thank you in advance for your help. I did search the forum, but couldn't find an answer.

I love Linux Lite but don't wish to use Chrome. In fact, I'd like to remove it completely in favour of another browser as my default. I understand that I could easily add another browser of my choice and just not use Chrome, but I'd like to purge the latter completely. I remember reading somewhere that it is not a good idea to remove applications that come with the base build of an OS, so I was wondering:

1. How do you remove Chrome from Lite?
2. Will removing it in favour of another browser have an adverse effect on the stability or usability of the system?

Once again, thanks for the help.

A.
(10-24-2022, 10:42 AM)Hounslow 485 link Wrote: [ -> ][...]I'd like to remove it completely[...]
1. How do you remove Chrome from Lite?[...]

Hi! Smile

The simplest method to do that, is either use Synaptic Package Manager to do it graphically, by finding the google-chrome-stable package and selecting it then marking it for removal OR:

Use the Terminal and insert the following code into it:

Code:
sudo apt remove google-chrome-stable -y

When you press "Enter", you will be asked for your password. Input the password, than press Enter. The removal process will start then.

(10-24-2022, 10:42 AM)Hounslow 485 link Wrote: [ -> ]2. Will removing it in favour of another browser have an adverse effect on the stability or usability of the system?[...]

As far as I know, nothing will happen. Be sure to install the browser you like, before removing Chrome, though.
Otherwise, there is nothing to fear for when removing Chrome.

Best regards! Smile
Serban,

Thank you for the speedy reply. Appreciated.

Regards,

A.
(10-24-2022, 01:07 PM)Hounslow 485 link Wrote: [ -> ]Serban,

Thank you for the speedy reply. Appreciated.
Regards,
A.

Thank you, too!
Did you succeed in removing Chrome? Smile

My regards! Smile
Serban,

No, not tried yet, but will do soon, likely when I download and install Lite 6.2. I'll report back if any issues.

Regards,

A.