nmcli

Manage the network configuration using NetworkManager. More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y network-manager
Ubuntu
RUN apt-get update && \ apt-get install -y network-manager
Alpine
RUN apk add networkmanager
Arch Arch Linux
RUN pacman -S --noconfirm networkmanager
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y network-manager
Fedora
RUN dnf install -y NetworkManager-1
Raspbian
RUN apt-get update && \ apt-get install -y network-manager
click the source code to copy install nmcli on any operating system with command-not-found.com