this post was submitted on 29 Aug 2024
41 points (95.6% liked)
Linux
47955 readers
1148 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you install something as a Flatpak, you have that option.
And Windows absolutely does not remove everything after an app is uninstalled.
(In Windows) If you uninstall a program using the "uninstall.exe" provided, you can tick an option to wipe all the data.
This is also available from the Control Panel's "Uninstall programs" page. The "uninstall" button usually launches the "uninstall.exe" provided by the app's devs.
I've never had this issue on Windows before
That is at the discretion of the developer who packaged it up. Linux is designed to NOT do such things by default, and is therefore more resilient to "oopsie" moves.
Yeah It's more reliable in that way.
Still, I wish there was a something like a simple flag for the package manager so I could control if user data gets preserved.
I'm a bit surprised that that isn't a feature.
You'd be surprised maybe how many developers don't properly remove all files they put on your computer. Adobe is notorious for this.
Package management isn't intentionally separated from running code operations for a reason. If you want to do something specific like this regularly though, just write a simple two like script that handles it for you: 1) uninstall 2) rm directories.