<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install .rpm Files in Debian and Ubuntu</title>
	<atom:link href="http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dieter Stroehle</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-9432</link>
		<dc:creator>Dieter Stroehle</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-9432</guid>
		<description>Hi, have worked some time now to get a Lexmark Z600 debian printer driver available for installation on the Linux eeePC 701.  So far I achieved  to make the two rpm files available, but was not able to convert them into .deb files due to error messages. Now I look for someone who will be able to convert them. If someone thinks to be able to convert please send your Email address to me and I will submit for conversion and return the converted files to me.   Email-address is: dstroehle@online.de. Many thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi, have worked some time now to get a Lexmark Z600 debian printer driver available for installation on the Linux eeePC 701.  So far I achieved  to make the two rpm files available, but was not able to convert them into .deb files due to error messages. Now I look for someone who will be able to convert them. If someone thinks to be able to convert please send your Email address to me and I will submit for conversion and return the converted files to me.   Email-address is: <a href="mailto:dstroehle@online.de">dstroehle@online.de</a>. Many thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G CM</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-8650</link>
		<dc:creator>G CM</dc:creator>
		<pubDate>Tue, 31 May 2011 00:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-8650</guid>
		<description>When i try to install openoffice rpm&#039;s with sudo alien -k *rpm i have this problem

&lt;code&gt;Warning: Skipping conversion of scripts in package jre: postinst postrm prerm
Warning: Use the --scripts parameter to include the scripts.
mkdir: cannot create directory `jre-1.6.0_22&#039;: File exists
unable to mkdir jre-1.6.0_22:  at /usr/share/perl5/Alien/Package.pm line 257.&lt;code&gt;

please someone can help me?</description>
		<content:encoded><![CDATA[<p>When i try to install openoffice rpm&#8217;s with sudo alien -k *rpm i have this problem</p>
<p><code>Warning: Skipping conversion of scripts in package jre: postinst postrm prerm<br />
Warning: Use the --scripts parameter to include the scripts.<br />
mkdir: cannot create directory `jre-1.6.0_22': File exists<br />
unable to mkdir jre-1.6.0_22:  at /usr/share/perl5/Alien/Package.pm line 257.</code><code></p>
<p>please someone can help me?</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMB</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-8564</link>
		<dc:creator>SMB</dc:creator>
		<pubDate>Sun, 17 Apr 2011 23:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-8564</guid>
		<description>i have same problem , please help me

Package build failed. Here’s the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 &#124; \
xargs -0 -r -i cp -a {} debian/storman
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: failure: couldn’t find library libstdc++-libc6.2-2.so.3 needed by debian/storman/usr/StorMan/libSTORUTIL.so (its RPATH is ”).
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.
dh_shlibdeps: command returned error code 512
make: [binary-arch] Error 1 (ignored)
dh_gencontrol
dpkg-gencontrol: error: current host architecture ‘amd64? does not appear in package’s architecture list (i386)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
find: `StorMan-4.00?: No such file or directory</description>
		<content:encoded><![CDATA[<p>i have same problem , please help me</p>
<p>Package build failed. Here’s the log:<br />
dh_testdir<br />
dh_testdir<br />
dh_testroot<br />
dh_clean -k -d<br />
dh_installdirs<br />
dh_installdocs<br />
dh_installchangelogs<br />
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \<br />
xargs -0 -r -i cp -a {} debian/storman<br />
dh_compress<br />
dh_makeshlibs<br />
dh_installdeb<br />
dh_shlibdeps<br />
dpkg-shlibdeps: failure: couldn’t find library libstdc++-libc6.2-2.so.3 needed by debian/storman/usr/StorMan/libSTORUTIL.so (its RPATH is ”).<br />
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.<br />
To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.<br />
dh_shlibdeps: command returned error code 512<br />
make: [binary-arch] Error 1 (ignored)<br />
dh_gencontrol<br />
dpkg-gencontrol: error: current host architecture ‘amd64? does not appear in package’s architecture list (i386)<br />
dh_gencontrol: command returned error code 65280<br />
make: *** [binary-arch] Error 1<br />
find: `StorMan-4.00?: No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Régis</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-8322</link>
		<dc:creator>Jean-Régis</dc:creator>
		<pubDate>Sat, 26 Mar 2011 04:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-8322</guid>
		<description>I have the same error: incorrect format: unknown tag
