Hi,
For the upgrade to 470.74 of the nvidia drivers, nvidia-kmod-common is again missing from any repos.
You can check it at fedora.pkgs.org
And it s required by kmod-nvidia.
Hi,
For the upgrade to 470.74 of the nvidia drivers, nvidia-kmod-common is again missing from any repos.
You can check it at fedora.pkgs.org
And it s required by kmod-nvidia.
Is this from the RPM Fusion repositories? Can you please provide some information on the command you ran etc.?
Yup it’s from the rpm fusion repos. And I don’t use any commands because the problem which we have stated earlier in a a thread a few months ago is still there (no there are no module disabled or anything alike)….
Like this one
https://discussion.fedoraproject.org/t/rpm-nvidia-driver-on-fedora-34-seems-to-have-issues/13742/2
But there are others threads about it.
The error message is that there are no candidates for xorg-x11-nvidia-libs etc etc
I will copy paste if you want to but there is no good infos about it. This is most probably the same bug over and over about modular filtering.
So for months I have to wget each packages by retrieving the url from fedora.pkgs.org
My existential problem here, is that rpm fusion is providing kmod-nvidia but requires a dep which isn’t available in their repos and certainly not in the official repos either.
So, I did a quick check with repoquery:
$ sudo dnf repoquery --whatprovides 'nvidia-kmod-common >= 3:470.74'
xorg-x11-drv-nvidia-3:470.74-1.fc35.x86_64
Double-check:
$ sudo dnf repoquery --provides xorg-x11-drv-nvidia
libglxserver_nvidia.so()(64bit)
metainfo()
metainfo(xorg-x11-drv-nvidia.metainfo.xml)
nvidia-kmod-common = 3:470.74
xorg-x11-drv-nvidia = 3:470.74-1.fc35
xorg-x11-drv-nvidia(x86-64) = 3:470.74-1.fc35
So it’s provided by another package. There’s no bug here. Are you experiencing issues though? Can you please share your errors?
okey good to know because as you can see on the fedora.pkgs.org
https://pkgs.org/download/nvidia-kmod-common
you can see that it is mentionned as a dep and not part of another package.
Thanks for the specs. I will try it a couple of hours when back at that specific workstation.
OK. So, fedora.pkgs.org is not hosted by the Fedora or RPM Fusion communities. I have no idea how they get their lists, but I would not treat them as the authoritative source of information on Fedora/RPM Fusion packages. Please use dnf repoquery
and so on, since they fetch information from the packages in the repositories themselves.
I can’t actually figure out what it’s saying. Is it saying that nvidia-kmod-common is a dep, or that it is provided by this xorg-x11-drv-nvidia package? In any case, not sure how they generate all this info, so best to stick to dnf
.
I wonder why you are installing the nvidia-kmod package. It is explicitly recommended by rpmfusion that instead you install the akmod-nvidia package since that one will automatically rebuild the kmod-nvidia package each time there is a kernel or driver update.
Maybe simply avoiding the kmod package and instead installing the recommended packages from rpmfusion will fix your issue. I simply do the nvidia driver install on a new system after enabling the rpmfusion repo with
sudo dnf install nvidia* akmod-nvidia xorg-x11-drv-nvidia*
After this install every “dnf upgrade” keeps things in sync. This install also supports cuda on the nvidia GPU.
You also can do a clean nvidia driver install by using the nvidia autoinstaller found here, although only the minimum packages are installed.
My system has the following nvidia packages installed. Note that all the kmod-nvidia packages displayed are not downloaded but built by the akmod-nvidia package on the system.
# dnf list installed *nvidia*
Installed Packages
akmod-nvidia.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
kmod-nvidia-5.13.13-200.fc34.x86_64.x86_64 3:470.63.01-1.fc34 @@commandline
kmod-nvidia-5.13.14-200.fc34.x86_64.x86_64 3:470.63.01-1.fc34 @@commandline
kmod-nvidia-5.13.15-200.fc34.x86_64.x86_64 3:470.63.01-1.fc34 @@commandline
kmod-nvidia-5.13.16-200.fc34.x86_64.x86_64 3:470.63.01-1.fc34 @@commandline
kmod-nvidia-5.13.19-200.fc34.x86_64.x86_64 3:470.74-1.fc34 @@commandline
nvidia-modprobe.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
nvidia-persistenced.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
nvidia-settings.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
nvidia-xconfig.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda-libs.i686 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-cuda-libs.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-devel.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-kmodsrc.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.i686 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-power.x86_64 3:470.74-1.fc34 @rpmfusion-nonfree-updates
I don’t think that’s strictly true. There are kmod-nvidia
packages, they just don’t contain any files:
(ins)[asinha@ankur ~]$ sudo dnf repoquery -l kmod-nvidia*
Last metadata expiration check: 1:37:22 ago on Wed 29 Sep 2021 15:45:37 BST.
Package kmod-nvidia-340xx-1:340.108-14.fc35.x86_64 contains no files
Package kmod-nvidia-390xx-3:390.144-2.fc35.x86_64 contains no files
Package kmod-nvidia-3:470.74-1.fc35.x86_64 contains no files
Package kmod-nvidia-390xx-3:390.144-3.fc35.x86_64 contains no files
(ins)[asinha@ankur ~]$ sudo dnf list kmod-nvidia*
Last metadata expiration check: 1:37:29 ago on Wed 29 Sep 2021 15:45:37 BST.
Available Packages
kmod-nvidia.x86_64 3:470.74-1.fc35 rpmfusion-nonfree
kmod-nvidia-340xx.x86_64 1:340.108-14.fc35 rpmfusion-nonfree
kmod-nvidia-390xx.x86_64 3:390.144-3.fc35 rpmfusion-nonfree-updates-testing
They are “meta packages” (no file packages are all referred to as “meta packages”). They just “require” the corresponding akmod-nvidia packages:
$ sudo dnf info kmod-nvidia
Last metadata expiration check: 1:41:19 ago on Wed 29 Sep 2021 15:45:37 BST.
Available Packages
Name : kmod-nvidia
Epoch : 3
Version : 470.74
Release : 1.fc35
Architecture : x86_64
Size : 11 k
Source : nvidia-kmod-470.74-1.fc35.src.rpm
Repository : rpmfusion-nonfree
Summary : Metapackage which tracks in nvidia kernel module for newest kernel
URL : http://www.nvidia.com/
License : Redistributable, no modification permitted
Description : This is a meta-package without payload which sole purpose is to require the
: nvidia kernel module(s) for the newest kernel,
: to make sure you get it together with a new kernel.
$ sudo dnf repoquery --requires kmod-nvidia*
Last metadata expiration check: 1:37:59 ago on Wed 29 Sep 2021 15:45:37 BST.
akmod-nvidia = 3:470.74-1.fc35
akmod-nvidia-340xx = 1:340.108-14.fc35
akmod-nvidia-390xx = 3:390.144-2.fc35
akmod-nvidia-390xx = 3:390.144-3.fc35
So, sudo dnf install kmod-nvidia
should just pull in akmod-nvidia
, and nothing should be different.
The akmod-nvidia packages build the kernel module locally on the system, which is what you probably meant to say
My comment about “displayed” applied to my dnf command output which was displayed just above and clearly referenced. All those displayed kmod-nvidia packages (with @@commandline repo source) are built/linked/whatever when akmod-nvidia builds the new driver for that kernel, and can be (and are) removed when the applicable kernel is removed during updates which install a new kernel.
The context of my post was that I do not install those packages — the akmod-nvidia package builds them and they show up automatically, regardless of the content. And no, I did not mean to say that I installed them. I clearly said the akmod-nvidia package built them. It is a result of the akmod package building the driver and a tool to allow removing the locally built driver when it is no longer needed. All this is more detail than needed for the current discussion which was about inability to install nvidia-kmod-common. My post was about why nvidia-kmod-common is not an issue if the drivers are installed properly (i.e. installed using akmod-nvidia instead of kmod-nvidia).
The kmod-nvidia packages displayed are not installed by the user, nor are they normally removed by the user unless the user wants akmod to rebuild it when next booting that specific kernel.
okey so to state some obvious facts here.
Whether it’s in this threads or many other threads where I already did speak about a problem with the repos containing nvidia-drivers
@computersavvy that’s why I don’t do what you do… Because it doesn’t work, simple as that. But for that, you should of course have actually search in this forum my different posts about it to actually know that dnf and rpmfusion (just contained to nvidia) doesn’t work for months for me.
[user@fedo-mansion-ada ~]$ sudo dnf install nvidia* akmod-nvidia xorg-x11-driver-nvidia*
[sudo] password for user:
Last metadata expiration check: 0:09:26 ago on Wed 29 Sep 2021 06:25:46 PM CEST.
No match for argument: nvidia-led
No match for argument: nvidia-updates
No match for argument: xorg-x11-driver-nvidia*
Error: Unable to find a match: nvidia-led nvidia-updates xorg-x11-driver-nvidia*
[user@fedo-mansion-ada ~]$
@ankursinha that’s to show you what’s actually happening:
...
RPM Sphere - Basearch 26 kB/s | 3.0 kB 00:00
RPM Sphere - Noarch 26 kB/s | 3.0 kB 00:00
Sublime Text - x86_64 - Stable 8.0 kB/s | 2.9 kB 00:00
Dependencies resolved.
Problem 1: package akmod-nvidia-3:470.74-1.fc34.x86_64 requires nvidia-kmod-common >= 3:470.74, but none of the providers can be installed
- cannot install the best update candidate for package akmod-nvidia-3:470.63.01-1.fc34.x86_64
- package xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64 is filtered out by modular filtering
Problem 2: package kmod-nvidia-3:470.74-1.fc34.x86_64 requires akmod-nvidia = 3:470.74-1.fc34, but none of the providers can be installed
- package akmod-nvidia-3:470.74-1.fc34.x86_64 requires nvidia-kmod-common >= 3:470.74, but none of the providers can be installed
- cannot install the best update candidate for package kmod-nvidia-3:470.63.01-1.fc34.x86_64
- package xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64 is filtered out by modular filtering
Problem 3: cannot install both xorg-x11-drv-nvidia-cuda-libs-3:470.74-1.fc34.x86_64 and xorg-x11-drv-nvidia-cuda-libs-3:470.63.01-1.fc34.x86_64
- package xorg-x11-drv-nvidia-cuda-3:470.63.01-1.fc34.x86_64 requires xorg-x11-drv-nvidia-cuda-libs(x86-64) = 3:470.63.01-1.fc34, but none of the providers can be installed
- cannot install the best update candidate for package xorg-x11-drv-nvidia-cuda-libs-3:470.63.01-1.fc34.x86_64
- problem with installed package xorg-x11-drv-nvidia-cuda-3:470.63.01-1.fc34.x86_64
Problem 4: cannot install both xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 and xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
- package xorg-x11-drv-nvidia-3:470.63.01-1.fc34.x86_64 requires xorg-x11-drv-nvidia-libs(x86-64) = 3:470.63.01-1.fc34, but none of the providers can be installed
- cannot install the best update candidate for package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
- problem with installed package xorg-x11-drv-nvidia-3:470.63.01-1.fc34.x86_64
Problem 5: package xorg-x11-drv-nvidia-3:470.63.01-1.fc34.x86_64 requires xorg-x11-drv-nvidia-libs(x86-64) = 3:470.63.01-1.fc34, but none of the providers can be installed
- cannot install both xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 and xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
- package kmod-nvidia-5.13.15-200.fc34.x86_64-3:470.63.01-1.fc34.x86_64 requires nvidia-kmod-common >= 3:470.63.01, but none of the providers can be installed
- cannot install the best update candidate for package xorg-x11-drv-nvidia-libs-3:470.63.01-3.fc34.x86_64
- problem with installed package kmod-nvidia-5.13.15-200.fc34.x86_64-3:470.63.01-1.fc34.x86_64
- package xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64 is filtered out by modular filtering
Problem 6: package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64 requires (xorg-x11-drv-nvidia-libs(x86-32) = 3:470.63.01-1.fc34 if mesa-libGL(x86-32)), but none of the providers can be installed
- package xorg-x11-drv-nvidia-3:470.63.01-1.fc34.x86_64 requires xorg-x11-drv-nvidia-libs(x86-64) = 3:470.63.01-1.fc34, but none of the providers can be installed
- cannot install both xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.i686 and xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686
- package kmod-nvidia-5.13.16-200.fc34.x86_64-3:470.63.01-1.fc34.x86_64 requires nvidia-kmod-common >= 3:470.63.01, but none of the providers can be installed
- cannot install the best update candidate for package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686
- cannot install the best update candidate for package mesa-libGL-21.1.8-1.fc34.i686
- problem with installed package kmod-nvidia-5.13.16-200.fc34.x86_64-3:470.63.01-1.fc34.x86_64
- package xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64 is filtered out by modular filtering
Problem 7: package xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.i686 requires mesa-libGL(x86-32) >= 13.0.3-3, but none of the providers can be installed
- package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64 requires (xorg-x11-drv-nvidia-libs(x86-32) = 3:470.63.01-1.fc34 if mesa-libGL(x86-32)), but none of the providers can be installed
- mesa-libGL-21.0.2-1.fc34.i686 has inferior architecture
- package xorg-x11-drv-nvidia-3:470.63.01-1.fc34.x86_64 requires xorg-x11-drv-nvidia-libs(x86-64) = 3:470.63.01-1.fc34, but none of the providers can be installed
- cannot install both xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.i686 and xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686
- cannot install both mesa-libGL-21.0.2-1.fc34.x86_64 and mesa-libGL-21.1.8-1.fc34.x86_64
- package kmod-nvidia-5.13.19-200.fc34.x86_64-3:470.63.01-1.fc34.x86_64 requires nvidia-kmod-common >= 3:470.63.01, but none of the providers can be installed
- cannot install the best update candidate for package xorg-x11-drv-nvidia-libs-3:470.63.01-3.fc34.i686
- cannot install the best update candidate for package mesa-libGL-21.1.8-1.fc34.x86_64
- problem with installed package kmod-nvidia-5.13.19-200.fc34.x86_64-3:470.63.01-1.fc34.x86_64
- package xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64 is filtered out by modular filtering
======================================================================================================================================================
Package Architecture Version Repository Size
======================================================================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
mesa-libGL x86_64 21.0.2-1.fc34 fedora 177 k
xorg-x11-drv-nvidia-cuda-libs x86_64 3:470.74-1.fc34 rpmfusion-nonfree-nvidia-driver 34 M
xorg-x11-drv-nvidia-libs i686 3:470.74-1.fc34 rpmfusion-nonfree-nvidia-driver 23 M
xorg-x11-drv-nvidia-libs x86_64 3:470.74-1.fc34 rpmfusion-nonfree-nvidia-driver 143 M
Skipping packages with broken dependencies:
akmod-nvidia x86_64 3:470.74-1.fc34 rpmfusion-nonfree-updates 26 k
kmod-nvidia x86_64 3:470.74-1.fc34 rpmfusion-nonfree-nvidia-driver 11 k
Transaction Summary
======================================================================================================================================================
Skip 6 Packages
Nothing to do.
Complete!
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --whatprovides kmod-nvidia
Last metadata expiration check: 0:02:27 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
kmod-nvidia-340xx-1:340.108-11.fc34.x86_64
kmod-nvidia-340xx-1:340.108-13.fc34.x86_64
kmod-nvidia-390xx-3:390.143-1.fc34.x86_64
kmod-nvidia-390xx-3:390.144-1.fc34.x86_64
kmod-nvidia-3:465.24.02-1.fc34.x86_64
kmod-nvidia-3:470.74-1.fc34.x86_64
[user@fedo-mansion-ada ~]$ kmod-nvidia-3:470.74-1.fc34.x86_64
^C
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --whatprovides kmod-nvidia-3:470.74-1.fc34.x86_64
Last metadata expiration check: 0:02:51 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --whatprovides 'kmod-nvidia-3:470.74-1.fc34.x86_64'
Last metadata expiration check: 0:03:01 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --whatprovides 'xorg-x11-drv-nvidia-libs'
Last metadata expiration check: 0:03:35 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
xorg-x11-drv-nvidia-libs-3:465.24.02-4.fc34.i686
xorg-x11-drv-nvidia-libs-3:465.24.02-4.fc34.x86_64
xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.i686
xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --whatprovides xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64
Last metadata expiration check: 0:03:48 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --provides xorg-x11-drv-nvidia
Last metadata expiration check: 0:06:28 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --whatprovides xorg-x11-drv-nvidia
Last metadata expiration check: 0:06:37 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --whatprovides akmod-nvidia
Last metadata expiration check: 0:07:30 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
akmod-nvidia-340xx-1:340.108-11.fc34.x86_64
akmod-nvidia-340xx-1:340.108-13.fc34.x86_64
akmod-nvidia-390xx-3:390.143-1.fc34.x86_64
akmod-nvidia-390xx-3:390.144-1.fc34.x86_64
akmod-nvidia-3:465.24.02-1.fc34.x86_64
akmod-nvidia-3:470.74-1.fc34.x86_64
[user@fedo-mansion-ada ~]$ sudo dnf repoquery --provides akmod-nvidia-3:470.74-1.fc34.x86_64
Last metadata expiration check: 0:07:43 ago on Wed 29 Sep 2021 06:06:22 PM CEST.
akmod-nvidia = 3:470.74-1.fc34
akmod-nvidia(x86-64) = 3:470.74-1.fc34
akmod-nvidia-newest = 3:470.74-1.fc34
nvidia-kmod = 3:470.74-1.fc34
[user@fedo-mansion-ada ~]$
and since I need to always do wget and so in stall it with the rpm command it, of course, gives me this hassle and I have to remove package by package before installing the new ones.
file /usr/lib64/libnvidia-cfg.so.1 from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-3.fc34.x86_64
file /usr/lib64/libnvidia-cfg.so.1 from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
file /usr/lib64/libnvidia-fbc.so.1 from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
file /usr/lib64/libnvidia-ifr.so.1 from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
file /usr/lib64/libnvidia-ngx.so.1 from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
file /usr/lib64/libnvoptix.so.1 from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
file /usr/lib64/nvidia/wine/_nvngx.dll from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
file /usr/lib64/vdpau/libvdpau_nvidia.so.1 from install of xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64 conflicts with file from package xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
[user@fedo-mansion-ada nvidia-updates]$ sudo dnf remove xorg-x11-drv-nvidia-*
No match for argument: xorg-x11-drv-nvidia-465.24.02-4.fc34.x86_64.rpm.1
No match for argument: xorg-x11-drv-nvidia-cuda-465.24.02-4.fc34.x86_64.rpm.1
No match for argument: xorg-x11-drv-nvidia-libs-465.31-1.fc34.x86_64.rpm.1
No match for argument: xorg-x11-drv-nvidia-465.24.02-4.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-465.27-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-465.31-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-470.57.02-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-470.63.01-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-470.63.01-3.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-470.74-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-465.24.02-4.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-465.27-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-465.31-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-470.57.02-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-470.63.01-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-470.74-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-465.24.02-4.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-465.27-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-465.27-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-465.31-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-465.31-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.57.02-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.57.02-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.63.01-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.63.01-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.63.01-3.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.63.01-3.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.74-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-cuda-libs-470.74-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-kmodsrc-465.24.02-4.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-kmodsrc-465.27-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-kmodsrc-465.31-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-kmodsrc-470.57.02-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-kmodsrc-470.63.01-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-kmodsrc-470.74-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-libs-465.27-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-libs-465.27-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-libs-465.31-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-libs-465.31-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.57.02-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.57.02-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.63.01-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.63.01-1.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.63.01-3.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.63.01-3.fc34.x86_64.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.74-1.fc34.i686.rpm
No match for argument: xorg-x11-drv-nvidia-libs-470.74-1.fc34.x86_64.rpm
No packages marked for removal.
Dependencies resolved.
Nothing to do.
Complete!
[user@fedo-mansion-ada nvidia-updates]$ sudo dnf remove xorg-x11-drv-nvidia
No match for argument: xorg-x11-drv-nvidia
No packages marked for removal.
Dependencies resolved.
Nothing to do.
Complete!
[user@fedo-mansion-ada nvidia-updates]$ sudo dnf remove xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
Dependencies resolved.
======================================================================================================================================================
Package Architecture Version Repository Size
======================================================================================================================================================
Removing:
xorg-x11-drv-nvidia-libs x86_64 3:470.63.01-1.fc34 @System 322 M
Transaction Summary
======================================================================================================================================================
Remove 1 Package
Freed space: 322 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Erasing : xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64 1/1
Running scriptlet: xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64 1/1
Verifying : xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64 1/1
Removed:
xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.x86_64
Complete!
[user@fedo-mansion-ada nvidia-updates]$ sudo dnf remove xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686
Dependencies resolved.
======================================================================================================================================================
Package Architecture Version Repository Size
======================================================================================================================================================
Removing:
xorg-x11-drv-nvidia-libs i686 3:470.63.01-1.fc34 @System 74 M
Transaction Summary
======================================================================================================================================================
Remove 1 Package
Freed space: 74 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Erasing : xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686 1/1
Running scriptlet: xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686 1/1
Verifying : xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686 1/1
Removed:
xorg-x11-drv-nvidia-libs-3:470.63.01-1.fc34.i686
Complete!
[user@fedo-mansion-ada nvidia-updates]$
and just so we are on the same page:
[user@fedo-mansion-ada dnf]$ more dnf.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=True
exclude=synergy*
#fastestmirror=true
[user@fedo-mansion-ada dnf]$ cd ../
[user@fedo-mansion-ada etc]$ cd yum.repos.d/
[user@fedo-mansion-ada yum.repos.d]$ ls
1password.repo fedora-updates.repo
afio.repo.back fedora-updates-testing-modular.repo
brave-browser-rpm-release.s3.brave.com_x86_64_.repo fedora-updates-testing.repo
_copr:copr.fedorainfracloud.org:jstaf:onedriver.repo google-chrome.repo
_copr:copr.fedorainfracloud.org:lkiesow:g810-led.repo.back home:spectras.repo.back
_copr:copr.fedorainfracloud.org:t0xic0der:nvidia-auto-installer-for-fedora.repo pb.repo.back
_copr_phracek-PyCharm.repo rpmfusion-free.repo
_copr_phracek-PyCharm.repo.back rpmfusion-free-updates.repo
cuda-10-2-local-10.2.89-440.33.01.repo.back rpmfusion-free-updates-testing.repo
cuda-fedora33-11-3-local.repo.back rpmfusion-nonfree-nvidia-driver.repo
cuda-fedora33.repo rpmfusion-nonfree.repo
docker-ce.repo.back rpmfusion-nonfree-steam.repo
dropbox.repo.back rpmfusion-nonfree-updates.repo
fedora-cisco-openh264.repo rpmfusion-nonfree-updates-testing.repo
fedora-modular.repo rpmsphere.repo
fedora.repo star.repo.back
fedora-updates-modular.repo sublime-text.repo
[user@fedo-mansion-ada yum.repos.d]$ more rpmfusion-nonfree-nvidia-driver.repo
[rpmfusion-nonfree-nvidia-driver]
name=RPM Fusion for Fedora $releasever - Nonfree - NVIDIA Driver
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/nvidia-driver/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-nvidia-driver-$releasever&arch=$basearch
enabled=1
enabled_metadata=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
[rpmfusion-nonfree-nvidia-driver-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - NVIDIA Driver Debug
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/nvidia-driver/$releasever/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-nvidia-driver-debug-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
[rpmfusion-nonfree-nvidia-driver-source]
name=RPM Fusion for Fedora $releasever - Nonfree - NVIDIA Driver Source
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/nvidia-driver/$releasever/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-nvidia-driver-source-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
So unless you are telling me that I actually need to activate the baseurl in place of the metalink?
This is the bit that I’m very very unsure about. Are you saying that the akmod package builds the kmod package (builds as in builds the RPM) when the akmod package is installed on the system, as part of the dnf transaction? Would you have a reference to this please?
I was always under the impression that the akmod packages build the kernel modules as part of the dnf transaction, not that they build the kmod packages itself at that point. The kmod packages are built on the RPM Fusion koji build system like all the others. For example:
Ah, this failed because you had something called nvidia-led
etc in your directory, so it got expanded to this by the shell and passed to dnf. Try escaping the *
bit, like this to prevent shell expansion:
sudo dnf install nvidia\* akmod-nvidia xorg-x11-driver-nvidia\*
This bit looks important. What dnf modules do you have enabled? One of them is excluding these packages and so they’re being “filtered out” from the transaction. So can we have the output of
sudo dnf module list | grep nvidia
please? I see that Nvidia provide a nvidia-driver module here which seems to exclude the RPM Fusion packages, and the solution was to disable this:
sudo module disable nvidia-driver
While we’re at it, can we have the output of all your dnf repositories and modules please? The info you’ve provided above isn’t complete. So, something like please:
for f in /etc/yum.repos.d/*.repo ; do echo "*** FILE: $f ***" ; cat $f ; done
*** FILE: /etc/yum.repos.d/1password.repo ***
[1password]
name="1Password Stable Channel"
baseurl=https://downloads.1password.com/linux/rpm/stable/$basearch
enabled=1
gpgcheck=1
#repo_gpgcheck=1
gpgkey="https://downloads.1password.com/linux/keys/1password.asc"
*** FILE: /etc/yum.repos.d/brave-browser-rpm-release.s3.brave.com_x86_64_.repo ***
[brave-browser-rpm-release.s3.brave.com_x86_64_]
name=created by dnf config-manager from https://brave-browser-rpm-release.s3.brave.com/x86_64/
baseurl=https://brave-browser-rpm-release.s3.brave.com/x86_64/
enabled=1
*** FILE: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:jstaf:onedriver.repo ***
[copr:copr.fedorainfracloud.org:jstaf:onedriver]
name=Copr repo for onedriver owned by jstaf
baseurl=https://download.copr.fedorainfracloud.org/results/jstaf/onedriver/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/jstaf/onedriver/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
*** FILE: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:t0xic0der:nvidia-auto-installer-for-fedora.repo ***
[copr:copr.fedorainfracloud.org:t0xic0der:nvidia-auto-installer-for-fedora]
name=Copr repo for nvidia-auto-installer-for-fedora owned by t0xic0der
baseurl=https://download.copr.fedorainfracloud.org/results/t0xic0der/nvidia-auto-installer-for-fedora/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/t0xic0der/nvidia-auto-installer-for-fedora/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
*** FILE: /etc/yum.repos.d/_copr_phracek-PyCharm.repo ***
[phracek-PyCharm]
name=Copr repo for PyCharm owned by phracek
baseurl=https://copr-be.cloud.fedoraproject.org/results/phracek/PyCharm/fedora-$releasever-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/phracek/PyCharm/pubkey.gpg
enabled=0
enabled_metadata=1
*** FILE: /etc/yum.repos.d/cuda-fedora33.repo ***
[cuda-fedora33-x86_64]
name=cuda-fedora33-x86_64
baseurl=https://developer.download.nvidia.com/compute/cuda/repos/fedora33/x86_64
enabled=0
gpgcheck=1
gpgkey=https://developer.download.nvidia.com/compute/cuda/repos/fedora33/x86_64/7fa2af80.pub
*** FILE: /etc/yum.repos.d/fedora-cisco-openh264.repo ***
[fedora-cisco-openh264]
name=Fedora $releasever openh264 (From Cisco) - $basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch
type=rpm
enabled=1
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=True
[fedora-cisco-openh264-debuginfo]
name=Fedora $releasever openh264 (From Cisco) - $basearch - Debug
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch
type=rpm
enabled=0
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=True
*** FILE: /etc/yum.repos.d/fedora-modular.repo ***
[fedora-modular]
name=Fedora Modular $releasever - $basearch
#baseurl=http://download.example/pub/fedora/linux/releases/$releasever/Modular/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch
enabled=1
countme=1
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[fedora-modular-debuginfo]
name=Fedora Modular $releasever - $basearch - Debug
#baseurl=http://download.example/pub/fedora/linux/releases/$releasever/Modular/$basearch/debug/tree/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[fedora-modular-source]
name=Fedora Modular $releasever - Source
#baseurl=http://download.example/pub/fedora/linux/releases/$releasever/Modular/source/tree/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
*** FILE: /etc/yum.repos.d/fedora.repo ***
[fedora]
name=Fedora $releasever - $basearch
#baseurl=http://download.example/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
countme=1
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
#baseurl=http://download.example/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/tree/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[fedora-source]
name=Fedora $releasever - Source
#baseurl=http://download.example/pub/fedora/linux/releases/$releasever/Everything/source/tree/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
*** FILE: /etc/yum.repos.d/fedora-updates-modular.repo ***
[updates-modular]
name=Fedora Modular $releasever - $basearch - Updates
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Modular/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch
enabled=1
countme=1
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-modular-debuginfo]
name=Fedora Modular $releasever - $basearch - Updates - Debug
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Modular/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-modular-source]
name=Fedora Modular $releasever - Updates Source
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Modular/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
*** FILE: /etc/yum.repos.d/fedora-updates.repo ***
[updates]
name=Fedora $releasever - $basearch - Updates
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
countme=1
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-source]
name=Fedora $releasever - Updates Source
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
*** FILE: /etc/yum.repos.d/fedora-updates-testing-modular.repo ***
[updates-testing-modular]
name=Fedora Modular $releasever - $basearch - Test Updates
#baseurl=http://download.example/pub/fedora/linux/updates/testing/$releasever/Modular/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch
enabled=0
countme=1
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-testing-modular-debuginfo]
name=Fedora Modular $releasever - $basearch - Test Updates Debug
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Modular/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-testing-modular-source]
name=Fedora Modular $releasever - Test Updates Source
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Modular/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
*** FILE: /etc/yum.repos.d/fedora-updates-testing.repo ***
[updates-testing]
name=Fedora $releasever - $basearch - Test Updates
#baseurl=http://download.example/pub/fedora/linux/updates/testing/$releasever/Everything/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
enabled=0
countme=1
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-testing-debuginfo]
name=Fedora $releasever - $basearch - Test Updates Debug
#baseurl=http://download.example/pub/fedora/linux/updates/testing/$releasever/Everything/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[updates-testing-source]
name=Fedora $releasever - Test Updates Source
#baseurl=http://download.example/pub/fedora/linux/updates/testing/$releasever/Everything/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
*** FILE: /etc/yum.repos.d/google-chrome.repo ***
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub
enabled=0
enabled_metadata=1
*** FILE: /etc/yum.repos.d/rpmfusion-free.repo ***
[rpmfusion-free]
name=RPM Fusion for Fedora $releasever - Free
#baseurl=http://download1.rpmfusion.org/free/fedora/releases/$releasever/Everything/$basearch/os/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-$releasever&arch=$basearch
enabled=1
metadata_expire=14d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
[rpmfusion-free-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Debug
#baseurl=http://download1.rpmfusion.org/free/fedora/releases/$releasever/Everything/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
[rpmfusion-free-source]
name=RPM Fusion for Fedora $releasever - Free - Source
#baseurl=http://download1.rpmfusion.org/free/fedora/releases/$releasever/Everything/source/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
*** FILE: /etc/yum.repos.d/rpmfusion-free-updates.repo ***
[rpmfusion-free-updates]
name=RPM Fusion for Fedora $releasever - Free - Updates
#baseurl=http://download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-released-$releasever&arch=$basearch
enabled=1
enabled_metadata=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
[rpmfusion-free-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Updates Debug
#baseurl=http://download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-released-debug-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
[rpmfusion-free-updates-source]
name=RPM Fusion for Fedora $releasever - Free - Updates Source
#baseurl=http://download1.rpmfusion.org/free/fedora/updates/$releasever/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-released-source-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
*** FILE: /etc/yum.repos.d/rpmfusion-free-updates-testing.repo ***
[rpmfusion-free-updates-testing]
name=RPM Fusion for Fedora $releasever - Free - Test Updates
#baseurl=http://download1.rpmfusion.org/free/fedora/updates/testing/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-testing-$releasever&arch=$basearch
enabled=0
enabled_metadata=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
[rpmfusion-free-updates-testing-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Test Updates Debug
#baseurl=http://download1.rpmfusion.org/free/fedora/updates/testing/$releasever/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-testing-debug-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
[rpmfusion-free-updates-testing-source]
name=RPM Fusion for Fedora $releasever - Free - Test Updates Source
#baseurl=http://download1.rpmfusion.org/free/fedora/updates/testing/$releasever/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-testing-source-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever
*** FILE: /etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo ***
[rpmfusion-nonfree-nvidia-driver]
name=RPM Fusion for Fedora $releasever - Nonfree - NVIDIA Driver
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/nvidia-driver/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-nvidia-driver-$releasever&arch=$basearch
enabled=1
enabled_metadata=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
[rpmfusion-nonfree-nvidia-driver-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - NVIDIA Driver Debug
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/nvidia-driver/$releasever/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-nvidia-driver-debug-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
[rpmfusion-nonfree-nvidia-driver-source]
name=RPM Fusion for Fedora $releasever - Nonfree - NVIDIA Driver Source
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/nvidia-driver/$releasever/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-nvidia-driver-source-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
*** FILE: /etc/yum.repos.d/rpmfusion-nonfree.repo ***
[rpmfusion-nonfree]
name=RPM Fusion for Fedora $releasever - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$releasever&arch=$basearch
enabled=1
enabled_metadata=1
metadata_expire=14d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
[rpmfusion-nonfree-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Debug
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
[rpmfusion-nonfree-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Source
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/source/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
*** FILE: /etc/yum.repos.d/rpmfusion-nonfree-steam.repo ***
[rpmfusion-nonfree-steam]
name=RPM Fusion for Fedora $releasever - Nonfree - Steam
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/steam/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-steam-$releasever&arch=$basearch
enabled=0
enabled_metadata=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
[rpmfusion-nonfree-steam-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Steam Debug
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/steam/$releasever/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-steam-debug-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
[rpmfusion-nonfree-steam-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Steam Source
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/steam/$releasever/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-steam-source-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
skip_if_unavailable=True
*** FILE: /etc/yum.repos.d/rpmfusion-nonfree-updates.repo ***
[rpmfusion-nonfree-updates]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch
enabled=1
enabled_metadata=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
[rpmfusion-nonfree-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Debug
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-released-debug-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
[rpmfusion-nonfree-updates-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Source
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-released-source-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
*** FILE: /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo ***
[rpmfusion-nonfree-updates-testing]
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/testing/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-testing-$releasever&arch=$basearch
enabled=0
enabled_metadata=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
[rpmfusion-nonfree-updates-testing-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates Debug
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/testing/$releasever/$basearch/debug/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-testing-debug-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
[rpmfusion-nonfree-updates-testing-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates Source
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/testing/$releasever/SRPMS/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-testing-source-$releasever&arch=$basearch
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
*** FILE: /etc/yum.repos.d/rpmsphere.repo ***
[rpmsphere]
name=RPM Sphere - Basearch
baseurl=https://github.com/rpmsphere/$basearch/raw/master/
skip_if_unavailable=True
#repo_gpgcheck=0
gpgcheck=0
#sslverify=False
enabled=1
[rpmsphere-noarch]
name=RPM Sphere - Noarch
baseurl=https://github.com/rpmsphere/noarch/raw/master/
skip_if_unavailable=True
#repo_gpgcheck=0
gpgcheck=0
#sslverify=False
enabled=1
[rpmsphere-source]
name=RPM Sphere - Source
baseurl=https://github.com/rpmsphere/source/raw/master/
skip_if_unavailable=True
#repo_gpgcheck=0
gpgcheck=0
#sslverify=False
enabled=0
[rpmsphere-caution]
name=RPM Sphere - Caution
baseurl=https://github.com/rpmsphere/caution/raw/master/
skip_if_unavailable=True
#repo_gpgcheck=0
gpgcheck=0
#sslverify=False
enabled=0
*** FILE: /etc/yum.repos.d/sublime-text.repo ***
[sublime-text]
name=Sublime Text - x86_64 - Stable
baseurl=https://download.sublimetext.com/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://download.sublimetext.com/sublimehq-rpm-pub.gpg
Copr repo for nvidia-auto-installer-for-fedora 6.0 kB/s | 1.5 kB 00:00
nvidia-driver latest-dkms [e] default, fm, ks Nvidia driver for latest-dkms branch
do you want me to disable the copr autoinstaller for nvidia then ?
The copr repo only installs the nvautoinstall tool and the site gives you instructions on how to install the driver using that tool. It does not directly impact the install since that tool uses the rpmfusion repo. No, there is no reason to disable that repo.
The other one that possibly should be disabled if you successfully get the install completed with the command I provided above is the cuda-fedora33-x86_64
repo since that may conflict with the cuda drivers installed from rpmfusion.
As noted by @ankursinha above, there are 2 issues shown in your post. Address the issues he identified and see what you can figure out.
IIRC, and reviewing the thread it seems this is the first time you have actually posted the messages you get when the install fails.
Even in your earlier post noting that it was discussed in another thread you did not link to that thread so we cannot directly see what was earlier posted.
Please note that no one can know exactly what your error is without data similar to what you just attached above. Without that data we cannot make useful suggestions.
@computersavvy it is not the only thread where i’ve spoken about this and I’ve even spoken about this about the upgrade between 33 to 34. So of course if you only relate to what I post now because I hate repeating myself like 32 times… Well yeah sure you won’t find what you wer looking for.
which 2 issues?
nvidia-driver from my understanding it’s because I’ve installed the rpm packages myself so it’s normal to find it there.
and the other one is the repo of the auto installer …
So which one are you talking about?
So I’m sorry but when you answer you need to actually be a bit more specific than that. this modular filtering is only done, from the command line provided by @ankursinha, by the copr repo of the autoinstaller and the other one there is no file “nvidia-driver” so that must be the answer of the system of something manuyally installed.
and the file package or script or file nvidia-driver that is linked in the doc, for that I should have been able to install once in my lifetime the nvidia driver from the website with cuda, which I did not… So unless you are pointing it to me…
sudo dnf install nvidia\* akmod-nvidia xorg-x11-driver-nvidia\*
Last metadata expiration check: 0:00:18 ago on Wed 29 Sep 2021 09:29:09 PM CEST.
Package akmod-nvidia-3:470.74-1.fc34.x86_64 is already installed.
No match for argument: xorg-x11-driver-nvidia*
Error: Unable to find a match: xorg-x11-driver-nvidia*
after removed the cuda repo files in yum dir
OK, please confirm once that the nvidia-driver module is disabled/removed:
sudo dnf module list | grep nvidia
Now, we don’t know what packages have been installed from all of these repositories, but let’s give it a go and see how the installation goes. If we get more errors, we may have to clean up your system a bit.
Next, please confirm that you have the RPM Fusion repositories enabled, both free and non-free:
sudo dnf repolist
Then, take a look at the RPM Fusion Nvidia guide. For most systems, all you need to do is:
sudo dnf install akmod-nvidia
https://rpmfusion.org/Howto/NVIDIA#Installing_the_drivers
Please do look at the page to confirm what hardware you have etc.
sudo dnf module list | grep nvidia
nvidia-driver latest-dkms [e] default, fm, ks Nvidia driver for latest-dkms branch
but if it has to do with :
$ sudo dnf module install nvidia-driver:/
never got it to that point when i tried the manual installation years ago.
your nvidia module is now disable and this is what I get:
sudo dnf install nvidia\* akmod-nvidia xorg-x11-driver-nvidia\*
Last metadata expiration check: 0:17:54 ago on Wed 29 Sep 2021 09:29:09 PM CEST.
Package nvidia-modprobe-3:470.74-1.fc34.x86_64 is already installed.
Package nvidia-persistenced-3:470.74-1.fc34.x86_64 is already installed.
Package nvidia-settings-3:470.74-1.fc34.x86_64 is already installed.
Package akmod-nvidia-3:470.74-1.fc34.x86_64 is already installed.
No match for argument: xorg-x11-driver-nvidia*
Error: Unable to find a match: xorg-x11-driver-nvidia*
which is improved for sure, but not totally resolved.
In the mean time of course since I had to work on that workstation, I installed the rpm packages manually one again of course which does not empeach us of ocurse to debug this.
sudo dnf repolist
repo id repo name
1password 1Password Stable Channel
brave-browser-rpm-release.s3.brave.com_x86_64_ created by dnf config-manager from https://brave-browser-rpm-release.s3.brave.com/x86_64/
copr:copr.fedorainfracloud.org:jstaf:onedriver Copr repo for onedriver owned by jstaf
copr:copr.fedorainfracloud.org:t0xic0der:nvidia-auto-installer-for-fedora Copr repo for nvidia-auto-installer-for-fedora owned by t0xic0der
fedora Fedora 34 - x86_64
fedora-cisco-openh264 Fedora 34 openh264 (From Cisco) - x86_64
fedora-modular Fedora Modular 34 - x86_64
rpmfusion-free RPM Fusion for Fedora 34 - Free
rpmfusion-free-updates RPM Fusion for Fedora 34 - Free - Updates
rpmfusion-nonfree RPM Fusion for Fedora 34 - Nonfree
rpmfusion-nonfree-nvidia-driver RPM Fusion for Fedora 34 - Nonfree - NVIDIA Driver
rpmfusion-nonfree-updates RPM Fusion for Fedora 34 - Nonfree - Updates
rpmsphere RPM Sphere - Basearch
rpmsphere-noarch RPM Sphere - Noarch
sublime-text Sublime Text - x86_64 - Stable
updates Fedora 34 - x86_64 - Updates
updates-modular Fedora Modular 34 - x86_64 - Updates