I succesfully installed everything but when I try running the mongod command:
vargrant@m103:~$ mongod
It tells me: The program ‘mongod’ is currently not installed. To run ‘mongod’ please ask your administrator to install the package ‘mongodb-server’
What do I need to do to resolve this?
I tried sudo apt-get install -y mongodb-enterprise --force-yes
but it tells me E: Unable to locate package mongodb-enterprise
Thanks