ifconfig not working kubuntu code example
Example 1: install ifconfig on ubuntu
apt-get update
apt-get install net-tools
Example 2: ifconfig not foound
// Ubuntu
sudo apt-get install net-tools
apt-get update
apt-get install net-tools
// Ubuntu
sudo apt-get install net-tools