Debian

How to Check Network Manager Version on Debian

Network Manager is an open-source network utility that allows users to manage network connections on the systems. It helps users manage network settings and configure several types of network connections, including WiFi, Ethernet, and more. With Network Manager, the users will be able to detect the network connections. It supports several security protocols, including 802.1x, WPA, and WPA2.

Network Manager is preinstalled on the Debian operating system with a command-line interface called “nmcli”. However, if you aren’t sure about your system, you can follow this guide to confirm its version.

How to Check Network Manager Version on Debian

There are different ways to check the Network Manager version of Debian, which are discussed below:

1: Check Network Manager Version Through Version Command

The “version” command is the widely used command in the Debian operating system that confirms the presence of a package on a system. As a Debian user, you can also use the following version command to check the Network Manager version on the system:

nmcli --version

 

You can also use the same version command with the “-v” flag to check the Network Manager version on the Debian system.

nmcli -v

 

2: Check Network Manager Version Through apt

Since by default Network Manager is installed in the Debian repository so you can use the apt info command with the package name to retrieve the version on the terminal.

apt info network-manager

 

3: Check Network Manager Version Through /usr/sbin

The Debian users can also use the following command to check for the Network Manager version on the system:

/usr/sbin/NetworkManager --version

 

Conclusion

Network Manager is a built-in tool in Debian based operating system used to control and manage network related tasks. To ensure its installation, it’s better to use commands that output the version of Network Manager on the Debian system. The users can either use the “nmcli” command with and “version” and “v” flags or they can use the “apt search” to check for the Network Manager version installed on the system. They can also retrieve the Network Manager version from the “/usr/sbin” location.

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.