I tried to install mongodb last week for an unrelated project and now whenever I try to sudo apt-get install
any other package I get an error that says:
* Starting database mongodb [fail]
How did my mongodb install mess with apt-get, how can I resolve the issues so I can successfully install packages?
apt-get
andaptitude
are two different programs. – Byte Commander Nov 04 '15 at 20:01