 




<?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>Open Source Software and Linux &#187; convert</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/linux-lotus-domino/tag/convert/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino</link>
	<description></description>
	<lastBuildDate>Thu, 02 May 2013 21:07:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Convert your dpkg, rpm, tgz and slp applications to another package with alien</title>
		<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/convert-your-dpkg-rpm-tgz-and-slp-to-another-package-with-alien/</link>
		<comments>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/convert-your-dpkg-rpm-tgz-and-slp-to-another-package-with-alien/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 19:47:16 +0000</pubDate>
		<dc:creator>Xjlittle</dc:creator>
				<category><![CDATA[alien]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux package conversion]]></category>
		<category><![CDATA[package conversion]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[slackware]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[sun solaris]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/linux-lotus-domino/convert-your-dpkg-rpm-tgz-and-slp-to-another-package-with-alien/</guid>
		<description><![CDATA[alien is software that allows you to convert an rpm package to dpkg or vice versa. It can also convert a .tgz package to the rpm or dpkg format allowing you to use software that has been packaged for a different package manager on your machine. The latest version release is 8.72. The author of [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://kitenet.net/~joey/code/alien/">alien</a> is software that allows you to convert an <a href="http://www.rpm.org/">rpm</a> package to <a href="http://packages.debian.org/stable/admin/dpkg">dpkg</a> or vice versa.  It can also convert a .tgz package to the rpm or dpkg format allowing you to use software that has been packaged for a different package manager on your machine.</p>
<p>The latest version release is 8.72.  The author of the software states that even though the version number is high alien should be considered experimental software and should not be used to convert or replace important system packages.  That said alien has been in use many years and converted many packages.</p>
<p>The CentOS repositories don&#8217;t show an alien package.  Apparently this seems to be a debian thing.  Never fear though, alien to the rescue before ever installing the package!</p>
<p>First obtain the source package, unpack it and cd into that directory:<br />
<code><br />
wget http://ftp.de.debian.org/debian/pool/main/a/alien/alien_8.72.tar.gz<br />
tar xzvf alien_8.72.tar.gz<br />
cd alien<br />
</code></p>
<p>Don&#8217;t install it!  We get to have that fun here in a couple of steps.  Now get the alien*deb package and download it into the source directory which you just unpacked.  Once that is done we&#8217;ll convert the deb package to rpm and install it.<br />
<code><br />
wget http://http.us.debian.org/debian/pool/main/a/alien/alien_8.72_all.deb<br />
./alien.pl -r alien_8.72_all.deb<br />
alien-8.72-2.noarch.rpm generated<br />
ls<br />
Alien                    alien_8.72_all.deb  alien.lsm.in  alien.spec     debian       GPL      Makefile.PL  README<br />
alien-8.72-2.noarch.rpm<br />
rpm -ivh alien-8.72-2.noarch.rpm<br />
Preparing...                ########################################### [100%]<br />
   1:alien                  ########################################### [100%]<br />
which alien<br />
/usr/bin/alien<br />
</code></p>
<p>There you have it!  You now have alien and can convert your favorite rpm packages to deb or deb packages to rpm.  Enjoy!</p>
<p>-j</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/convert-your-dpkg-rpm-tgz-and-slp-to-another-package-with-alien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
