How to Determine What NI Software Have Been Installed on my Linux Desktop?

Updated Mar 29, 2024

Reported In

Operating System

  • Linux

Issue Details

I am using Ubuntu 22.04, and how can I verify what NI software I have installed and what version they are?

Solution

Sudo apt list --installed is a command that can be used in Ubuntu's Terminal to list out all packages that have been installed on Ubuntu. From the command response, you may go through the installed packages to determine what NI software has been installed and what version they are. NI software commonly starts with ni-.

Additional Information

Sample of sudo apt list --installed command response:
command response