i’m on this part of the back end web development certificate, i’m using glitch.com and i need to install mongodb (using ‘apt-get install mongodb-org’) but i can’t, apparently because i need administrator privileges, which glitch.com does not seem to allow. the console throws the following error:
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
i have also tried ‘sudo apt-get install mongodb-org’, which returns:
bash: sudo: command not found
has anyone else experienced this? and if yes, what did you do to resolve this?
thanks in advance