ifconfig: Befehl nicht Lösung in Ubuntu gefunden / Debian / Centos
Unten finden Sie eine Lösung für das ifconfig-Problem: Befehl nicht gefunden. Es kann vorkommen, dass Netzwerktools nicht installiert sind, d. h.. ifconfig, Arp, Nettostat, rarp oder 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 |
Reparatur!
Ubuntu / Debian:
Wir führen das Terminal aus und installieren das Paket:
1 | sudo apt-get update |
1 | sudo apt-get install net-tools |
CentOS / Roter Hut:
Wir führen das Terminal aus und installieren das Paket:
1 | sudo dnf install net-tools |
1 | sudo yum install net-tools |
Verwandte Einträge:
Vollständige Installation von Linux LAMP-Server, Apache, MySql, PHP Debian 9
Crayon Syntax Highlighter Plugin PHP-Unterstützung 8.0 und 8.1
Multimedia-Installation auf Ubuntu Kodi kombinieren 18.04
Löschen von installierten Apps aus dem Snap Store
Sublime Text - Code-Editor für Webmaster. Installation in Ubuntu





