How to Uninstall Packages With apt: remove vs purge
On Ubuntu, apt remove, apt purge, and apt autoremove all uninstall a package, but they stop at different layers of it. The difference decides what survives: the package files, the configuration, or the leftover dependencies. I installed a small text-drawing filter called boxes and removed it three separate ways to record what each command clears, […]
How to Uninstall Packages With apt: remove vs purge Read More »