Ошибка установки MongoDB «apt --fix-broken install» без пакетов в Ubuntu - PullRequest
0 голосов
/ 22 ноября 2018

Я не могу установить MongoDB в Ubuntu 18.04 (Bionic Beaver).Я попытался установить, используя официальную ссылку здесь и следуя приведенной документации MongoDB, но я не могу установить и получаю ошибки.

Reading state information... Done
mongodb-org is already the newest version (4.0.4).
You might want to run `'apt --fix-broken install'` to correct these.
The following packages have unmet dependencies:
 mongodb-org : 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
`E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).`
...