Yum problem -

Joe Zeff joe at zeff.us
Sat Feb 8 21:08:13 UTC 2014


On 02/08/2014 12:22 PM, Bob Goodwin - Zuni, Virginia, USA wrote:
>
> On 08/02/14 12:30, Michael Schwendt wrote:

>>      # yum whatprovides libunique-1.0.so.0*
>>      Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit
>>      unique-1.1.6-10.fc20.i686 : Single instance support for applications
>>      Repo        : fedora
>>      Matched from:
>>      Provides    : libunique-1.0.so.0
>>
>>
>>
>> (!) unique-1.1.6-10.fc20.x86_64 : Single instance support for
>> applications
>>      Repo        : fedora
>>      Matched from:
>>      Provides    : libunique-1.0.so.0()(64bit)
>>
>
>   # yum install 'libunique-1.0.so.0()(64bit)'
>

No, that won't work.  What you need is this:

# yum install unique\*.x86_64

This will give you the package *containing* the file you need, without 
having to do all of that tiresome typing.


More information about the users mailing list