<?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; aptitude</title>
	<atom:link href="http://foolswisdom.com/tag/aptitude/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>
		<item>
		<title>WARNING: The following packages cannot be authenticated!</title>
		<link>http://foolswisdom.com/warning-the-following-packages-cannot-be-authenticated/</link>
		<comments>http://foolswisdom.com/warning-the-following-packages-cannot-be-authenticated/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 22:51:15 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[aptitude]]></category>
		<category><![CDATA[Authenticated]]></category>
		<category><![CDATA[but]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[synaptic]]></category>
		<category><![CDATA[t42p]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/warning-the-following-packages-cannot-be-authenticated/</guid>
		<description><![CDATA[Today, when I tried to &#60;code&#62;aptitude install&#60;/code&#62; a package on Ubuntu the response was &#8220;WARNING: The following packages cannot be authenticated!&#8221; I received a similar warning when I tried to use Synaptic Package Manager. I checked and made sure that &#8230; <a href="http://foolswisdom.com/warning-the-following-packages-cannot-be-authenticated/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, when I tried to &lt;code&gt;aptitude install&lt;/code&gt; a package on Ubuntu the response was &#8220;WARNING: The following packages cannot be authenticated!&#8221;</p>
<p>I received a similar warning when I tried to use Synaptic Package Manager.</p>
<p>I checked and made sure that the software was trying to install from the official repository.</p>
<p>I&#8217;m not really sure of the cause, or when it started happening, but I have seemed to have fixed this by cleaning out most of the keys.</p>
<p><span id="more-608"></span>Searching the web, I found out about SecureApt,  apt-key, but didn&#8217;t really find myself closing to a solution until I looked at the contents of /etc/apt/trusted.gpg .</p>
<p>In Software Sources (System &gt; Administration &gt;) I found a long list of &#8220;trusted software providers&#8221; including what looked like some duplicated.</p>
<p>I noted what they were and removed them all except the first one, 437D05B5 2004-09-12 Ubuntu Archive Automatic Signing Key &lt;ftpmaster@ubuntu.com&gt;  and closed the application.</p>
<p>It was then working. It seems that I could have likely removed them all and then &lt;code&gt;sudo aptitude reinstall ubuntu-keyring&lt;/code&gt;.</p>
<p>After I added back the keys for  <a href="http://www.google.com/linuxrepositories/ubuntu704.html">Google Linux Software</a> and <a href="http://www.winehq.org/site/download-deb">Wine</a> for <a href="http://www.tatanka.com.br/ies4linux/page/Installation:Ubuntu">IEs4Linux</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/warning-the-following-packages-cannot-be-authenticated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

