Skip to content

Instantly share code, notes, and snippets.

@awerlang
Created October 9, 2021 17:03
Show Gist options
  • Save awerlang/97f0ea2ef8b7cafd40798f39633db863 to your computer and use it in GitHub Desktop.
Save awerlang/97f0ea2ef8b7cafd40798f39633db863 to your computer and use it in GitHub Desktop.
zypper if -- $(sudo fgrep '|remove |' /var/log/zypp/history | awk -F'|' '{print $3}' | sort --unique) | grep -B 8 'Installed : Yes'
sudo fgrep '|install|' /var/log/zypp/history | awk -F'|' '{print $3}' | sort | uniq --count | sort --human-numeric-sort
zypper --installroot /mnt in -t pattern base enhanced_base fonts kde_plasma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment