Skip to content

Instantly share code, notes, and snippets.

@pierres
Created January 23, 2022 10:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierres/6ed603a7934baec58d7742f1bc6362b6 to your computer and use it in GitHub Desktop.
Save pierres/6ed603a7934baec58d7742f1bc6362b6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
(
for lib in $(pacman -Qql openssl | grep -o '[^/]*.so$'); do
for repo in core extra community testing community-testing multilib multilib-testing staging community-staging multilib-staging gnome-Unstable kde-unstable; do
sogrep $repo $lib
done
done
) | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment