Is there a wifi-menu (from Arch Linux) equivalent in Ubuntu?

I really like wifi-menu, the command line wizard for setting up profiles for wireless interfaces on Arch Linux.

It's very convenient and easy to use.

I can't find the same software in Debian derivatives.

Is there a terminal-based wireless interface setup wizard for Ubuntu?

2

2 Answers

A good equivalent in Debian/Ubuntu is wicd-curses.

Just remember to input the WPA password BEFORE trying to connect to the network:

  1. Highlight the WiFi you want to connect to
  2. Press RightArrow to configure the network
  3. The last option is the password. Input the password
  4. Save
  5. Press ENTER on the network list to connect automagically.

You can even configure it to connect automatically next time it sees the network.

WICD Screenshot

Sources and more info: Guide to WICD

1
$ sudo apt update
$ sudo apt install netctl -y
$ sudo wifi -menu -y

If you ask me, a lot of these extravagant processes put in place other than my above are simply uncalled for.

Netplan has the most stringent punctuation, and I advise new users against it. But only if they if have an Ethernet handy in order to install netctl.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like