Add an option for repoquery
, which aims to query the packages that are installed from repositories
#1950
Labels
repoquery
, which aims to query the packages that are installed from repositories
#1950
Description
Hello. The need for a such option for DNF v. 4/5 can be proved if needed, as the related task cannot be accomplished by anyone other than someone who knows that
In that context, it is likely that the accomplishment of that task becomes most improbable for most of us, as illustrated by the command needed to produce in order to accomplish it:
dnf rq --installed --qf '%{from_repo} | %{name}' | sort -k 1,1 | awk '$1=="repository_1";$1=="repository_2" {print $0}'
Application with values; output truncated:
Suggestion of model
--installed-from-repo=<repository_1>,<repository_2>,(...)
Wildcard support would be beneficial. Testing against the following command indicates no warning message related to the use of wildcard for
--repo
, thus implies it to be supported. However an empty output suggests either it is not or an issue:The text was updated successfully, but these errors were encountered: