首页 > 代码库 > vim eclipse java
vim eclipse java
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 alienalien my_package.rpmdpkg -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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。