Trying to run a Debian VM. Trying to build an APK and build a bot for nostr

Stuck at the first bloody step because I can't run sudo commands even though I set up a root and root password...

#asknostr

Reply to this note

Please Login to reply.

Discussion

Is your user in the sudo group?

Is sudo installed? (apt install sudo)

Are there restrictions in /etc/sudoers?

If all else fails, su to root instead, just remember to drop back out to your user shell after installation.

Didn't understand half of that. Total novice here.

Still failing...

You should create new user by 'adduser' command at first, then you can add it to sudo group.