On Wed, 10 Jul 2024 09:06:54 +0200, Christoph Karl via devel wrote: > RPM does not know about this directory: > $ rpm -qf /usr/lib/qt6 > file /usr/lib/qt6 is not owned by any package > > And dnf thinks it is i686-only: > $ dnf provides /usr/lib/qt6 > Updating and loading repositories: > Repositories loaded. > qt6-qtbase-6.7.2-3.fc41.i686 : Qt6 - QtBase components > Repo : rawhide > Matched From : > Filename : /usr/lib/qt6 > [no more output here] See output of: dnf provides /usr/lib64/qt6 First of all, /usr/lib isn't i686-only, but for arch-specific files such as shared libraries there is the multi-lib setup where e.g. 64-bit files go into /usr/lib64 and 32-bit files go into /usr/lib, so that one can install both without conflicts. That is why the Qt6 base package owns /usr/lib for i686 and /usr/lib64 for x86_64, for example. However, based on that one cannot conclude who may have created /usr/lib/qt6 on your machine. It may be some other package that stores files in a directory _below_ (!) /usr/lib/qt6 and owns files there. It would be a packaging mistake. Query ownership of files below /usr/lib/qt6. -- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue