Skip to content

Instantly share code, notes, and snippets.

@xmesaj2
Created November 26, 2024 22:49
Show Gist options
  • Save xmesaj2/0dd9508aceb4af21bc6486efc1ce20c0 to your computer and use it in GitHub Desktop.
Save xmesaj2/0dd9508aceb4af21bc6486efc1ce20c0 to your computer and use it in GitHub Desktop.
zypper autoremove (like apt)
sudo zypper rm $(zypper pa --unneeded | awk '/i / {print $3}' FS='|' | uniq | tr -d ' ')
@xmesaj2
Copy link
Author

xmesaj2 commented Nov 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment