top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to list packages installed from a particular repo

+3 votes
396 views

Is there an easy way to list all the packages installed on a fedora system from a particular repo.

posted Jan 28, 2014 by Tarun Singhal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

3 Answers

+1 vote

A incomplete, but possibly good enough:

yum install keychecker

keychecker
This will list packages installed by the gpg key they are signed with. This won't help if you install unsigned packages, but will help with things like fedora stable releases vs non fedora packages, etc.

answer Jan 28, 2014 by Deepankar Dubey
+1 vote

yum list | grep '@repo'

answer Jan 28, 2014 by Sanketi Garg
+1 vote
$ yum list all > yum-list-all.txt

will give you a text file with most of what you want. The repos are in the third column.

answer Jan 28, 2014 by Amit Mishra
Similar Questions
0 votes

Where does dnf keep its repo configuration, or does it use /etc/yum.repo.d? Which I see is still there. As I want to change it to
use my local repos.

0 votes

I created a repo using svnadmin create in a dir called trunk (that's what your supposed to do, right?) The operation succeeded but the files that I want to version (c source which I should have versioned long ago.)

I can't seem to add to the repo. When the code is ready for alpha release I plan to host it on source forge but until then It's just me working on the code and my online connection is intermittent so I decided to create my repo locally.

+3 votes

I'm running a new FC20 system

systemctl -t service -a -l

to check services and I'm seeing several that I don't have installed for example. I've tried using systemctl disable to remove the service, and don't get anything back.

How do I prune my services list/get the unknown or uninstalled packages out?

0 votes

I was handed a dump file by a 3rd party and I am supposed to analyze it. I've got it loaded and can look at the log and do all the usual things without any apparent errors. But I notice that some revision numbers are missing.

How can this be?

0 votes

Is there a command that lists only the installed dnf plugins?

...