Hi, I’m new here!
I’m trying to update packages, but when I do dnf update
, I get:
$ sudo dnf update
Copr repo for PyCharm owned by phracek 17 kB/s | 45 kB 00:02
Fedora 37 - x86_64 3.5 MB/s | 82 MB 00:23
Fedora 37 openh264 (From Cisco) - x86_64 1.8 kB/s | 2.5 kB 00:01
Fedora Modular 37 - x86_64 2.4 MB/s | 3.8 MB 00:01
Fedora 37 - x86_64 - Updates 5.5 MB/s | 40 MB 00:07
Fedora Modular 37 - x86_64 - Updates 1.6 MB/s | 2.9 MB 00:01
google-chrome 7.1 kB/s | 3.6 kB 00:00
RPM Fusion for Fedora 37 - Free 274 kB/s | 683 kB 00:02
RPM Fusion for Fedora 37 - Free - Updates 269 kB/s | 445 kB 00:01
RPM Fusion for Fedora 37 - Nonfree 196 kB/s | 248 kB 00:01
RPM Fusion for Fedora 37 - Nonfree - NVIDIA Driver 15 kB/s | 14 kB 00:00
RPM Fusion for Fedora 37 - Nonfree - Steam 2.6 kB/s | 2.1 kB 00:00
RPM Fusion for Fedora 37 - Nonfree - Updates 44 kB/s | 100 kB 00:02
TeamViewer - x86_64 639 kB/s | 560 kB 00:00
Fedora VirtualBox Repo 71 kB/s | 94 kB 00:01
Error:
Problem: conflicting requests
(try to add '--skip-broken' to skip uninstallable packages)
If I do: dnf update -v
, I get:
# dnf update -v
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
DNF version: 4.16.2
cachedir: /var/cache/dnf
User-Agent: constructed: 'libdnf (Fedora Linux 37; workstation; Linux.x86_64)'
repo: using cache for: phracek-PyCharm
phracek-PyCharm: using metadata from Sun 16 Jul 2023 09:58:45 AM +03.
repo: using cache for: fedora
fedora: using metadata from Sat 05 Nov 2022 11:04:38 AM +03.
repo: using cache for: fedora-cisco-openh264
fedora-cisco-openh264: using metadata from Thu 06 Oct 2022 02:01:40 PM +03.
repo: using cache for: fedora-modular
fedora-modular: using metadata from Sat 05 Nov 2022 10:58:03 AM +03.
repo: using cache for: updates
updates: using metadata from Tue 31 Oct 2023 04:08:03 AM +03.
repo: using cache for: updates-modular
updates-modular: using metadata from Sat 16 Sep 2023 03:16:21 AM +03.
repo: using cache for: google-chrome
google-chrome: using metadata from Fri 27 Oct 2023 09:47:50 PM +03.
repo: using cache for: rpmfusion-free
rpmfusion-free: using metadata from Fri 11 Nov 2022 07:54:42 PM +03.
repo: using cache for: rpmfusion-free-updates
rpmfusion-free-updates: using metadata from Fri 27 Oct 2023 01:34:27 PM +03.
repo: using cache for: rpmfusion-nonfree
rpmfusion-nonfree: using metadata from Fri 11 Nov 2022 08:25:12 PM +03.
repo: using cache for: rpmfusion-nonfree-nvidia-driver
rpmfusion-nonfree-nvidia-driver: using metadata from Fri 20 Oct 2023 02:56:25 PM +03.
repo: using cache for: rpmfusion-nonfree-steam
rpmfusion-nonfree-steam: using metadata from Thu 10 Aug 2023 07:27:30 PM +03.
repo: using cache for: rpmfusion-nonfree-updates
rpmfusion-nonfree-updates: using metadata from Fri 27 Oct 2023 02:04:05 PM +03.
repo: using cache for: teamviewer
teamviewer: using metadata from Tue 24 Oct 2023 09:26:19 AM +03.
repo: using cache for: virtualbox
virtualbox: using metadata from Tue 17 Oct 2023 12:23:00 PM +03.
Last metadata expiration check: 0:00:45 ago on Tue 31 Oct 2023 02:40:02 PM +03.
--> Starting dependency resolution
--> Finished dependency resolution
Error:
Problem: conflicting requests
(try to add '--skip-broken' to skip uninstallable packages)
I guess there are conflicting stuff, but I cannot know which one.
I tried dnf autoremove
, dnf clean all
, dnf update --skip-broken
without any luck.
Any help is appreciated, thanks!