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 June 10 via api from US — Scanned from DE
Submission Tags: falconsandbox
Submission: On June 10 via api from US — Scanned from DE
Form analysis
4 forms found in the DOM//itsfoss.com/search/
<form class="siq-expsearch" action="//itsfoss.com/search/">
<input type="search" placeholder="Search" name="q" class="siq-expsearch-input" autocomplete="off">
<span class="siq-expsearch-icon" style="color:#000000"></span>
</form>
Name: enews-ext-2 — POST https://static.mailerlite.com/webforms/submit/t1h9m7
<form id="subscribeenews-ext-2" class="enews-form" action="https://static.mailerlite.com/webforms/submit/t1h9m7" method="post" target="_blank" name="enews-ext-2">
<input type="text" id="subbox1" class="enews-subbox enews-fname" value="" aria-label="Name" placeholder="Name" name="fields[name]"> <input type="email" value="" id="subbox" class="enews-email" aria-label="E-Mail Address"
placeholder="E-Mail Address" name="fields[email]" required="required">
<input type="hidden" name="ml-submit" value="1"> <input type="submit" value="Yes, let me in!" id="subbutton" class="enews-submit">
</form>
//itsfoss.com/search/
<form class="siq-expandwdgt" action="//itsfoss.com/search/">
<input type="search" placeholder="Search the website here" value="" name="q" class="siq-expandwdgt-input" autocomplete="off"><input type="hidden" value="post,page" name="postTypes"><span class="siq-expandwdgt-icon"></span>
</form>
<form id="jp-carousel-comment-form">
<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
<textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
<div id="jp-carousel-comment-form-submit-and-info-wrapper">
<div id="jp-carousel-comment-form-commenting-as">
<fieldset>
<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field">
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field">
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-url-field">Website</label>
<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field">
</fieldset>
</div>
<input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment">
</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. AGREE MORE OPTIONS * Skip to primary navigation * Skip to main content * Skip to primary sidebar * Skip to footer It's FOSS A Linux and Open Source Web Portal Menu * About Submenu * Contact Us * We are hiring! * Latest * Linux News * Forum * Linux Server Stuff * You are here: Home / Tutorial / How to Completely Uninstall Google Chrome From Ubuntu HOW TO COMPLETELY UNINSTALL GOOGLE CHROME FROM UBUNTU Last updated March 25, 2022 By Abhishek Prakash 12 Comments 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. Video Player is loading. Play Video Play Unmute Current Time 0:00 / Duration 50:01 Loaded: 1.01% 00:00 Stream Type LIVE Seek to live, currently behind liveLIVE Remaining Time -50:01 1x Playback Rate Chapters * Chapters Descriptions * descriptions off, selected Captions * captions settings, opens captions settings dialog * captions off, selected Audio Track * default, selected Picture-in-PictureFullscreen This is a modal window. Beginning of dialog window. Escape will cancel and close the window. TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque Font Size50%75%100%125%150%175%200%300%400%Text Edge StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall Caps Reset restore all settings to the default valuesDone Close Modal Dialog End of dialog window. Advertisement 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. Tip Want to make your terminal look beautiful like the ones in the screenshot? Use these terminal customization tips. I hope this quick beginner tip helped you to get rid of Google Chrome from Ubuntu Linux. Sponsored Ad Up next ONLYEXPERT LINUXUSERSCAN USETHESE DISTRIBUTIONS! ✕ Skip Ad Ads by Sponsored Ad Up next ONLYEXPERT LINUXUSERSCAN USETHESE DISTRIBUTIONS! Like what you read? Please share it with others. 3 Shares * Facebook 0 * Twitter * LinkedIn Filed Under: Tutorial Tagged With: Beginner Tip, Ubuntu ABOUT ABHISHEK PRAKASH Creator of It's FOSS. An ardent Linux user & open source promoter. Huge fan of classic detective mysteries ranging from Agatha Christie and Sherlock Holmes to Detective Columbo & Ellery Queen. Also a movie buff with a soft corner for film noir. comment_count comments Newest Newest Oldest Top rated comments first Comment as a guest: Notify me when someone replies to my comment Save the details above in this browser for the next time I comment Submit comment PRIMARY SIDEBAR WEEKLY LINUX NEWSLETTER Join 75,000 other Linux users and start your journey to become a better, informed desktop Linux user. DON’T FIND WHAT YOU ARE LOOKING FOR? FOOTER ABOUT PAGES * About It's FOSS * Meet the team * We Donate to FOSS Projects CONTACT PAGES * Contact Us * Copyright: CC By SA * Get Featured on It's FOSS * Request a tutorial FOLLOW US, STALK US, WE DON'T MIND * Follow us on Facebook * Follow us on Instagram * Follow us on LBRY * Follow us on Mastodon * Follow us on Pinterest * Follow us on Twitter * Follow us via RSS Feed * Subscribe to Newsletter * Subscribe to YouTube Channel COMMUNITIES * Exclusive Telegram Channel * It's FOSS Forum * Join LinkedIn Community * Linux Users Group on Facebook * Linux Users Group on Reddit POLICIES * Affiliate Policy * Privacy Policy It's FOSS is Part of chmod777 Media Tech (OPC) Pvt Ltd· Built on Genesis Framework and Powered by UpCloud Close dialog Session expired Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page. > Loading Comments... Write a Comment... Email (Required) Name (Required) Website Copy link CopyCopied Powered by Social Snap