[CentOS] how to determine what's installed from a repository?

Leon Fauster leonfauster at googlemail.com
Tue Jul 21 22:08:09 UTC 2015


Am 21.07.2015 um 23:39 schrieb Kay Schenk <kay.schenk at gmail.com>:
> On 07/21/2015 02:30 PM, Binet, Valere (NIH/NIA/IRP) [C] wrote:
>> How about
>> 
>> $ sudo yum list installed | grep <reponame>
> 
> YES! This did it! Thank you!
> 


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

--
LF





More information about the CentOS mailing list