How to Install netplan.io in Ubuntu 18.04



Install netplan.io by entering the following commands in the terminal:

sudo apt update
sudo apt install netplan.io

Description:

YAML network configuration abstraction for various backends

netplan reads YAML network configuration files which are written by administrators, installers, cloud image instantiations, or other OS deployments. During early boot it then generates backend specific configuration files in /run to hand off control of devices to a particular networking daemon. . Currently supported backends are networkd and NetworkManager.

Version: 0.36.1

Section: net