Installing a single file from an RPM into a system running SELinux

Joe Zeff joe at zeff.us
Sat May 11 21:16:36 UTC 2013


On 05/11/2013 01:40 PM, Jonathan Ryshpan wrote:
> I need to install a single file from an RPM, namely
>
>   * RPM gnome-keyring-3.6.3-1.fc18.i686
>   * File: /usr/lib/pkcs11/gnome-keyring-pkcs11.so

The first thing you need to do is RTFM:

rpm -i gnome-keyring-3.6.3-1.fc18.i686 -f gnome-keyring-pkcs11.so

should do the trick.  (Please note that I haven't actually done this, 
but man rpm tells me that it will work and I presume that whoever wrote 
that knew what they were doing.)



More information about the users mailing list