Installing NI Products (openSUSE)
- Updated2025-07-30
- 1 minute(s) read
Install NI drivers and software on openSUSE.
-
Open the Command Prompt and run the following command to apply
the latest system updates to avoid installation
issues.
sudo zypper updateNote This command may update your kernel to the latest version.
- Restart your system.
-
Open the Command Prompt and run the following command to
install insserv.
sudo zypper install insserv
-
Run the following command to install the repository
registration package.
sudo zypper --no-gpg-checks install ./filename.rpm
Where
- filename.rpm is the repository registration package you chose in Installing NI Drivers and Software on Linux Desktop.
-
Run the following command to refresh the package list.
sudo zypper refresh
-
Run the following command for each driver or application you
want to install.
sudo zypper install package-name
Where
- package-name is the name of the package as it appears in Supported Driver Packages for Linux Distributions.
Note Some drivers require multiple packages. Refer to Supported Driver Packages for Linux Distributions for driver-specific information. -
NI recommends running the following command to install the
Hardware Configuration Utility.
sudo zypper install ni-hwcfg-utility
-
Run the following command to build NI kernel drivers.
sudo dkms autoinstall
- Restart your system.
Related Information
- Installing NI Drivers and Software on Linux Desktop
Download the repository registration package to allow the native package manager for your Linux distribution to install NI driver and software packages.
- Supported Driver Packages for Linux Distributions