How to install wireless-tools exclusively from command line?

How may I install wireless-tools in Ubuntu 16.10 just using the command line?


Solution 1:

wireless-tools is installed by default in Ubuntu 16.10. Verify:

sudo dpkg -s wireless-tools

You should see Status: install ok installed

If not, install with:

sudo apt update
sudo apt install wireless-tools