Skip to main content
added 351 characters in body
Source Link
Peque
  • 3.6k
  • 4
  • 31
  • 36
dnf repo-pkgs repo_name<repoid> list installed 

Notes

The command above uses DNF to list the packages installed from the <repoid>. Note repo-pkgs is just an alias of repository-packages.

From the man pages:

man dnf | grep "repository-packages.*list.*installed" -A 1 

Further reading:

man dnf 
dnf repo-pkgs repo_name list installed 
dnf repo-pkgs <repoid> list installed 

Notes

The command above uses DNF to list the packages installed from the <repoid>. Note repo-pkgs is just an alias of repository-packages.

From the man pages:

man dnf | grep "repository-packages.*list.*installed" -A 1 

Further reading:

man dnf 
Source Link
Peque
  • 3.6k
  • 4
  • 31
  • 36

dnf repo-pkgs repo_name list installed