|
|
Log in / Subscribe / Register

/usr/lib64? Wait what?

/usr/lib64? Wait what?

Posted Jan 31, 2021 3:45 UTC (Sun) by pabs (subscriber, #43278)
In reply to: /usr/lib64? Wait what? by Conan_Kudo
Parent article: A year of Python in Fedora

That isn't true, there are no packages containing /usr/lib64:

$ apt-file search /usr/lib64 ; echo ⭲ $?
⭲ 1

I assume you are getting confused by the usrmerge hack, which breaks a bunch of different things, including `dpkg -S` and is considered broken and unsupported by the dpkg maintainer.

$ ls -ld /lib64
drwxr-xr-x 2 root root 4096 Jan 5 23:41 /lib64
$ sudo chronic apt -qqy install usrmerge
$ ls -ld /lib64
lrwxrwxrwx 1 root root 9 Jan 31 03:43 /lib64 -> usr/lib64

https://wiki.debian.org/Teams/Dpkg/MergedUsr


to post comments

/usr/lib64? Wait what?

Posted Jan 31, 2021 4:51 UTC (Sun) by Conan_Kudo (subscriber, #103240) [Link] (1 responses)

Packages in Debian using that path are prefixed with lib64, like lib64z1 on i386 and armhf.

/usr/lib64? Wait what?

Posted Jan 31, 2021 13:20 UTC (Sun) by mirabilos (subscriber, #84359) [Link]

The libz multilib packages are one of the *very* few remnants of a pre-Multi-Arch world and will probably be removed some day.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds