Results 1 to 4 of 4

Thread: [SOLVED] Removing a .deb package

  1. #1
    Join Date
    Jun 2006
    Location
    San Francisco
    Beans
    175
    Distro
    Ubuntu

    [SOLVED] Removing a .deb package

    I installed Acrobat Reader a few months ago. I did not install it from an online repository. I downloaded the .deb package from adobe.com and I believe I typed $ dpkg --install AcrobatReader___, which installed everything fine. How can I remove this package?

    Also, for future reference, is there any way to use Aptitude to install a downloaded .deb file? I use Aptitude for all package management. I like how it handles installation/uninstallation and dependencies. It would be great if I knew a way to use this program to install .deb files rather than using dpkg.

    Lastly, I sometimes get an icon on my panel to upgrade my packages. I click it and upgrade. Is there any reason that I should not do this, instead using $ sudo aptitude update && sudo aptitude upgrade ? Does the graphic upgrade interfere in any way with Aptitudes package handling?

    Thanks.

  2. #2
    Join Date
    May 2008
    Location
    Canada QC
    Beans
    19
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Removing a .deb package

    You can find it in synaptic package manager...
    It's located under System>Administration>Synaptic Package Manager

  3. #3
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Removing a .deb package

    Code:
    sudo dpkg -r adobereader
    When installing with dpkg you use the full name of the .deb

    ie sudo dpkg -i adobereader-zxy.deb

    when removing you use just the application name (without the version information of .deb)
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  4. #4
    Join Date
    Oct 2008
    Beans
    9

    Re: [SOLVED] Removing a .deb package

    Wow thanks for this, worked great!

    Dan

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
  •