Results 1 to 4 of 4

Thread: No able to remove chromium

  1. #1
    Join Date
    Jun 2018
    Beans
    2

    No able to remove chromium

    I have dual booted ubuntu and Windows7 and have installed chromium browser on both. Now I don't know how i can remove the chromium software from both of these.

  2. #2
    Join Date
    Jun 2018
    Beans
    1

    Re: No able to remove chromium

    Quote Originally Posted by savitathakur View Post
    I have dual booted ubuntu and Windows7 and have installed chromium browser on both. Now I don't know how i can remove the chromium software from both of these.
    Execute these commands in terminal to remove chromium from ubuntu:

    sudo apt-get remove chromium --purge
    rm -rf ~/.config/chromium
    rm -rf ~/.cache/chromium
    sudo rm -rf /etc/chromium
    Follow this guide to remove chromium from windows : https://techblot.com/remove-uninstal...indows-7-8-10/
    Last edited by khojdo0; November 17th, 2018 at 12:14 AM.

  3. #3
    Join Date
    Jun 2018
    Beans
    2

    Re: No able to remove chromium

    Quote Originally Posted by khojdo0 View Post
    Execute these commands in terminal to remove chromium from ubuntu:

    sudo apt-get remove chromium --purge
    rm -rf ~/.config/chromium
    rm -rf ~/.cache/chromium
    sudo rm -rf /etc/chromium
    Follow this guide to remove chromium from windows : https://techblot.com/remove-uninstal...indows-7-8-10/
    ohh thank you so much sir..
    Last edited by savitathakur; November 17th, 2018 at 12:18 AM.

  4. #4
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: No able to remove chromium

    For the record the command:
    Code:
    rm -rf
    is a very dangerous command if you get the incorrect path with this command you could wipe out some very important files or your system, also you can just open software center and remove chromium that way, it is much safer.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •