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:
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.
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:
4: Using /usr/sbin/NetworkManager
The Ubuntu users can also retrieve Network Manager version on the system by executing the following command:
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.