Installation¶
Debian/Ubuntu based¶
wget https://github.com/containerscrew/nflux/releases/download/1.0.1/nflux_1.0.1-1_amd64.deb -O /tmp/nflux.deb
sudo dpkg -i /tmp/nflux.deb
rm /tmp/nflux.deb
Or if using ARM based system:
wget https://github.com/containerscrew/nflux/releases/download/1.0.1/nflux_1.0.1-1_arm64.deb -O /tmp/nflux.deb
sudo dpkg -i /tmp/nflux.deb
rm /tmp/nflux.deb
Arch Linux¶
wget https://github.com/containerscrew/nflux/releases/download/1.0.1/nflux-1.0.1-1-x86_64.pkg.tar.zst -O /tmp/nflux.pkg.tar.zst
sudo pacman -U /tmp/nflux.pkg.tar.zst
rm /tmp/nflux.pkg.tar.zst
Note
Change the version number and architecture as needed. Visit the releases page to find the latest version and available architectures.
Fedora/CentOS/RHEL based¶
Pending to be implemented.
Local Installation from Source¶
Pending to be documented.
Now that you have installed nflux, refer to the usage page to get started.