5
I’m trying to install the MongoDB
in the Ubuntu 15.10
, but, I cannot install Mongo always returning the following error when starting the service.
Failed to start mongod.service: Unit mongod.service failed to load: No such file or directory.
I know that versions of Mongo are not installed in versions that are not LTS
Ubuntu. But there is a way to say this?
Try
sudo apt-get install --reinstall mongodb
– lazyFox
What were your steps for this installation to fail?
– novic
still released an LTS in version 5.0 of that year 2021. Maybe it is the such conflict mentioned on the page. the mongodb package offered by debian has no link with Mongodb. Desistala mongodb and import the public key and specify the mirror in the list tried this way ?
– stack.cardoso