This is the network package for all linux distributions that comes default.
Service
sudo systemctl enable NetworkManager
sudo systemctl restart NetworkManager
Configuration
vim /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.254
dns-nameservers 192.168.1.250