Re: paquet nmcli
Reply #1 –
To find a package which owns a nmcli binary:
> pacman -F nmcli
world/networkmanager 1.24.2-1 (gnome)
usr/bin/nmcli
usr/share/bash-completion/completions/nmcli
Tha package is networkmanager so install it:
> pacman -S networkmanager
Depending on your init system install init script:
> pacman -S networkmanager-openrc # networkmanager-runit / networkmanager-s6
Enable the service in your init.
Dont forget to disable the one which is running at the moment (connman probably)
PS: I hope you understand and can put bits together.