<?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>Debian Tutorials &#187; apt</title>
	<atom:link href="http://www.debiantutorials.com/tag/apt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debiantutorials.com</link>
	<description>Copy/Paste tutorials for Debian based Linux distros</description>
	<lastBuildDate>Tue, 27 Dec 2011 01:15:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Using Debian Volatile to keep your packages updated</title>
		<link>http://www.debiantutorials.com/using-debian-volatile-to-keep-your-packages-updated/</link>
		<comments>http://www.debiantutorials.com/using-debian-volatile-to-keep-your-packages-updated/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 13:13:29 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[volatile]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.net/?p=96</guid>
		<description><![CDATA[Some packages aim at fast moving targets, such as spam filtering and virus scanning, and even when using updated data patterns, they do not really work for the full time of a stable release. The main goal of volatile is allowing system administrators to update their systems in a nice, consistent way, without getting the [...]]]></description>
			<content:encoded><![CDATA[<p>Some packages aim at fast moving targets, such as spam filtering and virus scanning, and even when using updated data patterns, they do not really work for the full time of a stable release. The main goal of volatile is allowing system administrators to update their systems in a nice, consistent way, without getting the drawbacks of using unstable, even without getting the drawbacks for the selected packages. So debian-volatile will only contain changes to stable programs that are necessary to keep them functional.<span id="more-96"></span></p>
<p>1. Add volatile archive to apt sources (pico /etc/apt/sources.list)</p>
<p>Etch:<br />
<code>deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free<br />
</code></p>
<p>Lenny:<br />
<code>deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free<br />
</code></p>
<p><em>Note. Only add one of the line depending on your Debian version.</em></p>
<p>2. Update apt repository</p>
<p><code>apt-get update<br />
</code></p>
<p>3. Upgrade you packages</p>
<p><code>apt-get dist-upgrade<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/using-debian-volatile-to-keep-your-packages-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APT tips and tricks</title>
		<link>http://www.debiantutorials.com/apt-tips-and-tricks/</link>
		<comments>http://www.debiantutorials.com/apt-tips-and-tricks/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 15:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[lenny]]></category>

		<guid isPermaLink="false">http://debiantutorials.net/apt-tips-and-tricks/</guid>
		<description><![CDATA[Search installed packages: apt-cache search package Get details about a specific installed package: apt-cache show package Install new package (Note that you can install several packages at a time by seperating the package name by a single space): apt-get install package1 package2 Remove a package apt-get remove package When you are removing the package some [...]]]></description>
			<content:encoded><![CDATA[<p>Search installed packages:</p>
<p><code>apt-cache search package<br />
</code></p>
<p>Get details about a specific installed package:</p>
<p><code>apt-cache show package<br />
</code><span id="more-11"></span></p>
<p>Install new package (Note that you can install several packages at a time by seperating the package name by a single space):</p>
<p><code>apt-get install package1 package2<br />
</code></p>
<p>Remove a package</p>
<p><code>apt-get remove package<br />
</code></p>
<p>When you are removing the package some configuration files a left at the system but you can completely remove the package and config by using the following parameter:</p>
<p><code>apt-get remove package --purge<br />
</code></p>
<p>You can use the apt tool to update installed packages on the system by running the following commands:</p>
<p><code>apt-get update<br />
apt-get upgrade<br />
</code></p>
<p>You can also update the system using these commands. apt-get upgrade is used to install the newest versions of all packages currently installed on the system but apt-get dist-upgrade, in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages.</p>
<p><code>apt-get update<br />
apt-get dist-upgrade<br />
</code></p>
<p>the upgrade command does the trick but you should run the update command before to receive latest packages and updates.</p>
<p>If installation of a package fails you may resolve the problems by running this command:</p>
<p><code>apt-get -f install<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/apt-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
