Linux Lite Forums

Software - Support => Other => Topic started by: Hounslow 485 on October 24, 2022, 06:42:32 AM

Title: Removing Chrome Browser
Post by: Hounslow 485 on October 24, 2022, 06:42:32 AM
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.
Title: Re: Removing Chrome Browser
Post by: Şerban S. on October 24, 2022, 07:29:55 AM
[...]I'd like to remove it completely[...]
1. How do you remove Chrome from Lite?[...]

Hi! :)

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: [Select]
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.

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! :)
Title: Re: Removing Chrome Browser
Post by: Hounslow 485 on October 24, 2022, 09:07:00 AM
Serban,

Thank you for the speedy reply. Appreciated.

Regards,

A.
Title: Re: Removing Chrome Browser
Post by: Şerban S. on October 24, 2022, 12:18:27 PM
Serban,

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

Thank you, too!
Did you succeed in removing Chrome? :)

My regards! :)
Title: Re: Removing Chrome Browser
Post by: Hounslow 485 on October 25, 2022, 07:42:29 AM
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.