Ubuntu

How to Check NetworkManager Version on Ubuntu

Network Manager is a Linux utility used for managing the system’s network settings. It makes it easy for the users to quickly connect to a known or preferred network. With Network Manager, the users can manage different network tasks, such as connecting the system to a WiFi network or setting up network interfaces on the system. It comes pre-installed in most Linux distributions including Ubuntu and if users aren’t sure about which version is installed on their system, follow this article’s guidelines to find different ways to check Network Manager version on Ubuntu.

How to Check Network Manager Version on Ubuntu

Checking Network Manager version on Ubuntu is simple and it can be done through the following commands:

1: Using –version

The Ubuntu users can find the Network Manager version on the system from the following “–version” command:

$ nmcli --version

2: Using -v

The following version command with “-v” flag instead of “–version” can also be used to check the Network Manager version on Ubuntu system.

$ nmcli -v

3: Using apt info

To get a detailed information about the Network Manager on Ubuntu system with its current version, the users can use the following command:

$ apt info network-manager

4: Using /usr/sbin/NetworkManager

The Ubuntu users can also retrieve Network Manager version on the system by executing the following command:

$ /usr/sbin/NetworkManager --version

All the above methods are just one command away to provide you with the information of the currently installed Network Manager version on Ubuntu system.

Conclusion

Ubuntu users can use multiple commands to find the currently installed Network Manager on the system. They can either use the “–version’ command or go with “-v” flags. For detailed information about the currently installed Network Manager, they can run the command “apt info”, while the fourth command “/usr/sbin/NetworkManager” can also be utilized for retrieving the Network Manager version on Ubuntu system.

About the author

Awais Khan

I'm an Engineer and an academic researcher by profession. My interest for Raspberry Pi, embedded systems and blogging has brought me here to share my knowledge with others.