💾 Archived View for darknesscode.xyz › notes › purge-apps-in-debian.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Uninstall apps/software in Debian, replace <PACKAGE> with the name of the software you want to remove
sudo apt purge `dpkg -l | cut -d ' ' -f3 | grep <PACKAGE>` && apt autoremove
This command will remove everything related with that software
----------
----------
© DarknessCode