Author Topic: How do you find which src.rpm provides an rpm?  (Read 199 times)

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3794
How do you find which src.rpm provides an rpm?
« on: January 21, 2013, 02:57:27 PM »
Usually it is very obvious, by I am trying to find what provides pyPortMidi. portmidi doesn't seem to.

Galen

Offline ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1168
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: How do you find which src.rpm provides an rpm?
« Reply #2 on: January 21, 2013, 05:18:23 PM »
Usually it is very obvious, by I am trying to find what provides pyPortMidi. portmidi doesn't seem to.


rpm -qi (or -qpi on the RPM if not installed)

Quote
terry@localhost ~]$ rpm -qpi http://distro.ibiblio.org/pclinuxos/pclinuxos/apt/pclinuxos/2010/RPMS.main/pyPortMidi-0.0.3-2pclos2010.noarch.rpm
Name        : pyPortMidi                   Relocations: (not relocatable)
Version     : 0.0.3                             Vendor: (none)
Release     : 2pclos2010                    Build Date: Fri 03 Sep 2010 07:38:54 PM BST
Install Date: (not installed)               Build Host: localhost.localdomain
Group       : Development/Python            Source RPM: pyPortMidi-0.0.3-2pclos2010.src.rpm
Size        : 69479                            License: GPL
Signature   : (none)
URL         : http://alumni.media.mit.edu/~harrison/pyportmidi.html
Summary     : pyPortMidi is a Python wrapper for PortMidi
Description :
pyPortMidi is a Python wrapper for PortMidi.
PortMidi is a cross-platform C library for
realtime MIDI control. Using pyPortMidi, you
can send and receive MIDI data in realtime
from Python.


Terry
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3794
Re: How do you find which src.rpm provides an rpm?
« Reply #3 on: January 21, 2013, 05:21:48 PM »
do you mean this http://ftp.nluug.nl/os/Linux/distr/pclinuxos/pclinuxos/apt/pclinuxos/2010/SRPMS.main/pyPortMidi-0.0.3-2pclos2010.src.rpm ?


Yes, I don't know why I didn't find it.  :-[  ;) Thank you for the command, TerryN. I looked but missed that, too.

Thanks,

Galen