Announcement

Collapse
No announcement yet.

How to delete app leftovers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [RESOLVED] How to delete app leftovers

    I installed Wine via discover on my Kubuntu 25.04 and then uninstalled it, but I see that there are still some links left in the /bin folder. How can I safely remove them without risking damaging my system?
    You may only view thumbnails in this gallery. This gallery has 1 photos.

    #2
    Open a konsole and type: list /bin/wine* and press Enter. Verify that the list shown matches what you see in your snapshot. On the assumption that it does (it should), type: sudo rm /bin/wine* and press Enter.
    Windows no longer obstruct my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Originally posted by Snowhog View Post
      Open a konsole and type: list /bin/wine* and press Enter. Verify that the list shown matches what you see in your snapshot. On the assumption that it does (it should), type: sudo rm /bin/wine* and press Enter.
      The response to the list /bin/wine* command is as follows:
      «list» command not found, but there are 15 similar ones.
      What can I do? Do I manually delete from /bin?​

      Comment


        #4
        My bad! I have/use aliases.

        Type ls -la /bin/wine* and press Enter.
        Windows no longer obstruct my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          If you have Wine binary files installed still, as your image shows, then it hasn't been uninstalled -- or rather a different package version is still installed.

          If you used Discover to install Wine, and you still have wine files in /bin then you didn't uninstall it.

          If you have the Wine flatpak as well as the older stock Deb version from the Ubuntu repos, you might have uninstalled the flatpak, which does not have any files in /bin. The files in /bin would be from a deb install.

          So show us what Discover shows.
          OR
          the output of:
          Code:
          apt policy wine
          Click image for larger version  Name:	Screenshot_20251027_015420.png Views:	0 Size:	139.1 KB ID:	688964​ ​Click image for larger version  Name:	Screenshot_20251027_021820.png Views:	0 Size:	36.3 KB ID:	688965
          Last edited by claydoh; Yesterday, 12:22 AM.

          Comment


            #6
            wine has not been uninstalled

            show the output of

            Code:
            apt list --installed wine*​

            Comment

            Users Viewing This Topic

            Collapse

            There are 0 users viewing this topic.

            Working...
            X