码迷,mamicode.com
首页 > 编程语言 > 详细

vim eclipse java

时间:2014-09-03 16:41:26      阅读:341      评论:0      收藏:0      [点我收藏+]

标签:os   io   java   strong   ar   for   sp   on   c   

tar -xzvf eclipse*.*.gz

mv eclipse  /opt/eclipse

ln -s /opt/eclipse /usr/bin/eclipse

run rpm in debain

I wouldn‘t recommend it. You probably could compile it but you wouldn‘t have any Ubuntu-compatible package repositories for it to handle.

You can convert single RPM files into DEBs with Alien:

sudo apt-get install alien
alien my_package.rpm
dpkg -i my_package.deb

Note: It might change the filename a little more than just the extension.

This won‘t work for everything as packages link to other packages to fulfil dependencies. Obviously Red Hat/Fedora/CentOS use different package names to Ubuntu so you‘re likely going to run into a whole load of pain.

Chances are if a DEB doesn‘t exist, you‘ll be better off just getting the source and compiling it.

 

vim eclipse java

标签:os   io   java   strong   ar   for   sp   on   c   

原文地址:http://www.cnblogs.com/been/p/3953842.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!