<?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>Query7 &#187; linux</title>
	<atom:link href="http://query7.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://query7.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 09 Apr 2010 09:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Web Development Tools on Linux</title>
		<link>http://query7.com/web-development-tools-on-linux</link>
		<comments>http://query7.com/web-development-tools-on-linux#comments</comments>
		<pubDate>Sat, 02 May 2009 23:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://query7.com/?p=443</guid>
		<description><![CDATA[<p>While there are numerous posts and tutorials detailing web development tools for Windows and Mac operating systems scattered throughout the internet, there are very little for Linux. I&#8217;ll show and describe the tools I use to code PHP, Python, Javascript,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>While there are numerous posts and tutorials detailing web development tools for Windows and Mac operating systems scattered throughout the internet, there are very little for Linux. I&#8217;ll show and describe the tools I use to code PHP, Python, Javascript, HTML and CSS on a Linux platform (Ubuntu 8.10). None of these tools are distro specific.</p>
<h3>Netbeans</h3>
<p>Netbeans is a full featured IDE written in Java by Sun. Some people prefer Eclipse and Eclipse based IDEs (Aptana) but I find them slow and laggy on my system. The current Netbeans version in the Ubuntu repositories is 6.1, whlie this is good for Java and C++ developement, PHP support wasn&#8217;t included until 6.5.X. You can download the PHP package <a href="http://www.netbeans.org/downloads/index.html">here</a> &#8211; 26mb. Netbeans comes with standard project support, code completion, syntax highlighting and searching. What sets Netbeans apart from the rest is that it has on the fly PHP debugging (that works!). It also has version control support out of the box and in general it&#8217;s very quick.</p>
<p><img class="alignnone size-full wp-image-451" title="screenshot_0011" src="http://query7.com/wp-content/uploads/2009/04/screenshot_0011.png" alt="screenshot_0011" width="647" height="398" /></p>
<h3>Gedit</h3>
<p>Gedit is the default text editor for GNOME, if you use GNOME, chances are it is already installed. If not you can find it by the package name gedit in your distro&#8217;s repository. The KDE equivalent is Kate. By itself it is just a text editor, but with a few plugins you can turn it into a mini IDE. You can view all of the available plugins <a href="http://live.gnome.org/Gedit/Plugins">here</a> they range from version control to a lorem ipsum generator. I recommend you install the following:</p>
<ul>
<li><a href="http://my.opera.com/area42/blog/gedit-browser-preview-plugin">Browser preview</a> &#8211; Firefox, Opera, Internet Explorer (done through ies4linux)</li>
<li><a href="http://live.gnome.org/Gedit/Plugins/BetterPythonConsole">Python Console</a> &#8211; Supports PyGTK, PyQT and Tkinter. Think of an in-editor IDLE</li>
<li>File Browser &#8211; Gives a pane to view files. Comes with Gedit out of the box.</li>
<li>Code Snippets &#8211; Allows you to type a few characters and expand them to full code snippets. Comes with Gedit out of the box.</li>
</ul>
<p><img class="alignnone size-full wp-image-453" title="gedit" src="http://query7.com/wp-content/uploads/2009/04/gedit.png" alt="gedit" width="650" height="479" /></p>
<h3>Heidi SQL</h3>
<p>The choice of SQL editor largely depends upon the person as there are many with similar features. I prefer HeidiSQL. Although there are no native builds of HeidiSQL for Linux, it runs perfectly under WINE. I find it easier to use than phpmyadmin as content loads seamlessly and you can be connected to several different servers simultaneously.</p>
<p><img class="alignnone size-full wp-image-457" title="screenshot_0021" src="http://query7.com/wp-content/uploads/2009/04/screenshot_0021.png" alt="screenshot_0021" width="600" height="570" /></p>
<h3>Firefox</h3>
<p>Although Firefox is primarily a web browser, there have been many creative addons released that add extra functionality to it. I won&#8217;t cover Firebug as there are many articles and tutorials out there but I will bring your attention to  <a href="http://www.evolus.vn/Pencil/">Pencil</a>. Pencil allows you to prototype user interfaces. It includes Microsoft Windows and GTK+ widgets that you can drag and drop onto a palette. Although it doesn&#8217;t actually generate an XML file like the Glade Interface Designer does, it allows for rapid prototyping for both desktop and web. As it&#8217;s a firefox addon it&#8217;s cross platform, so you can share interfaces you make with colleagues.</p>
<p><img class="alignnone size-full wp-image-460" title="screenshot_003" src="http://query7.com/wp-content/uploads/2009/04/screenshot_003.png" alt="screenshot_003" width="600" height="456" /></p>
<h3>Filezilla</h3>
<p><a href="http://filezilla-project.org/">Filezilla</a> is an open source cross-platform FTP client. It has an easy to use five pane interface. Two for local directories and files, two for remote directories and files and one for the status of transferring files. Filezilla can also connect through proxies or sFTP. One of my favourite features of Filezilla is that you can edit remote files on the fly. Just right click on the file and choose the <em>edit</em> option and it will download the contents and open it in your specified editor. When you save the file it will automatically re-upload itself to the server.</p>
<p><img class="alignnone size-full wp-image-467" title="screenshot_008" src="http://query7.com/wp-content/uploads/2009/05/screenshot_008.png" alt="screenshot_008" width="600" height="438" /></p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/web-development-tools-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 9 Package Management</title>
		<link>http://query7.com/fedora-9-package-management</link>
		<comments>http://query7.com/fedora-9-package-management#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=62</guid>
		<description><![CDATA[<p>Fedora 9 includes the new package manager called Package Kit. It aims to be the package manager for your system, as it can install apts, slackware packages,rpms and many other file formats. I booted into it and noticed 2 things.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Fedora 9 includes the new package manager called Package Kit. It aims to be the package manager for your system, as it can install apts, slackware packages,rpms and many other file formats. I booted into it and noticed 2 things.</p>
<ul>
<li> The first, its incredibly slow &#8211; It took along time to download the updates i needed (Slower than downloading a normal file that size from the server) and it took along time to generate the meta data of plugins list.</li>
<li>The second is that (in my opnion) the User Interface is horrible. Its hard to navigate to select the packages you want, When you select a package it takes a few more clicks to even see the dependencies it requires, whereas adept and synaptic show you right away.</li>
</ul>
<p>I tried it, i can honestly say i gave it a good go, but its not for me. Since im new to the rpm system, i searched around for alternatives, i found one called Yum Extender (Yumex).  Its easy to install, just <em>yum install yumex</em> or download it from the websit.</p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/fedora-9-package-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP(Webserver) On Linux</title>
		<link>http://query7.com/xampp-webserver-on-linux</link>
		<comments>http://query7.com/xampp-webserver-on-linux#comments</comments>
		<pubDate>Fri, 08 Aug 2008 04:07:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=102</guid>
		<description><![CDATA[<p>I recently erased Fedora 9 from my hard drive, and installed Linux Mint. Im enjoying it so far but it didn&#8217;t come with a webserver. Heres a little tutorial on how to install XAMPP and get it up and running.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I recently erased Fedora 9 from my hard drive, and installed Linux Mint. Im enjoying it so far but it didn&#8217;t come with a webserver. Heres a little tutorial on how to install XAMPP and get it up and running.</p>
<p>First of all, <a href="http://sourceforge.net/project/showfiles.php?group_id=61776&amp;package_id=60248">download XAMPP</a> from sourceforge. As of writing this, the latest version is 1.6.7 so ill be referencing to that in the tutorial. Save it to your <em>/home/$USER/</em> directory.</p>
<p>Extract the archive to your /opt/ directory.</p>
<blockquote><p><em>sudo tar xvfz xampp-linux-1.6.7.tar.gz -C /opt</em></p></blockquote>
<p>Now its installed <img src='http://query7.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To start it:</p>
<blockquote><p>sudo /opt/lampp/lampp start</p></blockquote>
<p>To stop it:</p>
<blockquote><p>sudo /opt/lampp/lampp start</p></blockquote>
<p>To launch the panel/manager:</p>
<blockquote><p>sudo /opt/lampp/lampp panel</p></blockquote>
<p>You can test if its on by going to <em>http://localhost</em></p>
<p>To add files to the server, you would need to put them in <em>/opt/lampp/htdocs/</em> but since that directory is owned by root, your user doesn&#8217;t have neccesary privilages. The easiest way to &#8220;get around&#8221; this is to set up a symlink folder in your home directory. You may be familiar with public_html or www directories on your webhosting, we are basically setting the same thing up here.</p>
<p>First we want to set up the directory we are going to link to in htdocs. So..</p>
<blockquote><p><em>sudo mkdir /opt/lampp/htdocs/homefiles/</em></p></blockquote>
<p>Then make the equivilant directory in our home directory.</p>
<blockquote><p><em>mkdir ~/public_html/</em></p></blockquote>
<p>And finally link them together.</p>
<blockquote><p><em>sudo ln -S ~/public_html/ /opt/lampp/htdocs/homefiles/</em></p></blockquote>
<p>So now we can put PHP files/whatnot into our ~/public_html/ folder and they will show up in <em>localhost/homefiles/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/xampp-webserver-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox Linux Client (Video)</title>
		<link>http://query7.com/dropbox-linux-client-video</link>
		<comments>http://query7.com/dropbox-linux-client-video#comments</comments>
		<pubDate>Mon, 14 Jul 2008 05:38:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[videotutorial]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=71</guid>
		<description><![CDATA[<p>A little screencast i made just showing the linux dropbox client off.</p>
<p></p>
]]></description>
			<content:encoded><![CDATA[<p>A little screencast i made just showing the linux dropbox client off.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/xk6aClhKhFE&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/xk6aClhKhFE&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/dropbox-linux-client-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screencasting In Linux</title>
		<link>http://query7.com/screencasting-in-linux</link>
		<comments>http://query7.com/screencasting-in-linux#comments</comments>
		<pubDate>Sun, 13 Jul 2008 05:07:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=67</guid>
		<description><![CDATA[<p>Ive recorded another video tutorial, this time on Fedora 9, showing how you can make your own screencasts/video tutorials on linux. I tell you how to (sorta) get your microphone working and use the <a href="http://recordmydesktop.sourceforge.net/about.php">recordmydesktop</a> program.</p>
<p></p>
]]></description>
			<content:encoded><![CDATA[<p>Ive recorded another video tutorial, this time on Fedora 9, showing how you can make your own screencasts/video tutorials on linux. I tell you how to (sorta) get your microphone working and use the <a href="http://recordmydesktop.sourceforge.net/about.php">recordmydesktop</a> program.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/hbNEUEkj66I&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/hbNEUEkj66I&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/screencasting-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox on Fedora. Believe it</title>
		<link>http://query7.com/dropbox-on-fedora-believe-it</link>
		<comments>http://query7.com/dropbox-on-fedora-believe-it#comments</comments>
		<pubDate>Fri, 04 Jul 2008 18:05:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dropbox]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=64</guid>
		<description><![CDATA[<p>I was lucky enough to get chosen to be one of the 25 alpha testers for the linux dropbox client. We were given the choice to download a precomiled .deb, or the source code. Since i use Fedora, i opted&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I was lucky enough to get chosen to be one of the 25 alpha testers for the linux dropbox client. We were given the choice to download a precomiled .deb, or the source code. Since i use Fedora, i opted for the source code. I attempted to compile it and then i came across some dependency issues.There were 2-3 packages that i needed to find work arounds for, they weren&#8217;t in the default repositories and for one (i think) there wasn&#8217;t a package for it so i needed to compile it.</p>
<p>I eventually was able to compile it without any errors. It did need a system restart to take effect, but low and behold.</p>
<p><img class="alignnone" src="http://Dropbox on Fedora" alt="" /><a href="http://www.query7.com/wp-content/uploads/2008/07/dropboxfedora9nautilus.png"><img class="alignnone size-medium wp-image-65" title="dropboxfedora9nautilus" src="http://www.query7.com/wp-content/uploads/2008/07/dropboxfedora9nautilus-300x234.png" alt="" width="595" height="464" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/dropbox-on-fedora-believe-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 9 , First thoughts</title>
		<link>http://query7.com/fedora-9-first-thoughts</link>
		<comments>http://query7.com/fedora-9-first-thoughts#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=60</guid>
		<description><![CDATA[<p>I was getting some problems with the latest Ubuntu release (ext3 didn&#8217;t agree with ubuntu) so i decided to try another distro. Ive always been an <em>apt-get</em> man so i wanted to try something different. I downoloaded the Fedora 9&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I was getting some problems with the latest Ubuntu release (ext3 didn&#8217;t agree with ubuntu) so i decided to try another distro. Ive always been an <em>apt-get</em> man so i wanted to try something different. I downoloaded the Fedora 9 DVD and popped it in the drive.</p>
<p>I couldn&#8217;t use the GUI installer as there was some conflict with my monitor, so i need to use the text based installer. Its no big hassle for me, ive used the text base installer on slackware and other distros. The anaconda installer is great, i selected the programs i wanted to install and install. All up the install only took around 20-25 minutes &#8211; very speedy considering i installed gnome, xfce, servers, dev tools and a number of other things. Once the installation had finished i rebooted.</p>
<p>Straight away i noticed that i didn&#8217;t have an X server. When you run Fedora for the first time, im pretty sure theres a little dialog that lets you make accounts etc.. unfortunately there was no text option for me and i got left with a command prompt. I was forced to login as root. I tried <em>startx</em> and it worked! I was in the GNOME desktop, i quickly made myself a normal user account and restarted the computer. Unfortunately the Desktop Manager/GUI Login screen didn&#8217;t start so i was at the command prompt again, however i could still <em>startx</em> .</p>
<p><a href="http://www.query7.com/wp-content/uploads/2008/06/desktop.png"><img class="alignnone size-medium wp-image-61" title="fedora9desktop" src="http://www.query7.com/wp-content/uploads/2008/06/desktop-300x240.png" alt="" width="300" height="240" /></a></p>
<p>UPDATE: I decided to reinstall Fedora (2 Hours after i initially installed it. I got Anaconda to run graphically, i added the boot parameter <em>resolution=1024&#215;768</em> and it worked! The installation went smoothly, the boot screen was working and i added my user the proper way. X works straight off now, im very pleased <img src='http://query7.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/fedora-9-first-thoughts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 LTS Released</title>
		<link>http://query7.com/ubuntu-804-lts-released</link>
		<comments>http://query7.com/ubuntu-804-lts-released#comments</comments>
		<pubDate>Mon, 21 Apr 2008 23:58:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=25</guid>
		<description><![CDATA[<p><a href="http://www.query7.com/wp-content/uploads/2008/04/ubuntusign.jpg"><img class="alignnone size-medium wp-image-26" title="ubuntusign" src="http://www.query7.com/wp-content/uploads/2008/04/ubuntusign-300x225.jpg" alt="" width="346" height="225" /></a></p>
<p>The 8th version of Ubuntu has now been released! Notable inclusions are..</p>
<ul>
<li>Linux Kernel 2.6.24</li>
<li>Xorg 7.3 (Latest)</li>
<li>GNOME 2.22</li>
<li>Firefox 3 Beta 5</li>
</ul>
<p>Its interesting to see that they&#8217;ve given some</p>
<p>of their older applications an&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.query7.com/wp-content/uploads/2008/04/ubuntusign.jpg"><img class="alignnone size-medium wp-image-26" title="ubuntusign" src="http://www.query7.com/wp-content/uploads/2008/04/ubuntusign-300x225.jpg" alt="" width="346" height="225" /></a></p>
<p>The 8th version of Ubuntu has now been released! Notable inclusions are..</p>
<ul>
<li>Linux Kernel 2.6.24</li>
<li>Xorg 7.3 (Latest)</li>
<li>GNOME 2.22</li>
<li>Firefox 3 Beta 5</li>
</ul>
<p>Its interesting to see that they&#8217;ve given some</p>
<p>of their older applications an overhaul. It now includes the <em>Brasero </em>CD burning utility which replaces <em>Serpentine</em>. They&#8217;ve also included the GTK front-end bit-torrent client <em>Transmission</em> and added a new VNC viewer called <em>Vinagre</em>. If you put the burnt ISO disk into a Windows machine, you can install Ubuntu via Windows! I thought this was a cool little feature.</p>
<p>Ive been following Ubuntu for a few years now, i started Using Hoary right through to Fiesty. After that Ubuntu wasn&#8217;t right for me. It felt pretty bloated, trying to do things for you, and now im happily running Zenwalk 5.0 which is based off Slackware. I&#8217;m interested to here what you think, of Ubuntu and the new release.</p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/ubuntu-804-lts-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Package Management Using apt-get</title>
		<link>http://query7.com/debian-package-management-using-apt-get</link>
		<comments>http://query7.com/debian-package-management-using-apt-get#comments</comments>
		<pubDate>Mon, 21 Apr 2008 00:34:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.query7.com/?p=16</guid>
		<description><![CDATA[<p>Heres a tutorial on how to use the apt-get package management system in Debian and its derivitives such as Ubuntu and Knoppix. I will cover command line use of apt-get, the aptitude program and the Synaptic Package Manager. I wrote&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Heres a tutorial on how to use the apt-get package management system in Debian and its derivitives such as Ubuntu and Knoppix. I will cover command line use of apt-get, the aptitude program and the Synaptic Package Manager. I wrote all of this myself, feel free to link to here but do not copy and paste it.</p>
<p>Debian uses apt-get package management. It looks at a series of defined repositories (servers) for the package(s) you want and will download them if they are there. The repositories are defined in the file</p>
<p><em>/etc/apt/sources.list</em></p>
<p>You can edit that file directly (make sure you have root) or use frontends like the Synaptic Package Manager or Software Sources (Menu item) in the distro.</p>
<p><strong>Command Line Usage</strong></p>
<p>To install a package you need to use the apt-get install command. For example to install the IRC program XChat you would type into the console.</p>
<p><em>sudo apt-get  install xchat</em></p>
<p>It would prompt you for your root password and then list information about the package and would double check you still want to download and install it.</p>
<p>To remove a package you would use the apt-get remove command. This will remove the package files but will keep the configuration files incase you install the same application at a later date. If you wanted to remove XChat you would type into the console.</p>
<p><em>sudo apt-get remove xchat</em></p>
<p>To completely remove a package and leave no trace of it you would use the apt-get &#8211;purge remove command. If you wanted to completely remove XChat you would type into the console.</p>
<p><em>sudo apt-get &#8211;purge remove xchat</em></p>
<p>To upgrade packages on your system you would use the apt-get -u upgrade command. This would update all your packages but before updating them, would list them for you to see. If you wanted to update packages on your system you would type into the console.</p>
<p><em>sudo apt-get -u </em></p>
<p>To do a complete distro upgrade (Eg upgrade from Ubuntu Fiesty Fawn to Ubuntu Gutsy Gibbon then you would use the apt-get -u dist-upgrade command. Its considered to be good practice in reinstalling your system when a new release comes out or only dist-upgrade once or twice. It can lead to breaks in the OS and sluggishness. If you wanted to dist-upgrade your system you would type into the console.</p>
<p><em>sudo apt-get -u dist-upgrade</em></p>
<p>Again, it would show you what packages you would be upgrading before actually starting.</p>
<p><strong>Aptitude</strong></p>
<p>aptitude is a Command Line/Basic GUI tool for installing packages using apt-get. If your still not comfortable with full command line usage but the Synaptic Package Manager takes up too much system resources on your system then aptitude might be right for you. You can start it with the command</p>
<p><em>sudo aptitude</em></p>
<p>It launches a basic GUI in the console in which you can browse packages by category and search for them.</p>
<p>Once you have found the package you want to install, you can confirm it and it will download and install it.</p>
<p><strong>Synaptic Package Manager</strong></p>
<p>The Synaptic Package Manager is one of the most widely used applications in Debian based systems. Its got a friendly and easy to navigate GUI. Like aptitude its really just an apt-get frontend but new users seem to like it.</p>
<p>Although it may seem basic, it provides updating, installing, removing, purging, searching and an editor for /etc/apt/sources.list all in one.</p>
]]></content:encoded>
			<wfw:commentRss>http://query7.com/debian-package-management-using-apt-get/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
