Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 335 Bytes

list packages available.md

File metadata and controls

10 lines (7 loc) · 335 Bytes

List available packages in RPM based systems

You can list all packages available from your configured repositories on your rpm based system with the yum command

yum list available

If you are only interested in the packages available from one repository:

yum --disablerepo "*" --enablerepo "<repository name>" list available