Nmstate Installation Guide
RPM based
Stable release
Nmstate is in Fedora 31+ and RHEL 8+, you may install it using below commands.
sudo dnf install nmstate
Developer Branch
We have copr repos which automatically build whenever a patch goes into git base branch. Only for develop use.
- Fedora 31+, CentOS/RHEL 8
sudo dnf copr enable nmstate/nmstate-git
sudo dnf install nmstate
Install from source
# Use git or download tarball from https://github.com/nmstate/nmstate/releases
cd nmstate
PREFIX=/usr make install