Skip to content

Instantly share code, notes, and snippets.

@bodqhrohro
Created December 8, 2023 14:47
Show Gist options
  • Save bodqhrohro/5a65deeb59491112d1757a9c7bd60d46 to your computer and use it in GitHub Desktop.
Save bodqhrohro/5a65deeb59491112d1757a9c7bd60d46 to your computer and use it in GitHub Desktop.
Cancel last apt installation
apt remove $(cat /var/log/apt/history.log |grep '^Install'|tail -n 1|sed 's/([^)]\+),\?//g'|sed 's/^Install://')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment