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.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to