<?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>Automate Everything &#187; Linux</title>
	<atom:link href="http://automate-everything.com/lang/en/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://automate-everything.com</link>
	<description>Ruby, Linux and other hints, tips and tricks.</description>
	<lastBuildDate>Wed, 22 Sep 2010 22:11:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Prevent apt-get from upgrading a package on Ubuntu</title>
		<link>http://automate-everything.com/lang/en/2009/04/prevent-apt-get-from-upgrading-a-package-on-ubuntu</link>
		<comments>http://automate-everything.com/lang/en/2009/04/prevent-apt-get-from-upgrading-a-package-on-ubuntu#comments</comments>
		<pubDate>Sat, 25 Apr 2009 15:16:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.team-trick.net/?p=32</guid>
		<description><![CDATA[Jaunty Jackalope and it overwrote my custom version of <a href="http://en.wikipedia.org/wiki/Rxvt-unicode">rxvt-unicode</a> that supports 256 colors. Every time I try to update my packages apt-get tries to "upgrade" rxvt-unicode too discarding my version. I found the solution here]]></description>
			<content:encoded><![CDATA[<p>Yesterday I updated my Ubuntu to Jaunty Jackalope and it overwrote my custom version of <a href="http://en.wikipedia.org/wiki/Rxvt-unicode">rxvt-unicode</a> that supports 256 colors. I got it following this entry <a href="http://scie.nti.st/2008/10/13/get-rxvt-unicode-with-256-color-support-on-ubunut">Get rxvt-unicode with 256 color support on Ubuntu</a>.</p>
<p>To recover it I reinstalled the custom deb package. It worked, but every time I try to update my packages apt-get tries to &#8220;upgrade&#8221; rxvt-unicode too discarding my version.</p>
<p>I found the solution here: <a href="https://answers.launchpad.net/ubuntu/+question/9434">Keep a package at specified version</a>. It&#8217;s just a matter of pinning a package. Just go:</p>
<pre class="lang: bash">
sudo vim /etc/apt/preferences
</pre>
<p>And add the following:</p>
<pre class="lang: none">
Package: rxvt-unicode
Pin: version 9.05*
Pin-Priority: 1001
</pre>
<p>And no more whinning : )</p>
]]></content:encoded>
			<wfw:commentRss>http://automate-everything.com/lang/en/2009/04/prevent-apt-get-from-upgrading-a-package-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

