Results 1 to 2 of 2

Thread: Unable to uninstall package

  1. #1
    Join Date
    Jan 2016
    Beans
    2

    Unable to uninstall package

    I recently installed an application (UnityLauncherFolders), but now I'd like to uninstall it.
    The Problem is that the Package installed from a .deb file is not shown in the SoftwareCenter, further I'm not able to delete it manually in the /usr folder.

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Unable to uninstall package

    Try this from the terminal.. (assuming the package name is unity-launcher-folders)

    Code:
    sudo apt-get purge unity-launcher-folders
    eg.
    Code:
    hugh@xenial-laptop:~$ sudo apt-get purge unity-launcher-folders 
    [sudo] password for hugh: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages will be REMOVED
      unity-launcher-folders*
    0 to upgrade, 0 to newly install, 1 to remove and 0 not to upgrade.
    After this operation, 259 kB disk space will be freed.
    Do you want to continue? [Y/n] 
    (Reading database ... 202905 files and directories currently installed.)
    Removing unity-launcher-folders (14.09.4) ...
    Processing triggers for libglib2.0-0:amd64 (2.47.3-3) ...
    Processing triggers for gnome-menus (3.13.3-6ubuntu2) ...
    Processing triggers for desktop-file-utils (0.22-1ubuntu3) ...
    Processing triggers for bamfdaemon (0.5.2~bzr0+16.04.20151217-0ubuntu1) ...
    Rebuilding /usr/share/applications/bamf-2.index...
    Processing triggers for mime-support (3.59ubuntu1) ...
    hugh@xenial-laptop:~$

Tags for this Thread

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
  •