[CentOS] CROSS-LIST Notice: Changes in EPEL

Hakan Can gogreenbecool at gmail.com
Tue Nov 4 16:51:47 UTC 2014


On 11/04/2014 06:25 PM, Brian Bernard wrote:
> Is there a command in yum where you can sort packages by repository and
> hence compare them with the lists you've provided?
Hi Brien,

We use rpm.

listing  all packages not in base repo,

	rpm -qa --qf  '%{NAME} %{VENDOR}\n' |grep -v CentOS

or just Fedora packages(epel).

	rpm -qa --qf  '%{NAME} %{VENDOR}\n' |grep Fedora

Thanks,

Hcan.



More information about the CentOS mailing list