공식 MongoDB 웹 사이트 ( https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ ) 에 제공된 지침을 따르고 MongoDB 를 설치하려고 할 때이 오류가 발생합니다. 이 문제를 해결하는 방법과 무엇이 잘못 되었습니까? 최신 Ubuntu 버전 16.04를 사용하고 있음을 기억하십시오.
sudo apt-get install -y mongodb-org
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mongodb-org :
Depends: mongodb-org-shell but it is not going to be installed
Depends: mongodb-org-server but it is not going to be installed
Depends: mongodb-org-mongos but it is not going to be installed
Depends: mongodb-org-tools but it is not going to be installed
virtualbox-5.0 : Depends: libqt4-opengl (>= 4:4.7.2) but it is not going to be installed
Depends: libsdl1.2debian (>= 1.2.11) but it is not going to be installed
Recommends: libsdl-ttf2.0-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
편집 : 제목. MongDB-> MongoDB.