this post was submitted on 09 Dec 2025
97 points (100.0% liked)
Linux
60197 readers
672 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A universal uninstaller.
Now that Ubuntu has apt, snap, ~/bin, flatpak, appimages, etc, when I want to disable, update, or, uninstall an app, I can't quickly figure out where it is or how to do that. So a program that starts with 'which appname' or something more clever to find it, which also told you what type of installation method it was and then let you remove it with the next action.
For example I had Desktop Docker installed which was garbage, and I didn't remember how I had installed it. In that case you couldn't use 'which' because that's not the name of the executable, so you'd have to design something smarter that could search .desktop files or whatever.
Good luck with your project!
The GNOME & KDE Platform have a software store with an "uninstall" button?
What platform are you using with Ubuntu?
That works for things that are installed via the app store, but I install things from other sources as well.
I don't know what you mean by platforms, but if the software I want is not in the app store, I usually go to their website and see how the developers recommend installing it.
Sometimes I download an appimage. Sometimes I download a .deb. Sometimes the developer wants me to wget directly into sudo (yuck) sometimes I have to clone a github repo, rarely these days do I have to download a source tarball and make compile, but maybe I get some old software that works that way.
Sometimes it is confusing because the software I installed (e.g. Steam) has the preferred way from the website different from the version in the app store (Steam-launcher or whatever). The problem is I don't remember which method I used to install what.
In my imagination, I open the universal uninstaller, and start typing the app. As I type it shows suggestions. If I select it, it tells me how I installed it (downloaded a deb from their website, etc.,) then the next click takes me to the correct uninstall method.
Pretty sure you can just delete appimages
Yes you can. This would remind you that itis an appimage and then delete it