Package build failed
I&#039;m looking for soluce!!!</description>
		<content:encoded><![CDATA[<p>I have the same error: incorrect format: unknown tag<br />
Package build failed<br />
I&#8217;m looking for soluce!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walkiria</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-8026</link>
		<dc:creator>walkiria</dc:creator>
		<pubDate>Thu, 20 Jan 2011 17:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-8026</guid>
		<description>I tryed install the last version, but I received this error mensage:
root@nirvana:/usr/lib/jvm# ls
java-1.6.0-openjdk  java-6-openjdk  java-6-sun  java-6-sun-1.6.0.22  jre-6u23-linux-i586.rpm  jre-6u23-linux-i586-rpm.bin
root@nirvana:/usr/lib/jvm# alien -k jre-6u23-linux-i586.rpm
error: incorrect format: unknown tag
Warning: Skipping conversion of scripts in package jre: postinst postrm prerm
Warning: Use the --scripts parameter to include the scripts.
chown: impossível acessar `jre-1.6.0_23//usr/java/jre1.6.0_23/lib/charsets.jar&#039;: Arquivo ou diretório não encontrado
failed chowning /usr/java/jre1.6.0_23/lib/charsets.jar to 0:0: Procura ilegal at /usr/share/perl5/Alien/Package/Rpm.pm line 265,  line 38.

I was looking jexec in jre*.rpm archive and found this line:
BINFMT_MISC=/proc/sys/fs/binfmt_misc
JEXEC=/usr/java/default/lib/jexec
Last version of Java in my computer is in usr/lib/jvm
what can I do?</description>
		<content:encoded><![CDATA[<p>I tryed install the last version, but I received this error mensage:<br />
root@nirvana:/usr/lib/jvm# ls<br />
java-1.6.0-openjdk  java-6-openjdk  java-6-sun  java-6-sun-1.6.0.22  jre-6u23-linux-i586.rpm  jre-6u23-linux-i586-rpm.bin<br />
root@nirvana:/usr/lib/jvm# alien -k jre-6u23-linux-i586.rpm<br />
error: incorrect format: unknown tag<br />
Warning: Skipping conversion of scripts in package jre: postinst postrm prerm<br />
Warning: Use the --scripts parameter to include the scripts.<br />
chown: impossível acessar `jre-1.6.0_23//usr/java/jre1.6.0_23/lib/charsets.jar&#8217;: Arquivo ou diretório não encontrado<br />
failed chowning /usr/java/jre1.6.0_23/lib/charsets.jar to 0:0: Procura ilegal at /usr/share/perl5/Alien/Package/Rpm.pm line 265,  line 38.</p>
<p>I was looking jexec in jre*.rpm archive and found this line:<br />
BINFMT_MISC=/proc/sys/fs/binfmt_misc<br />
JEXEC=/usr/java/default/lib/jexec<br />
Last version of Java in my computer is in usr/lib/jvm<br />
what can I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-7153</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 14 Dec 2010 06:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-7153</guid>
		<description>I used this method in Ubuntu desktop 10.10,but the deb file will disappear soon after creation,and I can&#039;t install the deb file.Anybody tel me the solution for this problem</description>
		<content:encoded><![CDATA[<p>I used this method in Ubuntu desktop 10.10,but the deb file will disappear soon after creation,and I can&#8217;t install the deb file.Anybody tel me the solution for this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-5685</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Sat, 21 Aug 2010 21:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-5685</guid>
		<description>i have been  using open suse11. while installing operating system in LVM based method its not completed,suddenly system get hanged. anybody tel me the solution for this problem.</description>
		<content:encoded><![CDATA[<p>i have been  using open suse11. while installing operating system in LVM based method its not completed,suddenly system get hanged. anybody tel me the solution for this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preston</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-4939</link>
		<dc:creator>Preston</dc:creator>
		<pubDate>Mon, 26 Apr 2010 18:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-4939</guid>
		<description>When I try to run alien I get this error:

Package build failed. Here&#039;s the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 &#124; \
                xargs -0 -r -i cp -a {} debian/storman
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: failure: couldn&#039;t find library libstdc++-libc6.2-2.so.3 needed by debian/storman/usr/StorMan/libSTORUTIL.so (its RPATH is &#039;&#039;).
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.
dh_shlibdeps: command returned error code 512
make: [binary-arch] Error 1 (ignored)
dh_gencontrol
dpkg-gencontrol: error: current host architecture &#039;amd64&#039; does not appear in package&#039;s architecture list (i386)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
find: `StorMan-4.00&#039;: No such file or directory



Im kind of a n00b but I can get around in linux. You help is much appriciated. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>When I try to run alien I get this error:</p>
<p>Package build failed. Here&#8217;s the log:<br />
dh_testdir<br />
dh_testdir<br />
dh_testroot<br />
dh_clean -k -d<br />
dh_installdirs<br />
dh_installdocs<br />
dh_installchangelogs<br />
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \<br />
                xargs -0 -r -i cp -a {} debian/storman<br />
dh_compress<br />
dh_makeshlibs<br />
dh_installdeb<br />
dh_shlibdeps<br />
dpkg-shlibdeps: failure: couldn&#8217;t find library libstdc++-libc6.2-2.so.3 needed by debian/storman/usr/StorMan/libSTORUTIL.so (its RPATH is &#8221;).<br />
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.<br />
To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.<br />
dh_shlibdeps: command returned error code 512<br />
make: [binary-arch] Error 1 (ignored)<br />
dh_gencontrol<br />
dpkg-gencontrol: error: current host architecture &#8216;amd64&#8242; does not appear in package&#8217;s architecture list (i386)<br />
dh_gencontrol: command returned error code 65280<br />
make: *** [binary-arch] Error 1<br />
find: `StorMan-4.00&#8242;: No such file or directory</p>
<p>Im kind of a n00b but I can get around in linux. You help is much appriciated. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-4832</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 08 Apr 2010 06:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-4832</guid>
		<description>To install .rpm files on Ubuntu/Debian you will need to install alien.
::FIRST UPDATE APT-GET:
&lt;code&gt;sudo apt-get update&lt;code&gt;
THEN INSTALL ALIEN:
&lt;code&gt;sudo apt-get install alien&lt;code&gt;
When that is finished, you must change the directory of which your .rmp file is located.
&lt;code&gt;sudo cd /home/YOURNAME/&lt;code&gt; in this case it is in the home folder.
THEN CONVERT .RPM to DEB using Alien:
&lt;code&gt;sudo alien -k filename.rpm&lt;code&gt;
when this is finished, there should be a .deb file. If you receive errors using alien, then that file can not be converted.
After you converted to .deb:
&lt;code&gt; sudo dpkg -i filename.deb&lt;code&gt;
And there you go! If you have a .bin file, type in code:
&lt;code&gt; ./FILENAME.bin&lt;code&gt;
This will convert the .bin file into the .rpm file most of the time.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>To install .rpm files on Ubuntu/Debian you will need to install alien.<br />
::FIRST UPDATE APT-GET:<br />
<code>sudo apt-get update</code><code><br />
THEN INSTALL ALIEN:<br />
</code><code>sudo apt-get install alien</code><code><br />
When that is finished, you must change the directory of which your .rmp file is located.<br />
</code><code>sudo cd /home/YOURNAME/</code><code> in this case it is in the home folder.<br />
THEN CONVERT .RPM to DEB using Alien:<br />
</code><code>sudo alien -k filename.rpm</code><code><br />
when this is finished, there should be a .deb file. If you receive errors using alien, then that file can not be converted.<br />
After you converted to .deb:<br />
</code><code> sudo dpkg -i filename.deb</code><code><br />
And there you go! If you have a .bin file, type in code:<br />
</code><code> ./FILENAME.bin</code><code><br />
This will convert the .bin file into the .rpm file most of the time.<br />
Hope this helps.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ran</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-3384</link>
		<dc:creator>Ran</dc:creator>
		<pubDate>Mon, 20 Jul 2009 06:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-3384</guid>
		<description>I just install a gyachi by converting .rpm to deb but when the installation is complete the gyachi can&#039;t seem to work. What is the probable problem please help I am just a noob.</description>
		<content:encoded><![CDATA[<p>I just install a gyachi by converting .rpm to deb but when the installation is complete the gyachi can&#8217;t seem to work. What is the probable problem please help I am just a noob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: humtaro</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-3281</link>
		<dc:creator>humtaro</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-3281</guid>
		<description>An alien GUI

http://code.google.com/p/foxoman/wiki/PackageConverter</description>
		<content:encoded><![CDATA[<p>An alien GUI</p>
<p><a href="http://code.google.com/p/foxoman/wiki/PackageConverter" rel="nofollow">http://code.google.com/p/foxoman/wiki/PackageConverter</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mandy</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-2572</link>
		<dc:creator>mandy</dc:creator>
		<pubDate>Wed, 18 Mar 2009 17:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-2572</guid>
		<description>the problem of installing .rpm files for noobs is still not addressed. please somebody care to guide...:)</description>
		<content:encoded><![CDATA[<p>the problem of installing .rpm files for noobs is still not addressed. please somebody care to guide&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 0guzhan</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-2535</link>
		<dc:creator>0guzhan</dc:creator>
		<pubDate>Sat, 14 Mar 2009 09:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-2535</guid>
		<description>Thanks... Very much useful...</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; Very much useful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: racolavito</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-2378</link>
		<dc:creator>racolavito</dc:creator>
		<pubDate>Tue, 10 Feb 2009 01:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-2378</guid>
		<description>I am new to Linux. 3 Days. I have installed Ubuntu 8.1 on my computer. It wiped out the loading of my Windows XP. Then I tried to load the program Openoffice 3.0. It downloaded but then I can not get it to install. You say get the version for your operating system but I could only find a RPM version and that was from the OpenOffice.org webpage.</description>
		<content:encoded><![CDATA[<p>I am new to Linux. 3 Days. I have installed Ubuntu 8.1 on my computer. It wiped out the loading of my Windows XP. Then I tried to load the program Openoffice 3.0. It downloaded but then I can not get it to install. You say get the version for your operating system but I could only find a RPM version and that was from the OpenOffice.org webpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-2364</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 06 Feb 2009 17:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-2364</guid>
		<description>Why didn&#039;t anyone respond to John (#6)?? I am having the same problem, I know that not all linux distros are the same, but if dpkg says something is installed, how the heck do I use it??</description>
		<content:encoded><![CDATA[<p>Why didn&#8217;t anyone respond to John (#6)?? I am having the same problem, I know that not all linux distros are the same, but if dpkg says something is installed, how the heck do I use it??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Valentine</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-357</link>
		<dc:creator>Kevin Valentine</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-357</guid>
		<description>Hi Amol,

Been over 2 months so you&#039;ve probably figured it out by now, but what the heck ...
You need to install the ubuntu-desktop package as follows:
sudo apt-get install ubuntu-desktop

Answer yes to whatever questions it may ask, make sure you have enough disk space, then walk away for about 2 hours.  When you come back you&#039;ll most likely still have black screen.  Need to start gdm like this:
sudo /etc/init.d/gdm start

Hopefully bulletproof X won&#039;t give you trouble ;)</description>
		<content:encoded><![CDATA[<p>Hi Amol,</p>
<p>Been over 2 months so you&#8217;ve probably figured it out by now, but what the heck &#8230;<br />
You need to install the ubuntu-desktop package as follows:<br />
sudo apt-get install ubuntu-desktop</p>
<p>Answer yes to whatever questions it may ask, make sure you have enough disk space, then walk away for about 2 hours.  When you come back you&#8217;ll most likely still have black screen.  Need to start gdm like this:<br />
sudo /etc/init.d/gdm start</p>
<p>Hopefully bulletproof X won&#8217;t give you trouble <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol Shende</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-356</link>
		<dc:creator>Amol Shende</dc:creator>
		<pubDate>Thu, 04 Sep 2008 03:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-356</guid>
		<description>How to get GUI on UBUNTU 8.04 LTS server.</description>
		<content:encoded><![CDATA[<p>How to get GUI on UBUNTU 8.04 LTS server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Snyder</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-355</link>
		<dc:creator>Chris Snyder</dc:creator>
		<pubDate>Sun, 13 Jul 2008 18:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-355</guid>
		<description>Folks, if you are a new user trying to install Linux software, the tool described in this post is not for you. Different Linux distributions (Ubuntu, Fedora, Debian, SUSE, etc) each have their own packages and package formats. It is generally a bad idea to try to install a package meant for one distribution onto another. You can&#039;t just mix and match like you can (to some extent) in Windows.

Please refer to the official website and help forums for your specific Linux distribution for how to install the software you need.</description>
		<content:encoded><![CDATA[<p>Folks, if you are a new user trying to install Linux software, the tool described in this post is not for you. Different Linux distributions (Ubuntu, Fedora, Debian, SUSE, etc) each have their own packages and package formats. It is generally a bad idea to try to install a package meant for one distribution onto another. You can&#8217;t just mix and match like you can (to some extent) in Windows.</p>
<p>Please refer to the official website and help forums for your specific Linux distribution for how to install the software you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zama</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-354</link>
		<dc:creator>zama</dc:creator>
		<pubDate>Tue, 22 Apr 2008 10:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-354</guid>
		<description>Hi.. i got this new machine installed with linux on it now i am trying to install rpm packages and to configure the mail server it gives me a hard time i can;t find the solution to it.i have been google it but still then i can;t seem to find the right solutions. if can anyone help me, i real need to see this. thanks

any help will be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi.. i got this new machine installed with linux on it now i am trying to install rpm packages and to configure the mail server it gives me a hard time i can;t find the solution to it.i have been google it but still then i can;t seem to find the right solutions. if can anyone help me, i real need to see this. thanks</p>
<p>any help will be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fireashes</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-353</link>
		<dc:creator>fireashes</dc:creator>
		<pubDate>Tue, 07 Aug 2007 16:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-353</guid>
		<description>I have the same problem as #5 Shinbu-Otaku about the AVG. : i cannot update AVG as i do not have the privileges. Can anyone help me. (i might be wrong with the AVG one, it might only let you update when new updates are available but tells u that you dont have the privileges other wise)</description>
		<content:encoded><![CDATA[<p>I have the same problem as #5 Shinbu-Otaku about the AVG. : i cannot update AVG as i do not have the privileges. Can anyone help me. (i might be wrong with the AVG one, it might only let you update when new updates are available but tells u that you dont have the privileges other wise)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

