how to install ifconfig in ubuntu code example
Example 1: install ifconfig on ubuntu
apt-get update
apt-get install net-tools
Example 2: install ip addr on ubuntu
apt-get update
apt-get install -y iproute2
apt-get update
apt-get install net-tools
apt-get update
apt-get install -y iproute2