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?
22 Answers
A good equivalent in Debian/Ubuntu is wicd-curses.
Just remember to input the WPA password BEFORE trying to connect to the network:
- Highlight the WiFi you want to connect to
- Press
RightArrowto configure the network - The last option is the password. Input the password
- Save
- Press
ENTERon the network list to connect automagically.
You can even configure it to connect automatically next time it sees the network.
Sources and more info: Guide to WICD
1$ sudo apt update
$ sudo apt install netctl -y
$ sudo wifi -menu -yIf 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