> On Sat, 20 Jun 2026 05:04:06 +0000 Patrick Dupre via users > <[email protected]> wrote: > > > During a dnf update, I got > > [...] > > intel-oneapi-compiler-dpcpp-cpp-2026.0 x86_64 2026.0.0-947 oneAPI > 0.0 B > [...] > > The format used by dnf is here (during an update or install): > > Package Arch Version Repository Size > > where Version is "RPM version"-"RPM release" > > Thus: > > RPM name intel-oneapi-compiler-dpcpp-cpp-2026.0 > RPM version 2026.0.0 > RPM release 947 > > > but then the packages do not seem to match > > For example > > > rpm -q intel-oneapi-compiler-dpcpp-cpp > > intel-oneapi-compiler-dpcpp-cpp-2025.3.3-30.x86_64 > > The (default) format for "rpm -q" is > > "RPM name"-"RPM version"-"RPM release"."RPM arch" > > Thus: > > RPM name intel-oneapi-compiler-dpcpp-cpp > RPM version 2025.3.3 > RPM release 30 > > You are thus not querying the proper RPM (by name): > > rpm -q intel-oneapi-compiler-dpcpp-cpp > > instead of: > > rpm -q intel-oneapi-compiler-dpcpp-cpp-2026.0 > > Both seem to be installed.
rpm -q intel-oneapi-compiler-dpcpp-cpp-2026.0 package intel-oneapi-compiler-dpcpp-cpp-2026.0 is not installed This is why I am confused. -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
