itsfoss.com Open in urlscan Pro
2606:4700:20::681a:a44  Public Scan

URL: https://itsfoss.com/uninstall-chrome-from-ubuntu/
Submission Tags: falconsandbox
Submission: On February 27 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="subscribe-form" data-members-form="subscribe" data-style="">
  <input data-members-email="" class="" type="email" autocomplete="email" placeholder="Your email address" aria-labelledby="sidebar-input-label" required="">
  <button class="btn btn--brand" type="submit">
    <span>Subscribe</span>
  </button>
  <div class="msg-success">Great! Check your inbox and click the link.</div>
  <div class="msg-error">Sorry, something went wrong. Please try again.</div>
</form>

<form class="subscribe-form" data-members-form="signup" data-style="inline-joined">
  <input data-members-email="" class="" type="email" autocomplete="email" placeholder="Your email address" aria-labelledby="cta-input-label" required="">
  <button class="btn btn--brand btn--gradient uppercase" type="submit">
    <span>Subscribe</span>
  </button>
  <div class="msg-success">Great! Check your inbox and click the link.</div>
  <div class="msg-error">Sorry, something went wrong. Please try again.</div>
</form>

<form class="subscribe-form radius-rounded m-b" data-members-form="subscribe" data-style="inline-joined">
  <input data-members-email="" class="w-100 radius-rounded" type="email" autocomplete="email" placeholder="Your email address" aria-labelledby="footer-input-label" required="">
  <button class="btn btn--primary radius-rounded" type="submit">
    <span>Subscribe</span>
  </button>
  <div class="msg-success">Great! Check your inbox and click the link.</div>
  <div class="msg-error">Sorry, something went wrong. Please try again.</div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.
MORE OPTIONSAGREE

 * Home
 * About
 * News

 * Linux Server Side
 * Community Forum
 * It's FOSS en Español
 * Privacy Policy

Subscribe
Sign up Sign in
 * Home
 * About
 * News

 * Linux Server Side
 * Community Forum
 * It's FOSS en Español
 * Privacy Policy

Log in Subscribe


HOW TO COMPLETELY UNINSTALL GOOGLE CHROME FROM UBUNTU

 * 

Abhishek Prakash
11 Jan 2023 3 min read

So, you managed to install Google Chrome on Ubuntu. It is the most popular web
browser in the world, after all.

But perhaps you dislike Google products for the heavy tracking and data mining
they employ on its users. You decided to opt for other web browsers on Ubuntu,
perhaps a non-Chromium browser.

Now that you are no longer using it, it would be wise to remove Google Chrome
from Ubuntu.

How to do that? Let me show you the steps.


REMOVE GOOGLE CHROME COMPLETELY FROM UBUNTU

Illustration for removing Google Chrome from Ubuntu

You probably installed Google Chrome graphically. Unfortunately, you’ll have to
resort to command line for removing it, unless you opt to use Synaptic Package
Manager.

It is not too difficult. Press the Ctrl+Alt+T keyboard shortcut in Ubuntu to
open a terminal.

Type the following command in the terminal:

sudo apt purge google-chrome-stable

It asks for a password. It is your user account’s password, the one which you
use to log in to your Ubuntu system.

When you type the password, nothing is displayed on the screen. This is normal
behavior in Linux. Just type the password blindly and press enter.

It will ask you to confirm the removal of Google Chrome by entering Y or simply
pressing the enter key.

Removing Google Chrome for Ubuntu

This will remove Google Chrome from your Ubuntu Linux system along with most of
the system files.

However, the personal setting files remain in your home directory. This includes
things like cookie sessions, bookmarks and other Chrome related settings for
your user account. If you install Google Chrome again, the same files could be
used by Chrome again.

Google Chrome leftover settings in Ubuntu


REMOVING PERSONAL SETTINGS FILES RELATED TO CHROME, IF YOU REALLY WANT IT (FOR
EXPERTS ONLY)

If you want to completely uninstall Google Chrome, you may want to remove these
files as well.

This method involves the removal of files and folders in Linux command line. If
you are not too familiar and comfortable with Linux commands, please do not
bother with this part.

Here’s what you should do.

Change to the .config directory. Mind the dot before config. That’s the way to
hide files and folders in Linux.

cd ~/.config

And now remove the google-chrome directory:

rm -rf google-chrome

