/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
