如何告诉 ubuntu apt-get 在非默认版本中安装 eclipse

发布于 2024-10-17 19:31:47 字数 139 浏览 3 评论 0原文

eclipse 在 3.5 版本中使用 apt-get 安装:

sudo apt-get install eclipse-platform

但是我想安装 3.6。 如何指定?

eclipse is installed with apt-get in version 3.5:

sudo apt-get install eclipse-platform

however I would like to install 3.6.
how to specify that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

假装爱人 2024-10-24 19:31:47

对于给定的 Debian 发行版,任何给定软件的 apt 都只有一个版本。
这是因为apt试图解决依赖问题(就像java中的maven一样)
域(如果这对您有用)。

如果你对你的版本“撒谎”,apt不会抱怨,这是你自己的风险。至于 eclipse ,风险很小,因为 eclipse 仅依赖于 java 版本(对于给定的 os/32-64/gui lib)。

在 10.10 中,eclipse 标准版本是 3.5sr2

但在 natty narwhal 中是 3.6,因此您可以尝试使用

一个更安全的解决方案是将 PPA 添加到您的存储库列表(例如突触 => 设置 => 存储库或更新经理)还有其他提供 helios 的 PPA

最好的例子:

Eclipse ppa< /a> 具有 3.6 版本(如果您之前从未添加过 ppa,请按照 PPA 配置说明进行操作。

这回答了您的问题。但是,我倾向于不鼓励使用 apt for eclipse(请参阅 SO 答案 此处此处

For a given Debian distro version, apt has only one version of any given software.
This is because apt tries to solve the problem of dependencies (just like maven in the java
domain if this speaks to you).

If you "lie" about your version, apt won't complain, it's your own risk. As for eclipse there is little risk as eclipse is only dependent on java versions (for a given os/32-64/gui lib).

In 10.10 the eclipse standard version is 3.5sr2

But in natty narwhal it's 3.6, so you could try to use the

An even safer solution is to add a PPA to your repositories list (synaptic => settings => repository for instance or update manager) there are other PPA that offer helios

Best example:

The Eclipse ppa which has the 3.6 version (follow the PPA configuration instructions if you have never added a ppa before.

This answers your question. Howewer I tend to discourage using apt for eclipse (see SO answers here and here)

巡山小妖精 2024-10-24 19:31:47

事实并非如此。我输入了以下内容:

sudo add-apt-repository ppa:itachi-sama-amaterasu/redeclipse-client sudo apt-get update sudo apt-get install redeclipse

这不会安装更新版本,但它有一点帮助......

That doesn't. I typed this:

sudo add-apt-repository ppa:itachi-sama-amaterasu/redeclipse-client sudo apt-get update sudo apt-get install redeclipse

This doesn't install the updated version, but it helps a bit...

黒涩兲箜 2024-10-24 19:31:47

如果您知道版本 3.6 是作为 10.10 的包发布的,您应该尝试

sudo apt-get update

然后尝试安装 eclipse。如果它没有发布,你必须等待或自己构建它。

If you know that version 3.6 is published as a package for 10.10, you should try

sudo apt-get update

And then try to install eclipse. If it's not published you have to wait or build it by yourself.

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