Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
repoquery -q -a --show-duplicates --queryformat "%{name}-%{version}-%{release} ${epoch}\n" | sort -u
declare -A MAP; while read nvr e; do MAP["$nvr"]="$e"; done < <(repoquery -q -a --show-duplicates --queryformat "%{name│·······························································································
}-%{version}-%{release} %{epoch}" | sort -u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment