pacman -Syu --ignore glibc
pacman -Su
liefen bei mir ohne Fehlermeldung durch
$ find /lib -exec pacman -Qo -- {} +
ergibt: /lib ist in glibc 2.16.0-2 enthalten
https://wiki.archlinux.org/index.php/DeveloperWiki:usrlib sagt:
"If any package apart from glibc is listed as owning a file, that package needs to be updated to install its files in /usr/lib. Any files unowned by a package should either be deleted or moved to /usr/lib and any directories within /lib need deleted (after they are empty...)."
Heisst das, ich muss alle Unterverzeichnisse von /lib löschen?
pacman -Su
liefen bei mir ohne Fehlermeldung durch
$ find /lib -exec pacman -Qo -- {} +
ergibt: /lib ist in glibc 2.16.0-2 enthalten
https://wiki.archlinux.org/index.php/DeveloperWiki:usrlib sagt:
"If any package apart from glibc is listed as owning a file, that package needs to be updated to install its files in /usr/lib. Any files unowned by a package should either be deleted or moved to /usr/lib and any directories within /lib need deleted (after they are empty...)."
Heisst das, ich muss alle Unterverzeichnisse von /lib löschen?