Skip to content

Instantly share code, notes, and snippets.

@williamcanin
Created September 8, 2025 00:03
Show Gist options
  • Save williamcanin/d5d0c0b846311b34abc155f4a1001c0c to your computer and use it in GitHub Desktop.
Save williamcanin/d5d0c0b846311b34abc155f4a1001c0c to your computer and use it in GitHub Desktop.
### NVIDIA
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
# Atualizar o sistema
sudo dnf update
# Utils
sudo dnf install kernel-devel kernel-headers gcc make dkms acpid libglvnd-glx libglvnd-opengl libglvnd-devel
# Instalar drivers NVIDIA
sudo dnf install akmod-nvidia
# Para suporte a CUDA e computação
sudo dnf install xorg-x11-drv-nvidia-cuda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment