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
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
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.