💾 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

View Raw

More Information

⬅️ Previous capture (2021-11-30)

➡️ Next capture (2021-12-05)

-=-=-=-=-=-=-

Purge / Remove software in Debian/Ubuntu

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

----------

Home

Linux

Notes

Gemini

MicroLog

----------

© DarknessCode