Answers for "ubuntu server ifconfig not found"

4

ifconfig command not found

sudo apt-get install net-tools or sudo ifconfig
Posted by: Guest on October-08-2020
6

pip command not found macos

sudo easy_install pip
Posted by: Guest on February-21-2020
0

ifconfig not found ubuntu

#installation
$ sudo apt install net-tools

#Then use it
$ ifconfig
Posted by: Guest on November-07-2020

Browse Popular Code Answers by Language