ifconfig: command not found rozwiązanie w Ubuntu / Debian / Centos
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:
1 2 3 4 5 | -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:
1 | sudo apt-get update |
1 | sudo apt-get install net-tools |
CentOS / RedHAT:
Uruchamiamy terminal i instalujemy pakiet:
1 | sudo dnf install net-tools |
1 | sudo yum install net-tools |