Re: /usr/local/lib*

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 21.07.2013 10:46, schrieb lee:
> Reindl Harald <h.reindl@xxxxxxxxxxxxx> writes:
>> Am 20.07.2013 20:02, schrieb lee:
>>> what is supposed to go into /usr/local/lib/ and what into
>>> /usr/local/lib64 on amd64?
>>>
>>> I'm trying to get libsx installed and am wondering into which of these
>>> directories it is supposed to go.  /usr/local/lib/ sounds like "native",
>>> but then there wouldn't be  /usr/local/lib64/, or would there?
>>
>> /usr/local is more or less the same as /usr
>>
>> /usr/local/lib -> i686 libraries
>> /usr/local/lib64 -> x86_64 libraries
>>
>> https://ask.fedoraproject.org/question/7916/multilib-packaging-policy/
>> http://www.tuxfiles.org/linuxhelp/linuxdir.html
> 
> Thanks!  I just put stuff that I install myself into /usr/local ...
> Any idea as to why there are so many 32bit libs installed I don't need?

no, but "yum remove \*i686\*" should kill them :-)

[root@srv-rhsoft:~]$ rpm -qa | grep i686 | wc -l
0

[root@srv-rhsoft:~]$ rpm -qa | grep x86_64 | wc -l
1081

[root@srv-rhsoft:~]$ rpm -qa | grep noarch | wc -l
235
____________________________________________________________

exclude=*.i686
in the .repo-files in /etc/yum/.repos.d/ prevents to get one installed
even with maximum wired dependencies (packaging errors)

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux