Fedora 43/42/41 NVIDIA Drivers Install Guide [595.58.03 / 580.142 / 470.256.02]

This is guide, howto install NVIDIA proprietary drivers (manually using .run installer) on Fedora 43/42/41 and disable Nouveau and NOVA Core driver. This guide works with GeForce 8/9/200/300/400/500/600/700/800/900/10/20/30/40/50 series cards. This guide works with UEFI Secure Boot disabled or enabled. If you keep Secure Boot enabled, follow this step-by-step module signing guide: Fedora Secure Boot: Howto sign NVIDIA kernel modules (DKMS + .run installer) GeForce RTX 50 series cards works with 595.xx, 590.xx and 580.xx NVIDIA drivers, (RTX 5090 D, RTX 5090, RTX 5080, RTX 5070 Ti, RTX 5070) GeForce RTX 40 series cards works with 595.xx, 590.xx and 580.xx NVIDIA drivers, (RTX 4090, RTX 4080, RTX 4070 Ti, RTX 4070, RTX 4060 Ti, RTX 4060) GeForce RTX 30 series cards works with 595.xx, 590.xx and 580.xx NVIDIA drivers, (RTX 3090, RTX 3080 and RTX 3070, RTX 3060, RTX 3060 Ti) GeForce RTX 20 series cards works with 595.xx, 590.xx and 580.xx NVIDIA drivers (RTX 2080 Ti, RTX 2080, RTX 2070 Ti, RTX 2070, RTX 2060) GeForce 16 Series cards works still with 595.xx, 590.xx and 580.xx NVIDIA drivers (GeForce GTX 1660 SUPER, GeForce GTX 1650 SUPER, GeForce GTX 1660 Ti, GeForce GTX 1660, GeForce GTX 1650, GeForce GTX 1630) GeForce GT/GTX 600/700/800/900/10 series cards works with 580.xx, 470.xx, and 390.xx NVIDIA drivers (GTX 1080 Ti, GTX 1080, GTX 1070, GTX 1060 …) Note GTX 10 series: NVIDIA GTX 10 series cards do not work with 595.xx or 590.xx drivers, use 580.xx / 470.xx. GeForce GT/GTX 400/500 series cards works with 390.xx NVIDIA drivers GeForce GT 8/9/200/300 series cards works with 340.xx NVIDIA drivers VIDEO GUIDE, Howto Install NVIDIA Drivers on Fedora 43 [595.xx, 590.xx, 580.xx]: Support inttf: Buy Me a Coffee: Buy me a coffee Subscribe and follow: Follow @inttf Why NVIDIA .run installer??? I got following questions in Youtube:
Read more →

Install NVIDIA CUDA Toolkit 13.1.0 on Fedora 43/42/41

This is guide, howto install NVIDIA CUDA Toolkit 13.1.0 on Fedora 43/42/41. I assume here that you have installed NVIDIA 595.xx drivers successfully using my Fedora NVIDIA Drivers Install Guide. You will need NVIDIA 595.58.03 (or newer 595.xx) drivers. Fedora 43/42/41 ship GCC 15.x and CUDA 13.1 supports it, but some samples (like deviceQuery) may need a small header patch (see below). As always remember backup important files before doing anything!
Read more →

VirtualBox 7.2.6 on Fedora 43/42 (Oracle repo)

Oracle VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. Check video guide (older, VirtualBox 7.0.x on Fedora) using Oracle’s own dnf repo:
Read more →

Install Google Chrome on Fedora 43/42 and RHEL / CentOS / Rocky / Alma 10.1 / 9.7 / 8.10

This guide explains howto install Google Chrome Web browser on Fedora 43/42, CentOS Stream, Red Hat (RHEL), Rocky Linux, and Alma Linux versions 10.1, 9.7, and 8.10. Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM/DNF repository. Check video guide, howto install Google Chrome on Fedora 43/42:
Read more →

Install PostgreSQL 18.1 / 17.7 / 16.11 on Fedora 43/42 and RHEL/CentOS/Rocky/Alma 10/9/8

This is guide, howto install PostgreSQL 18.1 / 17.7 / 16.11 database server on Fedora 43/42 and RHEL/CentOS/Rocky/Alma 10/9/8. The guide shows how to install PostgreSQL 18.1 / 17.7 / 16.11 from the PostgreSQL Global Development Group (PGDG) repositories and also how to install the distro-provided package where appropriate. Use the detection commands in the installation section to list available majors in your enabled repositories. Check video guide howto install PostgreSQL on Fedora / Rocky (example older recordings):
Read more →

Install NVIDIA cuDNN 9.6.0 on Fedora 41/40/39

This is guide, howto install NVIDIA cuDNN 9.6.0 on Fedora 41/40/39. I assume here that you have installed NVIDIA drivers successfully using my Fedora NVIDIA Drivers Install Guide and installed NVIDIA CUDA successfully using Fedora NVIDIA CUDA Install Guide. You will need NVIDIA 565.xx or 560.xx drivers. As always remember backup important files before doing anything! Check video version of guide, howto install NVIDIA cuDNN on Fedora 41/40/39:
Read more →

Install Blender 5.1.0/5.0.1 on Fedora 43/42 [CUDA / OptiX]

This is guide howto install Blender 5.1.0/5.0.1 [edge / stable] on Fedora 43/42 [CUDA / OptiX]. Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, and video editing. I use here Snapcrafters (Snap) version of Blender, which is community-supported modified build of Blender. Check Video version of Install Blender 5.1.0/5.0.1 on Fedora 43/42 Guide:
Read more →

Install Snap / Snapd on Fedora 43/42 [Classic]

This guide shows how to install Snap / snapd (Snapcraft) on Fedora 43/42. Latest Fedora packaged snapd versions (as of 2025-12-27): Fedora 43: 2.72-1.fc43, Fedora 42: 2.72-1.fc42. Check Video version of Install Snap / Snapd on Fedora 43/42 Guide: Support inttf: Buy Me a Coffee: Buy me a coffee Subscribe and follow: Follow @inttf Install Snap / Snapd on Fedora 43/42 1. Change root User su - ## OR ## sudo -i 2. Install Snap / Snapd dnf install snapd 3. Start and enable needed services systemctl start snapd.seeded.service systemctl start snapd.service systemctl enable snapd.seeded.service systemctl enable snapd.service 4. Enable Classic Snap Support ln -s /var/lib/snapd/snap /snap At this point, log out and back in or reboot your system, to ensure snap’s paths are updated correctly.
Read more →

Fedora 43/42 VMware Install Guide [VMware Workstation Pro 25H2]

This is guide, howto install VMware Workstation Pro (for personal use or with license key) on Fedora 43/42. VIDEO GUIDE, Howto Install VMware Workstation Pro on Fedora 43/42: Support inttf: Buy Me a Coffee: Buy me a coffee Subscribe and follow: Follow @inttf 1. Install VMware Workstation Pro on Fedora 43/42 1.1 Download VMware Workstation Pro You need broadcom account then goto VMWare Workstation Pro Download Page and download latest version (example: VMware-Workstation-Full-25H2-24995812.x86_64.bundle).
Read more →

Fedora 43/42/41 Switch Desktop and Display Manager (GNOME to KDE)

This is quick guide howto switch desktop from GNOME 49/48/47 to KDE Plasma 6 and display manager GDM to SDDM. I use here GNOME and KDE as example, same method works from KDE to GNOME or GNOME to XFCE, etc. Check video guide, howto switch desktop from GNOME 49/48 to KDE Plasma 6 on Fedora 43/42:
Read more →

Install OBS Studio 31.1.2 on Fedora 42/41 [NVIDIA NVENC Xorg (X11) / XWayland] [stable]

This is guide howto install OBS Studio 31.1.2 [stable] on Fedora 42/41 [Xorg or Wayland support]. OBS Studio is free and open source software for video recording and live streaming. I use here Snapcrafters (Snap) version of OBS Studio, which is community-supported modified build of OBS Studio. Screen capture in a Wayland session is at least available edge channel, in video I test to use NVIDIA NVENC with Xorg (X11) / XWayland.
Read more →

Install Memcached on Fedora 41/40/39, Red Hat (RHEL) / CentOS Stream 9/8, Rocky Linux 9.5

Memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. Memcached is a very useful also in other cases, than only dynamic web applications. This guide explains howto install Memcached 1.6.32 stable version of distributed memory object caching system on Fedora 41/40/39, CentOS Stream / Red Hat (RHEL) 9/8, Rocky Linux 9.5. Fedora 41/40/39, CentOS Stream 9/8, Red Hat (RHEL) 9/8, Rocky Linux 9.5 has Memcached on default repos, so extra repositories is not needed.
Read more →

inttf NVIDIA 340.xx, 390.xx, 470.xx Patcher for Kernel 6.11/6.10/6.8/6.7/6.6/6.5/5.19/5.14/5.13 [BASH Script]

This is a BASH script, which download NVIDIA installer, extract it, patch it and make new patched installer package. This is very quickly tested alpha version so if you have any problems please let me know or if this works as it should you can also let me know. I use here currently ARCH Linux Patches + my own patches. Currently this works with NVIDIA 340.108 / 390.157 / 418.113 / 435.21 / 470.256.02 drivers and latest 6.11, 6.10, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 5.19, 5.18, 5.17, 5.16, 5.15, 5.14, 5.13, 5.12, 5.11, 5.10 and 5.9 kernels. This should work with any distribution. You just need install wget and patch packages. Some updates to openSUSE 15.5 / 15.4 users.
Read more →

Fedora 41/40 miracle-wm with waybar, swaybg and wofi (NVIDIA+Wayland)

This is quick guide howto install and configure miracle-wm. miracle-wm is a Wayland compositor based on Mir. It features a tiling window manager at its core, very much in the style of i3 and sway. The intention is to build a compositor that is flashier and more feature-rich than either of those compositors, like swayfx. Check video guide, howto install and configure miracle-wm on Fedora 41/40:
Read more →

Fedora Switch Display Manager - GDM / SDDM / LXDM / LightDM / KDM / XDM

Display manager is a graphical login manager which starts a session, simply asks username and password to login desktop. This is guide howto switch/change display manager easily on Fedora 35/34/33. On Fedora you can choose example GDM (Gnome Display Manager), SDDM (Simple Desktop Display Manager), LXDM (LXDE Display Manager), LightDM, KDM (KDE Display Manager), XDM (X Display Manager). Run this guide commands as root user or using sudo. 1. Howto Switch Display Manager on Fedora in General 1.1 Install Display Manager dnf install [display manager] 1.2 Disable Old Display Manager systemctl disable [old display manager] 1.3 Enable New Display Manager systemctl enable [new display manager] 1.4 Reboot reboot 2. Howto Switch to GDM Fedora – Gnome Display Manager This is Fedora’s default display manager so many times it’s already installed.
Read more →

Upgrade to Fedora 40 from Fedora 39 using DNF

This is guide, howto upgrade Fedora 39 to Fedora 40 using DNF. This method works on desktop and server machines. You can also upgrade older Fedora installations (example Fedora 38/37/36) directly to Fedora 40. I have tested this method on several machines, but if you have problems, please let me know. Always remember backup, before upgrade! Check video version of guide, howto upgrade to Fedora 40: This video shows howto upgrade NVIDIA drivers and upgrade whole system. If you are not using manually installed NVIDIA drivers, then you can skip all “NVIDIA USERS:” part on video.
Read more →

GRUB2 runlevel 3 - Howto Change runlevel on GRUB2

This is quick guide howto change runlevel on GRUB2. Support inttf: Buy Me a Coffee: Buy me a coffee Subscribe and follow: Follow @inttf Title says runlevel 3 (refer to changing runlevel from 5 to 3), but yes same method of course works, if you want to change runlevel from 3 to 5, from 5 to 1 or from 3 to 1. Whole process is actually add one additional boot parameter. This modification is not permanent, when you boot your system next time, it uses default parameters. This guide works all Linux distributions with GRUB2.
Read more →

Support inttf:

Buy Me a Coffee:

Support inttf:

Buy me a coffee Buy me a coffee