Just trying to install VS studio. I'm following the project odin tutorial, have downloaded the file, but when I run the next line:
sudo apt install ./code-latest.deb
I get the error: .
USER is not in the sudoers file
I've tried
sudo adduser USER sudo
and
sudo usermod -a -G sudo USER
I'm running this on a freshly installed Ubuntu 22.04, in VirtualBox.
I don't understand what I'm doing, or why it's not working in the first place. I'm just starting to learn to code, please help.