Skip to content

Instantly share code, notes, and snippets.

@iamaaditya
Created August 13, 2018 17:36
Show Gist options
  • Save iamaaditya/68be67184b6ae3cfdbc39a72941412d2 to your computer and use it in GitHub Desktop.
Save iamaaditya/68be67184b6ae3cfdbc39a72941412d2 to your computer and use it in GitHub Desktop.
Remove packages manually
apt list --installed | grep latex | cut -d '/' -f 1 | xargs -L 1 -P 1 dpkg --force-all -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment