Skip to content

Instantly share code, notes, and snippets.

@devme4f
Last active August 7, 2023 02:19
Show Gist options
  • Save devme4f/40a078c558679e3d15564a6b1ae49f8f to your computer and use it in GitHub Desktop.
Save devme4f/40a078c558679e3d15564a6b1ae49f8f to your computer and use it in GitHub Desktop.
#!/bin/bash
dpkg -l | grep bbb | awk '{print $2}' | xargs apt-get purge -y && apt-get purge # && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment