YUM Query Available Packages From Specific Repository on Fedora, CentOS, Red Hat - Comment Page: 1

This is a quick tip, howto find, query and list all available packages from a specific Yum repository/repositories on Fedora, CentOS, Red Hat (RHEL). This trick does not show the already installed packages from selected repository. List All Repositories and Check Repository ID's $ yum repolist Loaded plugins: dellsysidplugin2, refresh-packagekit repo id repo name status adobe-linux-i386 Adobe Systems Incorporated enabled: 17 fedora ...

9 comments on “YUM Query Available Packages From Specific Repository on Fedora, CentOS, Red Hat - Comment Page: 1

    1. […] See the original post here: Query Available Packages From Specific YUM Repository on Fedora … […]

      Reply
    2. […] Read more here: Query Available Packages From Specific YUM Repository on Fedora … […]

      Reply
    3. […] Query Available Packages From Specific YUM Repository on Fedora … […]

      Reply
    4. Excellent…very useful…

      Reply
      • I liked this.. and help my work.

        Reply
    5. useful entry to help people in doing listing of repos that are not the default ones for the setup
      thanks.

      Reply
    6. Nice post.

      Reply
    7. you can try this to get packages installed from one repo:

      # sudo yum list installed | grep @rpmfusion-free

      thanks

      Reply
    8. and for remove all packages from one repo you can try:

      sudo yum remove `yum list installed | grep @rpmfusion-free`

      enjoy

      Reply
    9. I don’t see the point to disable all repos to list one.

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Close