Results 1 to 6 of 6

Thread: How can I uninstall a program I installed using a .deb package?

  1. #1
    Join Date
    Dec 2007
    Beans
    265
    Distro
    Ubuntu 8.10 Intrepid Ibex

    How can I uninstall a program I installed using a .deb package?

    I installed Wah!Cade, a frontend for the MAME arcade emulator...it turns out it's useless since it doesn't let me setup any video, audio options etc etc...

    The thing is I want to know how can I remove it? as I said, I didn't install it through Adept/Sypnaptic, I used a .deb package I downloaded. Is there a way to do this at all? I've been using Linux for a year and half and I stopped installing from .deb or compiling for this same reason, there doesn't seem to be anyway to uninstall programs and I can't believe it hasn't been implemented in Linux yet or at least Ubuntu/Kubuntu alone.
    What? you think the world goverments, media, history and science books tell you everything there is to know about this world and the Universe? THINK AGAIN! WAKE UP!

    http://www.projectcamelot.org/

  2. #2
    Join Date
    Jul 2008
    Location
    near Sunderland, UK
    Beans
    60
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: How can I uninstall a program I installed using a .deb package?

    Quote Originally Posted by Moonfrost View Post
    I installed Wah!Cade, a frontend for the MAME arcade emulator...it turns out it's useless since it doesn't let me setup any video, audio options etc etc...

    The thing is I want to know how can I remove it? as I said, I didn't install it through Adept/Sypnaptic, I used a .deb package I downloaded. Is there a way to do this at all? I've been using Linux for a year and half and I stopped installing from .deb or compiling for this same reason, there doesn't seem to be anyway to uninstall programs and I can't believe it hasn't been implemented in Linux yet or at least Ubuntu/Kubuntu alone.
    Does
    Code:
    apt-get purge {name of package}
    do anything? I've not tried it on .deb files...
    LizBeth

  3. #3
    Join Date
    Jun 2006
    Beans
    2,310
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How can I uninstall a program I installed using a .deb package?

    Code:
    sudo dpkg -r wahcade

  4. #4

    Re: How can I uninstall a program I installed using a .deb package?

    try
    Code:
    sudo dpkg -r packagename
    from
    http://ubuntuforums.org/showthread.php?t=269296

    or google it, search: ubuntu unistall deb package

  5. #5
    Join Date
    Feb 2007
    Beans
    4,045
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How can I uninstall a program I installed using a .deb package?

    You uninstall it the same way you uninstall packages installed from the repositories. Synaptic, apt-get, dpkg ... whichever you prefer.

  6. #6
    Join Date
    Dec 2007
    Beans
    265
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How can I uninstall a program I installed using a .deb package?

    Okay, I fee embarrassed by not trying sudo apt-get remove before...I have tried it before on other Ubuntu versions and it NEVER worked, and somebody I think it was in this same forum told me that apt-get could only remove packages that were installed using either apt-get, adept or synaptic.

    EDIT: I forgot to say that that worked and thanks!
    What? you think the world goverments, media, history and science books tell you everything there is to know about this world and the Universe? THINK AGAIN! WAKE UP!

    http://www.projectcamelot.org/

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
  •