I wanted to configure a static IP on my new Ubuntu VM on VirtualBox but when I executed…
sudo nmtui
The command was not available.
I’ve learned that installing network-manager makes nmtui available on Ubuntu.
sudo apt-get install network-manager
After installing network-manager, execute sudo nmtui and it allows you to use the UI to configure your network.