Skip to content

Instantly share code, notes, and snippets.

@ekiara
Created May 30, 2023 14:22
Show Gist options
  • Save ekiara/c76517cec1439fa98e568a30914681d5 to your computer and use it in GitHub Desktop.
Save ekiara/c76517cec1439fa98e568a30914681d5 to your computer and use it in GitHub Desktop.
apt-cheatsheet.md

apt Cheatsheet

List all installed packages

sudo apt list --installed
sudo apt list --installed |grep conky

Completely remove an installed package

sudo apt --purge remove conky-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment