EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for Listing installed RPMs by vendor #41

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2008/08/listing-installed-rpms-by-vendor/ By Jon Jensen

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: Daniel Browning
date: 2008-08-09T23:32:00-04:00

Very useful. Thanks, Jon. I happen to have six different vendors on my Fedora Core 9 workstation:

rpm -qa --qf '%{VENDOR}\n' | sort | uniq | wc -l

One of those is "(none)" and has packages from three additional sources.

A handful of the Fedora packages still have "Red Hat, Inc." as the vendor.

phinjensen commented 6 years ago
original author: Jon Jensen
date: 2008-08-11T11:59:00-04:00

Interesting, Daniel. On a clean install of Fedora 9 I have only "Fedora Project", "(none)", and "Red Hat, Inc." as vendors -- which is pretty much what I'd expect.

Did you add packages from 3rd-party repositories, or were there other vendor names in Fedora-supplied RPMs?