在 Ubuntu 上安装不稳定的 MongoDB
我一直在尝试使用 apt 在 Ubuntu 10.10 上安装不稳定版本 我之前已经从源代码安装过它,但认为 apt 选项可能是更好的选择。
我已按照 mongodb 文档站点 中给出的说明进行操作,但是运行时:
sudo apt-get install mongodb-10gen-unstable
我收到以下错误:
正在读取软件包列表...完成
构建依赖树
读取状态信息...完成
包 mongodb-10gen-unstable 不可用,但被另一个包引用。
这可能意味着该包丢失、已过时或只能从其他来源获得E:软件包“mongodb-10gen-unstable”没有安装候选
但在运行时工作正常(尝试安装稳定版本):
sudo apt-get install mongodb-10gen
mongoDb 文档指出
我们发布了 2 个不同的包,名为 mongodb-10gen、mongodb-10gen-不稳定 对应我们最新的稳定版 发布,我们的最新进展 发布。
所以包名应该没问题。
运行时也发生同样的事情:
aptitude install mongodb-10gen-unstable
未找到 mongodb-10gen-unstable 的候选版本
找不到 mongodb-10gen-unstable 的候选版本
不会安装、升级或删除任何软件包。
0 个软件包升级,0 个新安装,0 个要删除,165 个未升级。
需要获取0B的档案。解压后0B将被使用。
是否有另一个存储库或我应该为不稳定版本添加的内容?
谢谢
I've been trying to install the unstable version on Ubuntu 10.10 using apt
I've installed it from source before, but decided that the apt option might be a better route to go.
I've followed the instructions given at the mongodb docs site but when running:
sudo apt-get install mongodb-10gen-unstable
I get the following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mongodb-10gen-unstable is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another sourceE: Package 'mongodb-10gen-unstable' has no installation candidate
But it works fine when running (trying to install the stable version):
sudo apt-get install mongodb-10gen
The mongoDb docs states
We publish 2 distinct packages, named
mongodb-10gen, mongodb-10gen-unstable
corresponding to our latest stable
release, our latest development
release.
So the package name should fine.
Same thing happend when running:
aptitude install mongodb-10gen-unstable
No candidate version found for mongodb-10gen-unstable
No candidate version found for mongodb-10gen-unstable
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Is there another repository or something I should add for the unstable version ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看:
http://downloads-distro .mongodb.org/repo/debian-sysvinit/dists/dist/10gen/binary-amd64/ 或 http://downloads-distro.mongodb.org/ repo/ubuntu-upstart/dists/dist/10gen/binary-amd64/
或...我不会链接每个目录,但这些包当前尚未打包。
无论是否会,请在 http://jira.mongodb.org 上询问。
Peek into:
http://downloads-distro.mongodb.org/repo/debian-sysvinit/dists/dist/10gen/binary-amd64/ or http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/binary-amd64/
or... I won't link every directory but these packages are not packed currently.
Whether they will be or not, ask on http://jira.mongodb.org .