<?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>Open source blog, linux, php, python, security &#187; apt-get</title>
	<atom:link href="http://www.alonon.net/tag/apt-get/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 07:23:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://0.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab.png?s=48</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>apt-get commands cheat sheet</title>
		<link>http://www.alonon.net/apt-get-commands-cheat-sheet/</link>
		<comments>http://www.alonon.net/apt-get-commands-cheat-sheet/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:47:48 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=210</guid>
		<description><![CDATA[some apt-get commands Here is quick cheat sheet you will find handy while using apt-get at shell prompt: Syntax Description Example(s) apt-get install {package} Install the new package. If package is installed then try to upgrade to latest version apt-get install zipapt-get install lsof samba mysql-client apt-get remove {package} Remove/Delete an installed package except configuration &#8230; <a href="http://www.alonon.net/apt-get-commands-cheat-sheet/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>some apt-get commands</p>
<p>Here is quick cheat sheet you will find handy while using apt-get at shell prompt:</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#60834A" width="100%" >
<tr align=center>
<td width="33%" bgcolor="#E7EFE7"><b>Syntax</b></td>
<td width="33%" bgcolor="#E7EFE7"><b>Description</b></td>
<td width="34%" bgcolor="#E7EFE7"><b>Example(s)</b></td>
</tr>
<tr>
<td width="33%">apt-get install {package}</td>
<td width="33%">Install the new package. If package is installed then try to upgrade to latest version</td>
<td width="34%">apt-get install zip<br />apt-get install lsof samba mysql-client</td>
</tr>
<tr>
<td width="33%">apt-get remove {package}</td>
<td width="33%">Remove/Delete an installed package except configuration files</td>
<td width="34%">apt-get remove zip</td>
</tr>
<tr>
<td width="33%">apt-get &#8211;purge remove {package}</td>
<td width="33%">Remove/Delete everything including configuration files</td>
<td width="34%">apt-get &#8211;purge remove mysql-server</td>
</tr>
<tr>
<td width="33%">apt-get update<br />apt-get upgrade</td>
<td width="33%">Resynchronize the package index files and Upgrade the Debian Linux system including security update (Internet access required)</td>
<td width="34%">apt-get update<br />apt-get upgrade</td>
</tr>
<tr>
<td width="33%">apt-get update<br />apt-get dist-upgrade</td>
<td width="33%">
Usually use to upgrade to Debian distribution. For example Woody to Sarge upgrade. &#8216;dist-upgrade&#8217; in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages; apt-get has a &#8220;smart&#8221; conflict resolution system, and  it  will  attempt  to  upgrade  the  most  important  packages  at the expense of less important ones if necessary.
</td>
<td width="34%">apt-get update<br />apt-get dist-upgrade</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/apt-get-commands-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

