<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu,debian,redhat -linuxany.com &#187; alien</title>
	<atom:link href="http://www.linuxany.com/archives/tag/alien/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>在Debian系Linux上安装rpm档</title>
		<link>http://www.linuxany.com/archives/417.html</link>
		<comments>http://www.linuxany.com/archives/417.html#comments</comments>
		<pubDate>Sat, 30 Aug 2008 13:55:59 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=451</guid>
		<description><![CDATA[　　Debian系Linux不推荐使用rpm安装rpm档，需要将其转为deb档，通过dpkg安装。但是在Ubuntu Server中，将rpm转为deb的工具alien默认是不安装的，我们需要手工安装他，安装工具为apt。 　　首先将apt的“源”列表/etc/apt/sources.list复制一个副本备份，然后把原来的“源”列表清空。 　　挂载Ubuntu Server的CD1。 　　使用命令apt-cdrom -m -d /cdrom add，注意要有管理员权限。 　　使用命令apt-get update。 　　使用命令apt-get dist-upgrade。 　　使用命令apt-get install alien进行alien的安装。 　　使用alien &#8211;scripts xxx.rpm开始进行rpm转换deb过程。 　　使用dpkg -i xxx.deb进行deb安装。 另外的解决办法： 　　1.apt-get install alien 　　　　alien -i xxx.rpm 直接安装 　　　　alien -d xxx.rpm　生成Debian包 　　2.apt-get install rpm 　　　　mkdir /var/lib/rpm 　　　　rpm &#8211;initdb 　　　　rpm -ivh xxx.rpm 　　3.自运行：在RedHat里有chkconfig,ntsysv 工具，在Debian下，可以用rcconf 　　　　apt-get install rcconf 　　　　rcconf 　　配置启动选项。 您还可能感兴趣的内容Debian 无缝升级Debian5至Debian6(不重装系统)制作deb包的三种方法在Debian上安装SVN[原创]玩转Debian5——安装(LXDE桌面)Debian建立CVS服务器]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/417.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

