cm0002@infosec.pub to Programmer Humor@programming.dev · 2か月前Closing programsinfosec.pubimagemessage-square150fedilinkarrow-up1776
arrow-up1776imageClosing programsinfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 2か月前message-square150fedilink
minus-squareFishFace@piefed.sociallinkfedilinkEnglisharrow-up8·2か月前Uninstallation on Linux needs to do the equivalent of removing registry entries (settings) as well. Neither prices typically takes long. Windows does require more reboots, but you can typically get away without rebooting still.
minus-squareNatanael@infosec.publinkfedilinkarrow-up7·2か月前The main difference is Linux package managers with their package metadata is better at cleaning up than corresponding Windows installers. Especially antivirus programs, they are the worst
minus-squareWhiskyTangoFoxtrot@lemmy.worldlinkfedilinkarrow-up5·2か月前Linux settings are stored in files in your home directory, and uninstalling typically leaves those files intact.
minus-squareFishFace@piefed.sociallinkfedilinkEnglisharrow-up5·2か月前Some of them, but not all of them. Uninstalling things on windows also often leaves registry entries. It’s just not that different
Uninstallation on Linux needs to do the equivalent of removing registry entries (settings) as well. Neither prices typically takes long. Windows does require more reboots, but you can typically get away without rebooting still.
The main difference is Linux package managers with their package metadata is better at cleaning up than corresponding Windows installers.
Especially antivirus programs, they are the worst
Linux settings are stored in files in your home directory, and uninstalling typically leaves those files intact.
Some of them, but not all of them. Uninstalling things on windows also often leaves registry entries. It’s just not that different
That’s what --purge is for, in apt.