On 8 February 2014 11:30, Bob Goodwin - Zuni, Virginia, USA <bobgoodwin@wildblue.net> wrote:

I find Notecase Pro indispensable and it is one of the first things I install when setting up a new Fedora Linux system. I just installed Fedora-20 and Centos-6.5 on another computer and in both cases the rpm [notecase_pro-3.8.7-1.fc20.x86_64.rpm] would not run due to dependency problems. Yum install insists on providing the i686 version which is not appropriate for the 64 bit computer and 64 bit Notecase Pro. I had to Google for and install the right one in both Fedora and Centos.

[root@box10 bobg]# yum install libunique-1.0.so.0
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package unique.i686 0:1.1.6-10.fc20 will be installed
--> Processing Dependency: libdbus-glib-1.so.2 for package: unique-1.1.6-10.fc20.i686
--> Running transaction check
---> Package dbus-glib.i686 0:0.100.2-2.fc20 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================================================
 Package                           Arch Version Repository                      Size
==============================================================================================================================================
Installing:
 unique                            i686 1.1.6-10.fc20 fedora                          54 k
Installing for dependencies:
 dbus-glib                         i686 0.100.2-2.fc20 fedora                         104 k

Transaction Summary
==============================================================================================================================================
Install  1 Package (+1 Dependent package)

Total download size: 159 k
Installed size: 437 k
Is this ok [y/d/N]: n


Am I missing something?

Bob


That's looks correct; the 64bit unique provides "libunique-1.0.so.0()(64bit)":
$ repoquery --provides unique.x86_64
libunique-1.0.so.0()(64bit)
unique = 1.1.6-10.fc20
unique(x86-64) = 1.1.6-10.fc20

whereas:
$ repoquery --provides unique.i686
libunique-1.0.so.0
unique = 1.1.6-10.fc20
unique(x86-32) = 1.1.6-10.fc20


so 'yum install libunique-1.0.so.0' will install unique.i686.
 
--
http://www.qrz.com/db/w2bod
Box10 Fedora-20/64bit Linux/XFCE

--
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



--
Ahmad Samir