Nmstate is in Fedora and EPEL 7 testing, you may install it using below commands.
- Fedora 31+
sudo dnf install nmstate
- RHEL 8 using copr repo
sudo dnf copr enable nmstate/nmstate-stable
sudo dnf install nmstate
We have copr repos which automatically build whenever a patch goes into git master branch. Only for develop use.
- Fedora 31+, CentOS/RHEL 8
sudo dnf copr enable nmstate/nmstate-git-fedora
sudo dnf install nmstate
pip --user --upgrade install nmstate
git clone https://github.com/nmstate/nmstate.git
cd nmstate
pip install --user --upgrade .
# Download tarball and signature from:
# https://github.com/nmstate/nmstate/releases/
gpg2 --recv-keys F7910D93CA83D77348595C0E899014C0463C12BB
gpg2 --verify ./nmstate-*.tar.gz.asc nmstate-*.tar.gz
tar xf nmstate-*.tar.gz
cd nmstate-*
python setup.py build
python setup.py install
git clone https://github.com/nmstate/nmstate.git
cd nmstate
python setup.py build
python setup.py install