💾 Archived View for darknesscode.xyz › notes › purge-apps-in-debian.gmi captured on 2023-11-04 at 11:30:18. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-05)
-=-=-=-=-=-=-
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