How Do I Uninstall Chrome on Ubuntu?
If you’re a Ubuntu user looking to tidy up your system or switch to a different web browser, knowing how to uninstall Chrome efficiently can be a real time-saver. While Google Chrome is a popular choice for many due to its speed and extensive features, there are plenty of reasons why you might want to remove it—from freeing up disk space to resolving compatibility issues or simply trying out alternatives. Whatever your motivation, understanding the proper way to uninstall Chrome on Ubuntu ensures a clean and hassle-free process.
Ubuntu, with its Linux-based architecture, handles software management differently than other operating systems, which means uninstalling applications like Chrome isn’t always as straightforward as dragging an icon to the trash. The process involves using terminal commands or graphical package managers, depending on how Chrome was initially installed. Being familiar with these methods not only helps you remove Chrome but also empowers you to manage other software on your system with confidence.
In this article, we’ll explore the essential steps and considerations for uninstalling Google Chrome on Ubuntu, guiding you through the process while highlighting best practices to keep your system running smoothly. Whether you’re a seasoned Linux user or new to Ubuntu, this overview will prepare you to take control of your applications and maintain an optimized computing environment.
Uninstalling Google Chrome Using Terminal Commands
To uninstall Google Chrome on Ubuntu using the terminal, you need to execute a few simple commands. This method is efficient and preferred by users comfortable with command-line interfaces. First, open your terminal by pressing `Ctrl + Alt + T` or searching for “Terminal” in your applications menu.
The primary command to remove Google Chrome is `apt remove`. This command removes the Chrome package but retains configuration files. If you want to remove the package completely, including configuration files, you should use `apt purge`.
Here is how to proceed:
- To remove Google Chrome while keeping configuration files:
“`bash
sudo apt remove google-chrome-stable
“`
- To remove Google Chrome along with its configuration files:
“`bash
sudo apt purge google-chrome-stable
“`
- Finally, to clean up any unused dependencies left after uninstalling:
“`bash
sudo apt autoremove
“`
Using `sudo` is necessary because uninstalling software requires administrative privileges. The system will prompt you for your password before executing the commands.
Uninstalling Chrome Installed via Snap
If you installed Google Chrome through Snap, the uninstallation process differs slightly. Snap packages are self-contained and managed independently from the traditional APT package manager.
To check if Chrome is installed via Snap, run:
“`bash
snap list | grep chrome
“`
If Chrome appears in the list, use the following command to remove it:
“`bash
sudo snap remove google-chrome
“`
Note that official Google Chrome is rarely distributed via Snap, but some Chromium builds or custom Chrome versions might be. Always verify with the `snap list` command.
Removing Residual Files and Configurations
After uninstalling Chrome, some residual files such as user profiles, cache, and configuration files may remain in your home directory. Removing these is essential if you want to completely erase Chrome data from your system.
Chrome stores user data primarily in the `.config/google-chrome/` and `.cache/google-chrome/` directories. To delete these, execute:
“`bash
rm -rf ~/.config/google-chrome
rm -rf ~/.cache/google-chrome
“`
Be cautious when using `rm -rf` as it forcefully deletes files and directories. Ensure the paths are correct to avoid accidental data loss.
Alternative Graphical Method Using Ubuntu Software Center
If you prefer a graphical interface over terminal commands, the Ubuntu Software Center provides a straightforward way to uninstall applications.
Steps to uninstall Chrome via Ubuntu Software Center:
- Open Ubuntu Software Center.
- Use the search bar to find “Google Chrome” or “Chrome”.
- Click on the Chrome entry in the search results.
- Select the “Remove” button.
- Authenticate with your password if prompted.
This method removes the application but might leave some configuration files behind, which can be manually deleted as described above.
Comparison of Uninstallation Methods
Below is a comparison table summarizing the main methods to uninstall Google Chrome on Ubuntu:
Method | Command/Action | Removes Configuration Files? | Requires Terminal? | Notes |
---|---|---|---|---|
APT Remove | sudo apt remove google-chrome-stable |
No | Yes | Uninstalls Chrome but keeps configs |
APT Purge | sudo apt purge google-chrome-stable |
Yes | Yes | Removes Chrome and configs completely |
Snap Remove | sudo snap remove google-chrome |
Varies | Yes | Used if Chrome installed via Snap |
Ubuntu Software Center | Graphical UI | No | No | Easy for beginners, may leave config files |
Uninstalling Google Chrome on Ubuntu
To remove Google Chrome from your Ubuntu system, you can use the terminal or the graphical user interface (GUI). Below are detailed methods for both approaches, including commands and considerations to ensure complete uninstallation.
Uninstalling Chrome Using the Terminal
The terminal method is efficient and preferred by advanced users. It ensures that Chrome is removed cleanly along with its configuration files if desired.
Steps to uninstall Google Chrome via terminal:
- Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the application menu.
- Execute the following command to remove the Chrome package:
“`bash
sudo apt remove google-chrome-stable
“`
- To also remove configuration files associated with Chrome, run:
“`bash
sudo apt purge google-chrome-stable
“`
- After uninstalling, it is recommended to clean up any residual dependencies that are no longer needed:
“`bash
sudo apt autoremove
“`
- Optionally, remove Chrome’s user data and cache if you want a complete cleanup (note this deletes all browsing data):
“`bash
rm -rf ~/.config/google-chrome
rm -rf ~/.cache/google-chrome
“`
Uninstalling Chrome via Ubuntu Software Center
For users who prefer a graphical interface, the Ubuntu Software Center provides an intuitive way to uninstall applications.
Steps to uninstall Google Chrome via GUI:
- Open the Ubuntu Software application from the application menu.
- Click on the Installed tab to see all installed applications.
- Scroll or search for Google Chrome in the list.
- Click on Google Chrome to open its details page.
- Press the Remove button.
- Authenticate with your password if prompted.
- Wait for the process to complete; Chrome will then be removed from your system.
Verifying Removal
To confirm that Google Chrome has been successfully removed, you can run the following checks:
Verification Method | Command/Action | Expected Result | |
---|---|---|---|
Check package installation | `dpkg -l | grep google-chrome-stable` | No output or no entry found |
Search for executable | `which google-chrome` | No output (command not found) | |
Look for residual files | `ls ~/.config/google-chrome` | Directory not found or empty |
If any residual directories or files remain, consider manually deleting them as described above.
Troubleshooting Common Issues
- “Package not found” error:
This indicates Chrome may already be uninstalled or installed via a different method (e.g., snap). Verify installation source.
- Chrome installed as a Snap package:
If Chrome was installed as a snap, remove it using:
“`bash
sudo snap remove google-chrome
“`
- Permission denied during file removal:
Use `sudo` to remove configuration or cache files if necessary:
“`bash
sudo rm -rf ~/.config/google-chrome
sudo rm -rf ~/.cache/google-chrome
“`
- Leftover launcher or menu entries:
Sometimes menu entries or desktop shortcuts remain. Remove them manually from:
“`bash
~/.local/share/applications/
“`
Look for files named `google-chrome.desktop` and delete them.
Additional Notes
- Removing Chrome does not affect other Chromium-based browsers like Chromium or Brave.
- Backup important bookmarks or data before removal if needed.
- Regularly cleaning unused packages and caches helps maintain system performance.
This comprehensive approach ensures Google Chrome is fully uninstalled from your Ubuntu system, freeing up disk space and removing associated settings.
Expert Guidance on How To Uninstall Chrome on Ubuntu
Dr. Elena Martinez (Linux Systems Architect, Open Source Solutions Inc.) emphasizes, “To uninstall Chrome on Ubuntu effectively, users should first ensure they have administrative privileges. The recommended approach is to use the terminal command `sudo apt-get remove google-chrome-stable` followed by `sudo apt-get autoremove` to clean up residual dependencies. This method guarantees a clean removal without affecting other system components.”
Rajiv Patel (Senior Linux Administrator, Ubuntu Community Support) advises, “Before uninstalling Chrome, it is prudent to back up any important browser data such as bookmarks or saved passwords. Uninstallation can be performed via the terminal or the Ubuntu Software Center, but using the terminal commands provides more control and feedback. Additionally, verifying that no Chrome-related processes are running ensures a smooth uninstallation process.”
Lisa Chen (Open Source Software Consultant and Educator) states, “For users unfamiliar with command-line operations, the graphical Ubuntu Software Center offers a straightforward way to uninstall Chrome by searching for the application and selecting ‘Remove.’ However, advanced users should prefer terminal commands for precision and to avoid leaving behind configuration files. Always update your package lists beforehand using `sudo apt-get update` to avoid errors during removal.”
Frequently Asked Questions (FAQs)
How do I uninstall Google Chrome from Ubuntu using the terminal?
Open the terminal and run the command `sudo apt-get remove google-chrome-stable`. This will uninstall Chrome but keep the configuration files. To remove configuration files as well, use `sudo apt-get purge google-chrome-stable`.
Will uninstalling Chrome remove my browsing data on Ubuntu?
Uninstalling Chrome using `remove` does not delete browsing data stored in your home directory. To remove all user data, delete the `~/.config/google-chrome/` folder manually after uninstalling.
Can I reinstall Chrome easily after uninstalling it on Ubuntu?
Yes, you can reinstall Chrome anytime by downloading the latest `.deb` package from the official Google Chrome website and installing it with `sudo dpkg -i google-chrome-stable_current_amd64.deb`.
Is it safe to uninstall Chrome using the Ubuntu Software Center?
Yes, uninstalling Chrome via the Ubuntu Software Center is safe and effective. It removes the application but may leave residual configuration files unless explicitly removed.
How do I remove Chrome completely, including dependencies, on Ubuntu?
Use the command `sudo apt-get purge –auto-remove google-chrome-stable` to uninstall Chrome along with any automatically installed dependencies that are no longer needed.
What should I do if Chrome does not uninstall properly on Ubuntu?
If Chrome fails to uninstall, try fixing broken packages with `sudo apt-get install -f`, then attempt the removal commands again. Alternatively, manually delete Chrome files from `/opt/google/chrome` and configuration directories.
Uninstalling Google Chrome on Ubuntu is a straightforward process that can be accomplished using the terminal or graphical package managers. The most common and reliable method involves using the terminal command `sudo apt-get remove google-chrome-stable` or `sudo apt remove google-chrome-stable`, which effectively removes the Chrome browser while preserving user data if desired. For users who installed Chrome through a .deb package, this approach ensures a clean removal without affecting other system components.
It is important to verify the installation method before proceeding with uninstallation to avoid potential issues. For example, if Chrome was installed via a snap package, the removal command would differ (`sudo snap remove chromium`), although Google Chrome itself is typically not distributed via snap. Additionally, users should consider whether they want to remove configuration files and user data, which may require additional commands such as `sudo apt-get purge google-chrome-stable` or manual deletion of related directories.
Overall, understanding the package management system and the installation source is key to effectively uninstalling Chrome on Ubuntu. By following the appropriate commands and procedures, users can ensure a clean and efficient removal process. This knowledge not only simplifies software management but also enhances system maintenance and troubleshooting capabilities.
Author Profile

-
Barbara Hernandez is the brain behind A Girl Among Geeks a coding blog born from stubborn bugs, midnight learning, and a refusal to quit. With zero formal training and a browser full of error messages, she taught herself everything from loops to Linux. Her mission? Make tech less intimidating, one real answer at a time.
Barbara writes for the self-taught, the stuck, and the silently frustrated offering code clarity without the condescension. What started as her personal survival guide is now a go-to space for learners who just want to understand what the docs forgot to mention.
Latest entries
- July 5, 2025WordPressHow Can You Speed Up Your WordPress Website Using These 10 Proven Techniques?
- July 5, 2025PythonShould I Learn C++ or Python: Which Programming Language Is Right for Me?
- July 5, 2025Hardware Issues and RecommendationsIs XFX a Reliable and High-Quality GPU Brand?
- July 5, 2025Stack Overflow QueriesHow Can I Convert String to Timestamp in Spark Using a Module?