Skip to content

Instantly share code, notes, and snippets.

@mlesaout
Created April 25, 2022 19:22
Show Gist options
  • Save mlesaout/76e75e402c40b3c1d02e34f4a270c0fa to your computer and use it in GitHub Desktop.
Save mlesaout/76e75e402c40b3c1d02e34f4a270c0fa to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get remove --purge $(grep -A 3 "$1" /var/log/apt/history.log | tail -1 | sed 's/Install: //' | tr ',' '\n' | sed '/automatic)/d' | awk '{ print $1}' | sed 's/:amd64//')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment