-- Leo's gemini proxy

-- Connecting to darknesscode.xyz:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-US

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

MicroLog


----------


© DarknessCode

-- Response ended

-- Page fetched on Wed May 22 00:59:24 2024