Linux - Yum list available packages, Yum command to list packages
Yum list available packages
yum list availableThis command will list all the available packages in yum repository
How to list just one repo with yum. First I disable all repo, second I enable just the repo that I want to list.
yum --disablerepo=* --enablerepo=epel list available
The topic on Linux - Yum list available packages is posted by - Math
Hope you have enjoyed, Linux - Yum list available packagesThanks for your time