Announcement

Collapse
No announcement yet.

[resolved] Uninstall a deb package

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [resolved] Uninstall a deb package

    Hello All,

    I installed some software from a *.deb package. In other words I did not use the Software Management tool. How do I uninstall it now?
    Thanks,

    Craigbert
    ----------------------------------------------------
    Kubuntu 13.04
    8GB RAM & Intel Core i7 1.87GHz
    Registered Linux User 537624

    #2
    Re: Uninstall a deb package

    With the software management tool. The advantage of deb packages is that they integrate with the package management system, so apt, KpackageKit/Muon/Synaptic and others can uninstall them.
    "The only way Kubuntu could be more user friendly would be if it came with a virtual copy of Snowhog and dibl"

    Comment


      #3
      Re: Uninstall a deb package

      Code:
      sudo apt-get purge foo

      Comment


        #4
        Re: Uninstall a deb package

        Thanks guys, the sudo apt-get purge worked like a champ.

        I did have to figure out how to get the package name since dpkg operates on that and not the file name.

        Here is the command:

        sudo dpkg --info foo-1.4.deb
        Thanks,

        Craigbert
        ----------------------------------------------------
        Kubuntu 13.04
        8GB RAM & Intel Core i7 1.87GHz
        Registered Linux User 537624

        Comment

        Working...
        X