Poniżej rozwiązanie z problemem ifconfig: command not found. Może zdarzyć się sytuacja w której nie będzie zainstalowanych narzędzi sieciowych tj. ifconfig, arp, netstat, rarp czy route:
-bash: ifconfig: command not found -bash: arp: command not found -bash: netstat: command not found -bash: rarp: command not found -bash: route: command not found
Naprawa!
Ubuntu / Debian:
Uruchamiamy terminal i instalujemy pakiet:
sudo apt-get update
sudo apt-get install net-tools
CentOS / RedHAT:
Uruchamiamy terminal i instalujemy pakiet:
sudo dnf install net-tools
sudo yum install net-tools