Ubuntu安装rpm包软件

apt-get install alien

root@macbook:~# alien jre-7u71-linux-i586.rpm

Warning: Skipping conversion of scripts in package jre: postinst postrm prerm

Warning: Use the --scripts parameter to include the scripts.

jre_1.7.071-1_i386.deb generated

root@macbook:~# ls

jre-7u71-linux-i586.rpm jre-7u71-linux-i586.tar.gz

root@macbook:~# dpkg -i jre_1.7.071-1_i386.deb

Selecting previously unselected package jre.

(正在读取数据库 ... 系统当前共安装有 362302 个文件和目录。)

正在解压缩 jre (从 jre_1.7.071-1_i386.deb) ...

正在设置 jre (1.7.071-1) ...

 

http://www.howtogeek.com/howto/ubuntu/install-an-rpm-package-on-ubuntu-linux/

源链接

Hacking more

...