June 9, 2018
ifconfig missing in Ubuntu 18.04

Command ‘ifconfig’ not found in Ubuntu 18.04 ifconfig utility has been deprecated and completely removed in Ubuntu 18.04 If you try to run ifconfig you will get error: administrator@ubuntu:~$ ifconfig Command 'ifconfig' not found, but can be installed with: sudo apt install net-tools You may install ifconfig utility by running sudo apt install net-tools or you