Nvidia-smi doesn't working

I just started using Fedora 44 fedora kde plasma desktop version. I tried to install nvidia driver (I have RTX 4060).
I used this guide Making sure you're not a bot!

sudo dnf install Making sure you're not a bot!(rpm -E %fedora).noarch.rpm Making sure you're not a bot!(rpm -E %fedora).noarch.rpm -y

and after

sudo dnf install akmod-nvidia -y

after that I waited around 10 minutes and wrote
“sudo reboot”

but when I’m writing “nvidia-smi” I’m getting
"fl1mix@fedora-1:~$ nvidia-smi
bash: nvidia-smi: команда не найдена… (command not found)
Пакеты, предоставляющие этот файл: (Packages that provide this file:)
‘xorg-x11-drv-nvidia-390xx-cuda’
‘xorg-x11-drv-nvidia-470xx-cuda’
‘xorg-x11-drv-nvidia-580xx-cuda’
‘xorg-x11-drv-nvidia-cuda’
"

The nvidia-smi command is provided by the package here.
To install it use sudo dnf install xorg-x11-drv-nvidia-cuda and then that command should function.

thanks, and will drivers work? Or I need to type something else?

The guide you followed is pathetic, it misses secureboot step.

I turned off Secure boot, removed akmod-nvidia, installed it again and it worked! Thanks a lot!