是否有任何Ubuntu 10.04存储库可下载最新版本的Eclipse? [英] Is there any Ubuntu 10.04 repository to download the most recent version of Eclipse?

查看:60
本文介绍了是否有任何Ubuntu 10.04存储库可下载最新版本的Eclipse?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我还没有人安装Eclipse 4.2 Juno.默认的Ubuntu存储库(我使用的是Ubuntu 10.04)建议我使用过时的Galileo版本.然后我在Launchpad上找到了Eclipse的页面,该页面于2009年进行了更新.

I haven't found one to install Eclipse 4.2 Juno. Default Ubuntu repositories (I'm using Ubuntu 10.04) suggest me the archaic Galileo version. And I found the Eclipse's page on Launchpad which was updated in 2009.

我当然可以简单地从 http://www.eclipse.org/downloads/,但这不是Debian的方式,对吗?我的意思是,没有自动更新和其他由智能管理的好东西.

I can, of course, simply download the archive with all the files from http://www.eclipse.org/downloads/, but that's not Debian way, is it? I mean, no automatic updates and other aptitude-managed cool things.

那么,是否有任何存储库可以维护Eclipse的最新版本?

So, is there any repository that maintains the most recent version of Eclipse?

推荐答案

我认为您不太可能为Lucid找到更新的软件包.人们倾向于为较新版本的Ubuntu创建软件包.

I think it is unlikely that you will find a newer package for Lucid. People tend to create packages for newer versions of Ubuntu.

如果无法升级Ubuntu,则可以尝试制作自己的软件包,但仍然无法获得自动升级.快速浏览一下,看起来Juno需要一些库来构建,这些库可能比您系统中的版本要新,所以最终可能会很困难.首先可能是Lucid无法使用它的原因.

If it's not possible to upgrade Ubuntu, what you could try is to make your own package but you would still not get automatic upgrades. From a quick look, it looks like that Juno needs some libraries to build that could be newer than the versions you have in your system, so this may end up being quite difficult. It could possibly be the reason why it is not available for Lucid in the first place.

如果Juno在您的系统中可用,那么快速而又肮脏的解决方案是首先创建一个临时文件夹,例如eclipse_3.8.0,然后执行以下操作:

If Juno works in your system, the quick and dirty solution is to first create a temporary folder, e.g. eclipse_3.8.0 and then do the following:

mkdir /path/to/eclipse_3.8.0/DEBIAN
mkdir /path/to/eclipse_3.8.0/opt
tar xzvf eclipse-juno.tar.gz -C /path/to/eclipse_3.8.0/opt
dpkg-deb -b --no-check /path/to/eclipse_3.8.0

这将创建一个deb软件包,将eclipse安装在/opt/eclipse中.您可能需要将控制文件放在DEBIAN文件夹中,以添加描述,依赖项等.

This will create a deb package that installs eclipse in /opt/eclipse. You may want to put a control file inside the DEBIAN folder to add a description, dependencies, etc.

如果您仍然想尝试一下,请从ubuntu官方启动板页面上获取 eclipse 您可以下载源文件,尤其是存储在 xxx.debian.tar.gz 文件中的控制文件.查看 Debian Wiki ,了解有关如何构建的一些提示.精确地具有Indigo SR2版本,而Quantal似乎具有Juno.

If you still want to give building a try, from the official ubuntu launchpad page for eclipse you can download the source files and especially the control files stored in the xxx.debian.tar.gz file. Take a look at the Debian wiki for some tips on how to build. Precise has the Indigo SR2 version and Quantal seems to have Juno.

这篇关于是否有任何Ubuntu 10.04存储库可下载最新版本的Eclipse?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