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 ...
[…] See the original post here: Query Available Packages From Specific YUM Repository on Fedora … […]
[…] Read more here: Query Available Packages From Specific YUM Repository on Fedora … […]
[…] Query Available Packages From Specific YUM Repository on Fedora … […]
Excellent…very useful…
I liked this.. and help my work.
useful entry to help people in doing listing of repos that are not the default ones for the setup
thanks.
Nice post.
you can try this to get packages installed from one repo:
# sudo yum list installed | grep @rpmfusion-free
thanks
and for remove all packages from one repo you can try:
sudo yum remove `yum list installed | grep @rpmfusion-free`
enjoy
I don’t see the point to disable all repos to list one.