wifi-menu: command not found

wifi-menu allows to interactively connect to a wireless network on INTERFACE using a netctl profile. In case no netctl profile is available, one can be generated. If only one wireless interface is available, INTERFACE can be omitted.

wifi-menu is only able to generate netctl profiles for simple network configurations. Profiles for more complex configurations must be set up manually.

If you encounter the below error while running the wifi-menu command:

wifi-menu: command not found

you may need to install the netctl package using the pcaman package manager:

# pacman -S netctl

Command Options

  • -h, –help: Print a short help text and exit.
  • -o, –obscure: Show asterisks for the characters of the password and store the password as a hexadecimal pre-shared key.

wifi-menu Command Examples

1. Set up a wireless connection interactively:

$ wifi-menu

2. Interactively set up a connection to a network and obscure the password:

$ wifi-menu --obscure

3. Display help:

$ wifi-menu --help
Related Post