Ifconfig Not Found Ubuntu

[Solved] Ifconfig Not Found Ubuntu | Shell - Code Explorer | yomemimo.com
Question : install ifconfig on ubuntu

Answered by : dwayne

apt-get update
apt-get install net-tools

Source : | Last Update : Wed, 24 Jun 20

Question : ifconfig command not found

Answered by : xenophobic-xenomorph-k8s6mmvi6uls

sudo apt-get install net-tools or sudo ifconfig

Source : | Last Update : Thu, 15 Oct 20

Question : ifconfig not found ubuntu

Answered by : snippets

#installation
$ sudo apt install net-tools
#Then use it
$ ifconfig

Source : | Last Update : Sat, 14 Nov 20

Question : ubuntu ifconfig not found

Answered by : tiago-frana

## For Ubuntu, Debian or Mint
sudo apt install net-tools

Source : | Last Update : Tue, 20 Sep 22

Question : ifconfig not found

Answered by : sachin-verma

sudo yum install net-tools

Source : | Last Update : Wed, 13 Jan 21

Answers related to ifconfig not found ubuntu

Code Explorer Popular Question For Shell