Problem scenario
You run "sudo usermod -aG wheel jdoe" but you get "usermod: group 'wheel' does not exist." What should you do?
Possible solution #1
Run this:
sudo usermod -aG admin jdoe
Some Linux distributions such as Ubuntu* use "admin" instead of "wheel"
You may want to read this for further information.