<?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: Package Installation error and solution</title>
	<atom:link href="http://www.ubuntugeek.com/package-installation-error-and-solution.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alexander Papadopulos</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-118675</link>
		<dc:creator>Alexander Papadopulos</dc:creator>
		<pubDate>Thu, 29 Dec 2011 19:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-118675</guid>
		<description>Why is the right solution, so hard to find!

Thank you for sharing this valuable information. Worked on Ubuntu 11.10 for my MFC-7360n.</description>
		<content:encoded><![CDATA[<p>Why is the right solution, so hard to find!</p>
<p>Thank you for sharing this valuable information. Worked on Ubuntu 11.10 for my MFC-7360n.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor Moroney</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-111414</link>
		<dc:creator>Connor Moroney</dc:creator>
		<pubDate>Mon, 17 Oct 2011 20:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-111414</guid>
		<description>You are a life saver</description>
		<content:encoded><![CDATA[<p>You are a life saver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-108559</link>
		<dc:creator>Raul</dc:creator>
		<pubDate>Wed, 24 Aug 2011 16:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-108559</guid>
		<description>Thanks a lot!!!
It works for me.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!<br />
It works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil McLeish</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-108500</link>
		<dc:creator>Neil McLeish</dc:creator>
		<pubDate>Tue, 23 Aug 2011 13:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-108500</guid>
		<description>Hi Tim.

Thanks for the thorough information.  Much appreciated.

In the end, I ended up doing a fresh OS install.  I was not too bothered about that as I had only just done it and wasn&#039;t going to lose much time.

I will keep this bookmarked, in case I need to call upon it again.  I am just perplexed as to why the printer worked fine in 10.04 but not 10.10 or later.

Here&#039;s hoping they sort it soon.

Many thanks again and best regards,

Neil.</description>
		<content:encoded><![CDATA[<p>Hi Tim.</p>
<p>Thanks for the thorough information.  Much appreciated.</p>
<p>In the end, I ended up doing a fresh OS install.  I was not too bothered about that as I had only just done it and wasn&#8217;t going to lose much time.</p>
<p>I will keep this bookmarked, in case I need to call upon it again.  I am just perplexed as to why the printer worked fine in 10.04 but not 10.10 or later.</p>
<p>Here&#8217;s hoping they sort it soon.</p>
<p>Many thanks again and best regards,</p>
<p>Neil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim McDaniel</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-108297</link>
		<dc:creator>Tim McDaniel</dc:creator>
		<pubDate>Thu, 18 Aug 2011 01:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-108297</guid>
		<description>In my case it was blindly following Brother&#039;s Web page instructions for an MFC-7460DN.  I believe that Ubuntu&#039;s System - Administration - Printing is all I needed to do.

Anyway, in re Neil: mine was

# dpkg --remove --force-all  mfc7460dnlpr
dpkg: warning: overriding problem because --force enabled:
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
(Reading database ... 180087 files and directories currently installed.)
Removing mfc7460dnlpr ...
start: Unknown job: lpd
dpkg: error processing mfc7460dnlpr (--remove):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 mfc7460dnlpr

Worse, the Synaptic package manager threw an error on startup and aborted!

What I did was

locate postrm

which pointed to, inter alia, a lot of files named /var/lib/dpkg/info/[PACKAGE].postrm
I cd&#039;ed there and found /var/lib/dpkg/info/mfc7460dnlpr.postrm.

#!/bin/sh
if [ -e /etc/init.d/lprng ]; then
     /etc/init.d/lprng restart
elif [ -e /etc/init.d/lpd ]; then
     /etc/init.d/lpd restart
fi

I appended &quot; &#124;&#124; true&quot; to make it ignore command exit statuses:

#!/bin/sh
if [ -e /etc/init.d/lprng ]; then
     /etc/init.d/lprng restart &#124;&#124; true
elif [ -e /etc/init.d/lpd ]; then
     /etc/init.d/lpd restart &#124;&#124; true
fi

Then I got

# dpkg --remove --force-all  mfc7460dnlpr
dpkg: warning: overriding problem because --force enabled:
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
(Reading database ... 180087 files and directories currently installed.)
Removing mfc7460dnlpr ...
start: Unknown job: lpd

which removed the package.  I ran

#  dpkg --purge --force-all  mfc7460dnlpr

to get rid of everything.

-- 
Tim McDaniel, tmcd@panix.com</description>
		<content:encoded><![CDATA[<p>In my case it was blindly following Brother&#8217;s Web page instructions for an MFC-7460DN.  I believe that Ubuntu&#8217;s System - Administration - Printing is all I needed to do.</p>
<p>Anyway, in re Neil: mine was</p>
<p># dpkg --remove --force-all  mfc7460dnlpr<br />
dpkg: warning: overriding problem because --force enabled:<br />
 Package is in a very bad inconsistent state - you should<br />
 reinstall it before attempting a removal.<br />
(Reading database &#8230; 180087 files and directories currently installed.)<br />
Removing mfc7460dnlpr &#8230;<br />
start: Unknown job: lpd<br />
dpkg: error processing mfc7460dnlpr (--remove):<br />
 subprocess installed post-removal script returned error exit status 1<br />
Errors were encountered while processing:<br />
 mfc7460dnlpr</p>
<p>Worse, the Synaptic package manager threw an error on startup and aborted!</p>
<p>What I did was</p>
<p>locate postrm</p>
<p>which pointed to, inter alia, a lot of files named /var/lib/dpkg/info/[PACKAGE].postrm<br />
I cd&#8217;ed there and found /var/lib/dpkg/info/mfc7460dnlpr.postrm.</p>
<p>#!/bin/sh<br />
if [ -e /etc/init.d/lprng ]; then<br />
     /etc/init.d/lprng restart<br />
elif [ -e /etc/init.d/lpd ]; then<br />
     /etc/init.d/lpd restart<br />
fi</p>
<p>I appended &#8221; || true&#8221; to make it ignore command exit statuses:</p>
<p>#!/bin/sh<br />
if [ -e /etc/init.d/lprng ]; then<br />
     /etc/init.d/lprng restart || true<br />
elif [ -e /etc/init.d/lpd ]; then<br />
     /etc/init.d/lpd restart || true<br />
fi</p>
<p>Then I got</p>
<p># dpkg --remove --force-all  mfc7460dnlpr<br />
dpkg: warning: overriding problem because --force enabled:<br />
 Package is in a very bad inconsistent state - you should<br />
 reinstall it before attempting a removal.<br />
(Reading database &#8230; 180087 files and directories currently installed.)<br />
Removing mfc7460dnlpr &#8230;<br />
start: Unknown job: lpd</p>
<p>which removed the package.  I ran</p>
<p>#  dpkg --purge --force-all  mfc7460dnlpr</p>
<p>to get rid of everything.</p>
<p>--<br />
Tim McDaniel, <a href="mailto:tmcd@panix.com">tmcd@panix.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-107920</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 10 Aug 2011 16:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-107920</guid>
		<description>Hi.
I know this is an old post, but I hope someone sees it.
Unfortunately, this did not work for me.
I get the following message:
$ sudo dpkg --remove --force-remove-reinstreq mfc5490cnlpr
dpkg: dependency problems prevent removal of mfc5490cnlpr:
 mfc5490cncupswrapper depends on mfc5490cnlpr.
dpkg: error processing mfc5490cnlpr (--remove):
 dependency problems - not removing
Errors were encountered while processing:
 mfc5490cnlpr

I then removed mfcncupswrapper and tried again.
The result was:
$ sudo dpkg --remove --force-remove-reinstreq mfc5490cncupswrapper
(Reading database ... 
dpkg: warning: files list file for package `mfc5490cncupswrapper&#039; missing, assuming package has no files currently installed.
(Reading database ... 221988 files and directories currently installed.)
Removing mfc5490cncupswrapper ...
njm@WOLF359:~$ sudo dpkg --remove --force-remove-reinstreq mfc5490cnlpr
dpkg: warning: overriding problem because --force enabled:
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
(Reading database ... 221988 files and directories currently installed.)
Removing mfc5490cnlpr ...
start: Unknown job: lprng
dpkg: error processing mfc5490cnlpr (--remove):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 mfc5490cnlpr


If anyone out there has any ideas about how to solve this, without a full reinstall of my system, it would be appreciated.

Best regards,

Neil.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I know this is an old post, but I hope someone sees it.<br />
Unfortunately, this did not work for me.<br />
I get the following message:<br />
$ sudo dpkg --remove --force-remove-reinstreq mfc5490cnlpr<br />
dpkg: dependency problems prevent removal of mfc5490cnlpr:<br />
 mfc5490cncupswrapper depends on mfc5490cnlpr.<br />
dpkg: error processing mfc5490cnlpr (--remove):<br />
 dependency problems - not removing<br />
Errors were encountered while processing:<br />
 mfc5490cnlpr</p>
<p>I then removed mfcncupswrapper and tried again.<br />
The result was:<br />
$ sudo dpkg --remove --force-remove-reinstreq mfc5490cncupswrapper<br />
(Reading database &#8230;<br />
dpkg: warning: files list file for package `mfc5490cncupswrapper&#8217; missing, assuming package has no files currently installed.<br />
(Reading database &#8230; 221988 files and directories currently installed.)<br />
Removing mfc5490cncupswrapper &#8230;<br />
njm@WOLF359:~$ sudo dpkg --remove --force-remove-reinstreq mfc5490cnlpr<br />
dpkg: warning: overriding problem because --force enabled:<br />
 Package is in a very bad inconsistent state - you should<br />
 reinstall it before attempting a removal.<br />
(Reading database &#8230; 221988 files and directories currently installed.)<br />
Removing mfc5490cnlpr &#8230;<br />
start: Unknown job: lprng<br />
dpkg: error processing mfc5490cnlpr (--remove):<br />
 subprocess installed post-removal script returned error exit status 1<br />
Errors were encountered while processing:<br />
 mfc5490cnlpr</p>
<p>If anyone out there has any ideas about how to solve this, without a full reinstall of my system, it would be appreciated.</p>
<p>Best regards,</p>
<p>Neil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-106468</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 16 Jul 2011 22:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-106468</guid>
		<description>Thanks heaps man was having trouble with skype. 

^ dude above just put &quot;sudo &quot; infront worked for me</description>
		<content:encoded><![CDATA[<p>Thanks heaps man was having trouble with skype. </p>
<p>^ dude above just put &#8220;sudo &#8221; infront worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: not-so-super-user</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-105779</link>
		<dc:creator>not-so-super-user</dc:creator>
		<pubDate>Tue, 28 Jun 2011 16:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-105779</guid>
		<description>I get the following error:

dpkg: error: requested operation requires superuser privilege

superuser???

Thanks</description>
		<content:encoded><![CDATA[<p>I get the following error:</p>
<p>dpkg: error: requested operation requires superuser privilege</p>
<p>superuser???</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lnxjenn</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-95479</link>
		<dc:creator>lnxjenn</dc:creator>
		<pubDate>Wed, 16 Mar 2011 05:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-95479</guid>
		<description>I am getting this error but trying to remove the package I get 

dpkg: error processing icaclient (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
Errors were encountered while processing:
 icaclient

But I can&#039;t reinstall either. I am getting this on several package I&#039;m trying to reinstall or configure and cannot even locate on my Linux machine. Any ideas??</description>
		<content:encoded><![CDATA[<p>I am getting this error but trying to remove the package I get </p>
<p>dpkg: error processing icaclient (--remove):<br />
 Package is in a very bad inconsistent state - you should<br />
 reinstall it before attempting a removal.<br />
Errors were encountered while processing:<br />
 icaclient</p>
<p>But I can&#8217;t reinstall either. I am getting this on several package I&#8217;m trying to reinstall or configure and cannot even locate on my Linux machine. Any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-84831</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 20 Dec 2010 11:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-84831</guid>
		<description>You are the man!!! Thanks so much for this! I could hug you!!</description>
		<content:encoded><![CDATA[<p>You are the man!!! Thanks so much for this! I could hug you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bouke</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-58458</link>
		<dc:creator>Bouke</dc:creator>
		<pubDate>Sun, 21 Nov 2010 11:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-58458</guid>
		<description>Hey thanks! 
I had this problem with package skype just yet, and your solution still works on Kubuntu maverick!</description>
		<content:encoded><![CDATA[<p>Hey thanks!<br />
I had this problem with package skype just yet, and your solution still works on Kubuntu maverick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Fernández</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-2#comment-31143</link>
		<dc:creator>Felipe Fernández</dc:creator>
		<pubDate>Thu, 27 May 2010 18:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-31143</guid>
		<description>Hi guys, I&#039;m in linux Lucid Lynx and i was trying to install java jre 6 in the synaptic center, but my laptop ran out of battery and I get the problem that you have mentioned up there, but when I&#039;m trying to remove by &#039;sudo dpgk --force-remove-reinsreq  &#039; I get this

dpkg: error processing openjdk-6-jre (--remove): subprocess installed post-removal script returned error exit status 2

So, i&#039;m unavailable to do what you have already said... Do you have any ideas? I&#039;m not that expert to go and erase the files directly from de / directory

Regards,

Felipe.</description>
		<content:encoded><![CDATA[<p>Hi guys, I&#8217;m in linux Lucid Lynx and i was trying to install java jre 6 in the synaptic center, but my laptop ran out of battery and I get the problem that you have mentioned up there, but when I&#8217;m trying to remove by &#8216;sudo dpgk --force-remove-reinsreq  &#8216; I get this</p>
<p>dpkg: error processing openjdk-6-jre (--remove): subprocess installed post-removal script returned error exit status 2</p>
<p>So, i&#8217;m unavailable to do what you have already said&#8230; Do you have any ideas? I&#8217;m not that expert to go and erase the files directly from de / directory</p>
<p>Regards,</p>
<p>Felipe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-29974</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Tue, 11 May 2010 16:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-29974</guid>
		<description>thank you Brian Burch.</description>
		<content:encoded><![CDATA[<p>thank you Brian Burch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-28308</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Sat, 24 Apr 2010 18:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-28308</guid>
		<description>Saved me too. Used the method in Finally&#039;s post. Thanks!</description>
		<content:encoded><![CDATA[<p>Saved me too. Used the method in Finally&#8217;s post. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-15973</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-15973</guid>
		<description>Thanks a lot for this post! Saved me a headache!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post! Saved me a headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Raleigh Arnold</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-13105</link>
		<dc:creator>David Raleigh Arnold</dc:creator>
		<pubDate>Wed, 16 Sep 2009 22:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-13105</guid>
		<description>Almost forgot :-)
I&#039;m going to try my luck with dpkg-dev and a
/usr/local/debian repository.  Hopefully, that
will keep me out of trouble in the future.
(cross fingers).  Regards, daveA</description>
		<content:encoded><![CDATA[<p>Almost forgot <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I&#8217;m going to try my luck with dpkg-dev and a<br />
/usr/local/debian repository.  Hopefully, that<br />
will keep me out of trouble in the future.<br />
(cross fingers).  Regards, daveA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Raleigh Arnold</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-13104</link>
		<dc:creator>David Raleigh Arnold</dc:creator>
		<pubDate>Wed, 16 Sep 2009 22:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-13104</guid>
		<description>I had a circle of postrm script errors from
trying to remove the brother brhl2070n driver.
My mistake was installing it with dpkg when I
had removed cups and lprng and lpd previously
with apt.
The solution, after following the procedure
already prescribed, was to go to /etc/init.d/ and
remove lprng and lpd startup scripts.  The error
was nothing more than a failure to restart
something that was not running and could not
be restarted. Just installed lprng with no
problem.  I am using debian on an old BP6 system so I can&#039;t afford a hog like CUPS. 
Regards, and thanks, daveA</description>
		<content:encoded><![CDATA[<p>I had a circle of postrm script errors from<br />
trying to remove the brother brhl2070n driver.<br />
My mistake was installing it with dpkg when I<br />
had removed cups and lprng and lpd previously<br />
with apt.<br />
The solution, after following the procedure<br />
already prescribed, was to go to /etc/init.d/ and<br />
remove lprng and lpd startup scripts.  The error<br />
was nothing more than a failure to restart<br />
something that was not running and could not<br />
be restarted. Just installed lprng with no<br />
problem.  I am using debian on an old BP6 system so I can&#8217;t afford a hog like CUPS.<br />
Regards, and thanks, daveA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rengifo Ortega</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-11657</link>
		<dc:creator>Rengifo Ortega</dc:creator>
		<pubDate>Sat, 01 Aug 2009 10:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-11657</guid>
		<description>Thanks for you reply Peter... I guess i will have to do the same. Even when it sucks !

Best regards</description>
		<content:encoded><![CDATA[<p>Thanks for you reply Peter&#8230; I guess i will have to do the same. Even when it sucks !</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-10996</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-10996</guid>
		<description>Hi Renginfo Ortega,
Unfortunately I couldn&#039;t find any working solutions for this problem. I had to reinstall the entire system. I read through several forums, including the Hungarian and English Ubuntu forums, but nowhere could I find a solution.
If you have a Brother printer, I recommend you to install it via System -&gt; Administration -&gt; Printer. After reinstalling Ubuntu I could install my Brother HL-1030 laser printer that way and it works fine.
Hope I could help.
Al the bests,
Peter</description>
		<content:encoded><![CDATA[<p>Hi Renginfo Ortega,<br />
Unfortunately I couldn&#8217;t find any working solutions for this problem. I had to reinstall the entire system. I read through several forums, including the Hungarian and English Ubuntu forums, but nowhere could I find a solution.<br />
If you have a Brother printer, I recommend you to install it via System -&gt; Administration -&gt; Printer. After reinstalling Ubuntu I could install my Brother HL-1030 laser printer that way and it works fine.<br />
Hope I could help.<br />
Al the bests,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rengifo Ortega</title>
		<link>http://www.ubuntugeek.com/package-installation-error-and-solution.html/comment-page-1#comment-10955</link>
		<dc:creator>Rengifo Ortega</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/package-installation-error-and-solution.html#comment-10955</guid>
		<description>Hello Peter, 
Did you find a solution to this issue.I have exactly the same problem...
cheers
Rengifo</description>
		<content:encoded><![CDATA[<p>Hello Peter,<br />
Did you find a solution to this issue.I have exactly the same problem&#8230;<br />
cheers<br />
Rengifo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

