Results 1 to 5 of 5

Thread: Removing & Deleting a package

  1. #1
    Join Date
    Jul 2007
    Location
    India
    Beans
    449

    Removing & Deleting a package

    I have installed a package from the add/remove programs. Now suppose if i want to remove the program along with deleting all the packages that may have been installed in the /var/cache/apt/archives due to this program.

    In other words i want to delete this program from my computer completely.

  2. #2
    Join Date
    Oct 2007
    Location
    France
    Beans
    21
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Removing & Deleting a package

    Hum, sudo apt-get remove --purge yourprogram ?

  3. #3
    Join Date
    Apr 2008
    Location
    Sintra, Portugal
    Beans
    126
    Distro
    Lubuntu

    Re: Removing & Deleting a package

    Go to Synaptic packages manager at system -> preferences.

    Then search for you program and mark it for complete removing.


  4. #4
    Join Date
    Jul 2007
    Location
    Brugge, België
    Beans
    2,933

    Re: Removing & Deleting a package

    sudo apt-get autoremove applicationname --purge

    is what I usually use.

    You could use synaptic and it's "completely remove package" option to do so, if you prefer an GUI instead of CLI.

  5. #5
    Join Date
    Dec 2004
    Location
    Atlanta, GA USA
    Beans
    7,257
    Distro
    Ubuntu Development Release

    Re: Removing & Deleting a package

    i always do (after uninstalling)
    Code:
    sudo apt-get clean
    and
    Code:
    sudo apt-get autoremove
    that's all you need.

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
  •