Removing the leftover Google Chrome settings from Ubuntu

You could have also used rm -rf ~/.config/google-chrome to delete it in one
single command. Since this tutorial is focused on absolute beginners, I made it
in two steps to reduce the error margin because of a typo.

Similarly, you could also remove the Google Chrome cache located in
~/.cache/google-chrome.

I hope this quick beginner tip helped you to get rid of Google Chrome from
Ubuntu Linux.


Skip Ad
Ads by

Skip Ad
Ads by







Skip
Up next
Can You Answer All These Linux Trivia Quiz Correctly?

Skip Ad
Ads by


Skip
Skip ad in
Up next
Can You Answer All These Linux Trivia Quiz Correctly?


Ubuntu
Tweet Share Share Email Copy
Featured


FOLDER OR DIRECTORY? HERE'S WHY FOLDERS ARE CALLED DIRECTORIES IN LINUX


WHAT IS LINUX AND WHY THERE ARE 100'S OF LINUX DISTRIBUTIONS?


EXPLAINED! WHY YOUR DISTRIBUTION STILL USING AN 'OUTDATED' LINUX KERNEL?

Latest


NIXOS SERIES #2: HOW TO INSTALL NIXOS ON A VIRTUAL MACHINE?

27 Feb 2023


FOSS WEEKLY #23.08: KERNEL 6.2 RASPBERRY PI DEBUGGER, 40 FOSS ANDROID APPS AND
MORE

23 Feb 2023


LINUX IS JUST A KERNEL: WHAT DOES IT MEAN?

23 Feb 2023

BECOME A BETTER LINUX USER

With the FOSS Weekly Newsletter, you learn useful Linux tips, discover
applications, explore new distros and stay updated with the latest from Linux
world
Subscribe
Great! Check your inbox and click the link.
Sorry, something went wrong. Please try again.


Read next


EXPLAINED: WHICH UBUNTU VERSION SHOULD I USE?


HOW TO RECOVER DELETED FILES IN LINUX [BEGINNER'S GUIDE]


REDUCE COMPUTER EYE STRAIN WITH THIS NIFTY TOOL IN LINUX


HOW TO RUN C/C++ PROGRAMS IN LINUX [TERMINAL & ECLIPSE]


HOW TO INSTALL WINDOWS 10 IN VIRTUALBOX IN LINUX


BECOME A BETTER LINUX USER

With the FOSS Weekly Newsletter, you learn useful Linux tips, discover
applications, explore new distros and stay updated with the latest from Linux
world

Subscribe
Great! Check your inbox and click the link.
Sorry, something went wrong. Please try again.
Making You a Better Linux User
Subscribe
Great! Check your inbox and click the link.
Sorry, something went wrong. Please try again.
Navigation
 * Home
 * About
 * News

 * Linux Server Side
 * Community Forum
 * It's FOSS en Español
 * Privacy Policy

Resources
 * Alternatives
 * Distro Resources
 * Software Recommendation

Social
Facebook Twitter RSS Download more icon variants from
https://tabler-icons.io/i/brand-instagram Instagram Download more icon variants
from https://tabler-icons.io/i/brand-telegram Telegram Download more icon
variants from https://tabler-icons.io/i/brand-youtube Youtube
©2023 It's FOSS. Published with Ghost & Rinne.

System Light Dark

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to It's FOSS.

Your link has expired.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.






×
Get Linux Networking Cheat Sheet
Download it for FREE for future references
You'll be subscribed to the awesome weekly newsletter and you'll receive more
Linux related tutorials, news, and tips. What are you waiting for? Join over
40,000 strong Linux community now!
Yes, I Want Access!No Thanks

×
Get apt-get Cheat Sheet
Download it for FREE for future references
You'll be subscribed to the awesome weekly newsletter and you'll receive more
Linux related tutorials, news, and tips. What are you waiting for? Join over
75,000 strong Linux community now!
I agree to receive periodic emails from It's FOSS.
Yes, I Want Access!No Thanks

×
Get Snap commands Cheat Sheet
Download it for FREE for future references
You'll be subscribed to the awesome weekly newsletter and you'll receive more
Linux related tutorials, news, and tips. What are you waiting for? Join over
75,000 strong Linux community now!
I agree to receive emails from It's FOSS.
Yes, I Want Access!No Thanks