Sudo dnf update/install apps dosent work

so here is example when i tried to install qbittorrent

matija@RockyLinux ~> sudo dnf install qbittorrent
[sudo] password for matija:
Last metadata expiration check: 0:32:26 ago on Mon 25 May 2026 11:01:10 CEST.
Error:
Problem: conflicting requests
- nothing provides libQt6Core.so.6(Qt_6.10)(64bit) needed by qbittorrent-1:5.1.4-4.el1
0_2.x86_64 from epel
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only
best candidate packages)

Because you are pulling packages from EPEL that are based on RHEL 10.2 and Rocky 10.2 hasn’t been released yet.

so what should i do next in order to manage updates normally?

For now just wait until 10.2 is released.

This happens every time RHEL releases a new version, EPEL matches it, and until Rocky releases the same version and people have EPEL enabled, it blocks it from updating because you have 10.1 and EPEL expects 10.2. Once Rocky 10.2 releases, the problem disappears.

ok i understand..ill wait, and thank you for your help.

This is not “update”. It is an “install”. You could try:

sudo dnf --releasever=10.1 install qbittorrent

It might force dnf to explicitly look for Rocky 10.1 and EPEL 10.1 repos.

matija@RockyLinux ~> sudo dnf --releasever=10.1 install qbittorrent
[sudo] password for matija:
Extra Packages for Enterprise Linux 10.1 - x86_64 8.3 MB/s | 5.7 MB 00:00
Rocky Linux 10.1 - BaseOS 16 MB/s | 21 MB 00:01
Rocky Linux 10.1 - AppStream 4.8 MB/s | 2.4 MB 00:00
Rocky Linux 10.1 - CRB 491 kB/s | 541 kB 00:01
Rocky Linux 10.1 - Extras 16 kB/s | 6.0 kB 00:00
No match for argument: qbittorrent
Error: Unable to find a match: qbittorrent

I installed flatpak version..it works..

Apparently the qbittorrent package was added to EPEL 10 only recently and then only for 10.2 and 10.3, not for 10.1 nor for 10.0: https://bodhi.fedoraproject.org/updates/?search=EPEL&packages=qbittorrent
EPEL 8 and EPEL 9 have had it way longer.


That is a valid option. You can re-evaluate the flatpak vs EPEL when Rocky 10.2 is released.