<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4321&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Using Aptitude config options to keep your system clean.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4321</link>
		<description><![CDATA[The most recent posts in Using Aptitude config options to keep your system clean..]]></description>
		<lastBuildDate>Wed, 23 Jun 2021 11:42:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Using Aptitude config options to keep your system clean.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30392#p30392</link>
			<description><![CDATA[<p>As I recall from Aptitude&#039;s documentation you can only use &quot;true&quot; and &quot;false&quot;. However, it has been awhile since I have read the relevant documentation and therefore I might be wrong. (Sorry for the delay in my reply but I have been somewhat busy).</p>]]></description>
			<author><![CDATA[dummy@example.com (Excalibur)]]></author>
			<pubDate>Wed, 23 Jun 2021 11:42:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30392#p30392</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using Aptitude config options to keep your system clean.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30310#p30310</link>
			<description><![CDATA[<p>Thank you, and can one use &quot;1&quot; in place of &quot;true&quot;?</p>]]></description>
			<author><![CDATA[dummy@example.com (MLEvD)]]></author>
			<pubDate>Sat, 19 Jun 2021 10:31:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30310#p30310</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using Aptitude config options to keep your system clean.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29709#p29709</link>
			<description><![CDATA[<p>In answer to MLEvD&#039;s query:-</p><p>Aptitude::Autoclean-After-Update &quot;true&quot;; - this will remove downloaded packages after an update.</p><p>Aptitude::Clean-After-Install &quot;true&quot;; - ditto for when installing new packages.</p><p>Aptitude::Purged-Unused &quot;True&quot;; - this will remove unwanted packages and in particular package configuration files for packages that have been removed.</p><p>APT::AutoRemove::SuggestsImportant &quot;false&quot;; - this affects the APT package management in its entirety and no just Aptitude. A contrived example is needed: if package &#039;A&#039; installs package &#039;B&#039; as a Recommends then it could well set up a transitive relationship where package &#039;B&#039; is a Suggests for package &#039;C&#039;. Upon removal of package &#039;A&#039;, normally package &#039;B&#039; would also be removed as part of the dependency checking mechanism. However, Aptitude will detect that package &#039;B&#039; is a Suggests of package &#039;C&#039; and will not remove package &#039;B&#039;. This setting removes this restriction, so that Suggests will be removed. Suggests packages are not installed as a dependency, so it is safe to do this.</p><p>I hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (Excalibur)]]></author>
			<pubDate>Mon, 10 May 2021 13:15:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29709#p29709</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using Aptitude config options to keep your system clean.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29698#p29698</link>
			<description><![CDATA[<div class="quotebox"><cite>MLEvD wrote:</cite><blockquote><div><div class="quotebox"><cite>Excalibur wrote:</cite><blockquote><div><p>Aptitude::Autoclean-After-Update &quot;true&quot;;<br />Aptitude::Clean-After-Install &quot;true&quot;;<br />Aptitude::Purge-Unused &quot;true&quot;;<br />APT::AutoRemove::SuggestsImportant &quot;false&quot;;</p></div></blockquote></div><p>CAT::Please-Do-Not-The &quot;false&quot;;</p><p>OR</p><p>what do these do please?</p></div></blockquote></div><p>I dont use aptitude but the last once is explained here: <a href="https://askubuntu.com/questions/351085/how-to-remove-recommended-and-suggested-dependencies-of-uninstalled-packages" rel="nofollow">https://askubuntu.com/questions/351085/ … d-packages</a></p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Sun, 09 May 2021 11:12:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29698#p29698</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using Aptitude config options to keep your system clean.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29697#p29697</link>
			<description><![CDATA[<div class="quotebox"><cite>Excalibur wrote:</cite><blockquote><div><p>Aptitude::Autoclean-After-Update &quot;true&quot;;<br />Aptitude::Clean-After-Install &quot;true&quot;;<br />Aptitude::Purge-Unused &quot;true&quot;;<br />APT::AutoRemove::SuggestsImportant &quot;false&quot;;</p></div></blockquote></div><p>CAT::Please-Do-Not-The &quot;false&quot;;</p><p>OR</p><p>what do these do please?</p>]]></description>
			<author><![CDATA[dummy@example.com (MLEvD)]]></author>
			<pubDate>Sun, 09 May 2021 11:04:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29697#p29697</guid>
		</item>
		<item>
			<title><![CDATA[Using Aptitude config options to keep your system clean.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29692#p29692</link>
			<description><![CDATA[<p>If you use Aptitude as your package manager here are some configuration options you can place in your /etc/apt/apt.conf file to automatically keep your system free of unneeded packages and configuration files.</p><p>Aptitude::Autoclean-After-Update &quot;true&quot;;<br />Aptitude::Clean-After-Install &quot;true&quot;;<br />Aptitude::Purge-Unused &quot;true&quot;;<br />APT::AutoRemove::SuggestsImportant &quot;false&quot;;</p>]]></description>
			<author><![CDATA[dummy@example.com (Excalibur)]]></author>
			<pubDate>Sat, 08 May 2021 15:30:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29692#p29692</guid>
		</item>
	</channel>
</rss>
