在 Ubuntu 上安装不稳定的 MongoDB

发布于 2024-11-07 07:23:55 字数 1138 浏览 0 评论 0原文

我一直在尝试使用 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-10genmongodb-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 source

E: 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文