<?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>A Fool's Wisdom &#187; software update</title>
	<atom:link href="http://foolswisdom.com/tag/software-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://foolswisdom.com</link>
	<description>A fool and his blog are soon parted.</description>
	<lastBuildDate>Mon, 12 Dec 2011 22:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Ubuntu Aptitude Giving Me Attitude</title>
		<link>http://foolswisdom.com/ubuntu-aptitude-giving-me-attitude/</link>
		<comments>http://foolswisdom.com/ubuntu-aptitude-giving-me-attitude/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 23:36:48 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[aptitude]]></category>
		<category><![CDATA[delin]]></category>
		<category><![CDATA[Installing Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[software update]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/?p=837</guid>
		<description><![CDATA[The Ubuntu command line tool to install software aptitude wants to install a bunch of additional packages that aren&#8217;t required according to apt-get. System&#62;Administration&#62;Synaptic Package Manager is the common way to install software, but for the dyed-in-the-wool geek, it has &#8230; <a href="http://foolswisdom.com/ubuntu-aptitude-giving-me-attitude/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Ubuntu command line tool to install software <code>aptitude</code> wants to install a bunch of additional packages that aren&#8217;t required according to <code>apt-get</code>.</p>
<p><span id="more-837"></span><img src="http://farm3.static.flickr.com/2101/2104186620_500fc80f0d_o.jpg" alt="powered by: ubuntu linux" width="66" height="100" align="right" />System&gt;Administration&gt;Synaptic Package Manager is the common way to install software, but for the dyed-in-the-wool geek, it has to be done by the command line.</p>
<p>I&#8217;ve been careful not to dirty my Dell Dimension E520, aka delin, with every package under the sun, preferring to keep it pristine and do the dirty work on the ThinkPad. Today, I went to install <a href="http://www.virtualbox.org/">VirtualBox</a> to give me some spaces to play in.</p>
<p><code>apt-get</code> is old faithful, but years ago, I started using <code>aptitude</code> because of its ability to clean up related software (dependencies) when you remove software (package).</p>
<p>Doing some research now, I see that apt-get has had equivalent functionality since Ubuntu 6.10 (Edgy Eft), with the command <code>sudo apt-get autoremove [application name]</code>.</p>
<p>So now, I have to break myself of the <code>aptitude</code> habit. I would <code>sudo apt-get autoremove aptitude</code> , but like  it seems to be part of ubuntu-minimal &#8212; why?</p>
<p><strong>Thursday, April 3rd Update:</strong> Thank you <span class="fn n">AmyRose! She <a href="http://foolswisdom.com/ubuntu-aptitude-giving-me-attitude/#comment-117251">explained</a> that the default behavior of aptitude is to </span>install &#8220;recommended packages&#8221;. I can see why this would be desirably by many people, but also why for many people such as myself this is very awkward default behavior. Why would the source code by a recommend package for Virtual Box? I would dislike to try and add a single KDE application and next thing I know am running Kubuntu instead of Ubuntu.</p>
<p>What are the advantages of aptitude today?</p>
<hr /><code><br />
$ sudo aptitude install virtualbox-ose<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
Reading extended state information<br />
Initializing package states... Done<br />
Writing extended state information... Done<br />
Building tag database... Done<br />
The following NEW packages will be automatically installed:<br />
debhelper dpatch dpkg-dev fakeroot gettext html2text intltool-debian<br />
kbuild libcompress-raw-zlib-perl libcompress-zlib-perl<br />
libio-compress-base-perl libio-compress-zlib-perl libmail-sendmail-perl<br />
libqt3-mt libxalan110 libxerces27 module-assistant patch patchutils<br />
po-debconf virtualbox-ose-modules-2.6.22-14-generic virtualbox-ose-source<br />
The following NEW packages will be installed:<br />
debhelper dpatch dpkg-dev fakeroot gettext html2text intltool-debian<br />
kbuild libcompress-raw-zlib-perl libcompress-zlib-perl<br />
libio-compress-base-perl libio-compress-zlib-perl libmail-sendmail-perl<br />
libqt3-mt libxalan110 libxerces27 module-assistant patch patchutils<br />
po-debconf virtualbox-ose virtualbox-ose-modules-2.6.22-14-generic<br />
virtualbox-ose-source<br />
0 packages upgraded, <strong>23 newly installed</strong>, 0 to remove and 0 not upgraded.<br />
</code></p>
<p><code><br />
$ sudo apt-get install virtualbox-ose<br />
The following extra packages will be installed:<br />
libqt3-mt libxalan110 libxerces27 virtualbox-ose-modules-2.6.22-14-generic<br />
Suggested packages:<br />
libqt3-mt-psql libqt3-mt-mysql libqt3-mt-odbc xalan<br />
Recommended packages:<br />
virtualbox-ose-source<br />
The following NEW packages will be installed:<br />
libqt3-mt libxalan110 libxerces27 virtualbox-ose<br />
virtualbox-ose-modules-2.6.22-14-generic<br />
0 upgraded, <strong>5 newly installed</strong>, 0 to remove and 0 not upgraded.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/ubuntu-aptitude-giving-me-attitude/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

