ubuntu上安装RPM

在ubuntu上先安装RPM支持的程序.

$sudo apt-get update
$sudo apt-get install alien

安装. 文件

要安装.rpm文件.首先你要转换为.deb文件包才能安装在ubuntu机器上.
快速转换使用下面命令.

$sudo alien -k name-of-rpm-file.rpm

- This will convert the .rpm to a .deb.
- The “-k” will keep the version number. Otherwise alien adds a “1? to the version number.

$sudo dpkg -i name-of-deb-file.deb

- 这将安装.deb 文件包.

原创文章,转载请注明: 转载自PT Ubuntu Blog

本文链接地址: http://www.ptubuntu.com/2008/12/1094.html

Share

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


Verify Code   If you cannot see the CheckCode image,please refresh the page again!