作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已使用 docs 中的说明
在这个命令之后:
sudo apt-get install -y mongodb-org
WARNING: The following packages cannot be authenticated!
mongodb-org-shell mongodb-org-server mongodb-org-mongos mongodb-org-tools mongodb-org
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
sudo service mongod start
cat /var/log/mongodb/mongod.log
cat: /var/log/mongodb/mongod.log: No such file or directory
最佳答案
正如我在评论中提到的,您可以通过 bypassing the gpg signature checks of apt
解决问题。使用 :
sudo apt-get --allow-unauthenticated install -y mongodb-org
configuration options
在此处详细说明使用此方法的正确做法:
https://askubuntu.com/questions/74345/how-do-i-bypass-ignore-the-gpg-signature-checks-of-apt
关于mongodb - 如何在 ubuntu 16.04.1 上安装 mongodb?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42029758/
我是一名优秀的程序员,十分优秀!