<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; apt</title> <atom:link href="http://www.ghacks.net/tag/apt/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Adding missing PPA keys to an apt keyring</title><link>http://www.ghacks.net/2011/03/31/adding-missing-ppa-keys-to-an-apt-keyring/</link> <comments>http://www.ghacks.net/2011/03/31/adding-missing-ppa-keys-to-an-apt-keyring/#comments</comments> <pubDate>Thu, 31 Mar 2011 21:40:14 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[apt key]]></category> <category><![CDATA[package manager]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=43350</guid> <description><![CDATA[If you are a user of a Linux distribution that takes advantage of Launchpad&#8217;s Personal Package Archive, then you know how easy that tool can be for adding those hard to find applications pre-packaged for your system. Once you get used to PPAs, it&#8217;s fairly easy to depend upon those repositories. But there is sometimes [...]]]></description> <content:encoded><![CDATA[<p>If you are a user of a Linux distribution that takes advantage of Launchpad&#8217;s Personal Package Archive, then you know how easy that tool can be for adding those hard to find applications pre-packaged for your system. Once you get used to PPAs, it&#8217;s fairly easy to depend upon those repositories. But there is sometimes a, seemingly, insurmountable issue with those PPAs &#8211; keys. If the key for a particular PPA isn&#8217;t given to you, you can&#8217;t use the software &#8212; not until the key is added to your keyring.</p><p>But how do you add the key when you never received it? Believe it or not, there is a simple solution for that task.</p><p><span
id="more-43350"></span>I&#8217;m going to assume you have the PPA added to to your /etc/apt/sources.list file (or added them with the command <code>sudo add-apt-repository ppa:chromium-daily</code>.). After the PPA has been added, the next step before the installation of the software, is to run the command <code>sudo apt-get update</code>. If the key hasn&#8217;t been added an error will be displayed indicated the key is missing. When that error pops up, that particular PPA can not be used. The error will look like:</p><p><code>GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2524246B1CC723DB</code></p><p>The clue here is the last string of characters, which is the public key. In order to add the key for this particular PPA (or repository), issue the command:</p><p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEY_ID</code></p><p>Where KEY_ID is the last string of characters in the error (in this case 2524246B1CC723DB).</p><p>When the above command is issued, the following output will be displayed:</p><p><code>Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 2524246B1CC723DBgpg: requesting key 1CC723DB from hkp server keyserver.ubuntu.comgpg: key 1CC723DB: public key "Launchpad PPA for Chris Coulson" importedgpg: </code></p><p><code>Total number processed: 1gpg: imported: 1  (RSA: 1)</code></p><p>The important part of the above output is the final line, indicated that 1 of 1 key was processed. That PPA (or repository) can now be used.</p><p><strong>Finding repos and PPA</strong></p><p>There are plenty of repositories and PPAs out there. One very good place to start (other than Google) is <a
title="Launchpad" href="https://launchpad.net/ubuntu/+ppas">Launchpad</a>. When you go to launchpad you can search under Registered PPAs, Published sources, Active PPAs, and Published binaries. This site also breaks down PPAs according to release, which includes 6.06 to 11.04. Of course this is a Ubuntu-only site, so those repositories will only work for Ubuntu and distributions based on Ubuntu.</p><p><strong>GUI</strong></p><p>There is a GUI called gui-apt-key. You can find that in Synaptic (search for &#8220;gui-apt-key&#8221;,  mark it for installation, and click Apply to install.) This tool basically allows you to take the key ID, enter it in a small text area, and push the Add button in order to add a key to your keyring. If you prefer a GUI tool, it&#8217;s a good route to go. Personally, I prefer using the command line, as it is more reliable and more flexible.</p><p><strong>Final thoughts</strong></p><p>Sometimes those apt errors can be a real pain. But when the error is a missing key, there is always a quick solution for adding that key.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/03/31/adding-missing-ppa-keys-to-an-apt-keyring/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Update KDE to 4.5 and experience true improvement</title><link>http://www.ghacks.net/2010/08/15/update-kde-to-4-5-and-experience-true-improvement/</link> <comments>http://www.ghacks.net/2010/08/15/update-kde-to-4-5-and-experience-true-improvement/#comments</comments> <pubDate>Sun, 15 Aug 2010 14:26:26 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[KPackageKit]]></category> <category><![CDATA[linux desktop]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[yum]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=33044</guid> <description><![CDATA[For the longest time I have shrugged off KDE 4 because of poor performance. But since 4.4 I have noticed a rather vast leap of the improvement chasm. Now, 4.5 is out and the leap went lunar! That&#8217;s right, KDE has finally reached a level of usability and performance that rivals any of its competition [...]]]></description> <content:encoded><![CDATA[<p>For the longest time I have shrugged off KDE 4 because of poor performance. But since 4.4 I have noticed a rather vast leap of the improvement chasm. Now, 4.5 is out and the leap went lunar! That&#8217;s right, KDE has finally reached a level of usability and performance that rivals any of its competition (so long as its competition isn&#8217;t one of the very light weight window managers, but that&#8217;s comparing apples to chocolate chip cookies). For all of those who want to experience this amazing improvement, but don&#8217;t want to have to wait until your distribution of choice releases with KDE 4.5 in all its glory, fear not&#8230;there is a way.</p><p>In this article I am going to show you how to upgrade both Fedora and Ubuntu so that your KDE becomes as snappy and reliable as it was back in the good ol&#8217; days of 3.5.</p><p><span
id="more-33044"></span><strong>Before we begin</strong></p><p>You will want to make sure that your distribution is fully up to date. So use either your Update Manager or run an update from the command line. Once you have done this you are ready to go.</p><p><strong>Adding the repositories</strong></p><p>As I said, I am going to be showing you how to do this in both Fedora and Ubuntu. This means we&#8217;ll be dealing with apt and yum repositories. The first thing you have to do, in order to make your package manager aware of the new KDE updates, is to edit your repositories. Let&#8217;s first do this in Fedora.</p><p>For Fedora you will create a new repo file in <strong>/etc/yum.repos.d</strong>. We&#8217;ll call this file <strong>kde.repo</strong>. The contents of this file will be:</p><p><code># kde.repo, v2.1</code></p><p><code>[kde]<br
/> name=kde<br
/> mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/mirrors-stable<br
/> gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY<br
/> #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-kde-redhat<br
/> enabled=1</code></p><p><code>[kde-testing]<br
/> name=kde-testing<br
/> mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/mirrors-testing<br
/> gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY<br
/> #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-kde-redhat<br
/> enabled=1</code></p><p><code>[kde-unstable]<br
/> name=kde-unstable<br
/> mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/mirrors-unstable<br
/> gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY<br
/> #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-kde-redhat<br
/> enabled=1</code></p><p>Now, the Ubuntu version is a bit different. Open up a terminal window and issue the command:</p><p><code>sudo add-apt-repository ppa:kubuntu-ppa/beta &amp;&amp; sudo apt-get update</code></p><p>With the repositories in place you are almost ready to begin. But first you have an extra step in Fedora.</p><p><strong>Enabling the repositories</strong></p><div
id="attachment_33054" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/fedora_include_repositories.png"><img
class="size-medium wp-image-33054 " src="http://www.ghacks.net/wp-content/uploads/2010/08/fedora_include_repositories-500x426.png" alt="" width="300" height="256" /></a><p
class="wp-caption-text">Figure 1</p></div><p>In Fedora you need to fist make sure you have the repositories enabled before the system will be aware there is an update. To do this click on the start button and then enter &#8220;kpackage&#8221; in the search string. KPackageKit will pop up. Click on that entry to start up the tool you need.</p><p>Within this tool you will want to click on the Settings &#8220;tab&#8221; (see Figure 1) and then scroll down until you see KDE Testing and KDE Unstable. Check both of those and click Apply. Once you have done that you are ready to check for updates. To do this click on the Software Updates &#8220;tab&#8221;. You should see numerous updates available, all pertaining to KDE 4.5. You are ready to update.</p><p><strong>Updating</strong></p><p>You are already in the location you need to be in for Fedora. Click the Select All Updates button in KPackageKit and then click Apply. The update process should now begin.</p><p>If you are updating KDE in Ubuntu, from the terminal window, issue the command:</p><p><code>sudo apt-get dist-upgrade</code></p><p>If, however, you are installing KDE for the first time, issue the command:</p><p><code>sudo apt-get install kubuntu-desktop &amp;&amp; sudo apt-get dist-upgrade</code></p><p><strong>Completing the upgrade</strong></p><p>Once your upgrade (or install) is complete all you need to do is log out and log back in. You can open up the Dolphin file manager and click <strong>Help &gt; About KDE</strong> to see that, in fact, you are now running KDE 4.5. Enjoy the experience!</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/15/update-kde-to-4-5-and-experience-true-improvement/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Installing applications in Linux with a double click</title><link>http://www.ghacks.net/2010/07/14/installing-applications-in-linux-with-a-double-click/</link> <comments>http://www.ghacks.net/2010/07/14/installing-applications-in-linux-with-a-double-click/#comments</comments> <pubDate>Wed, 14 Jul 2010 11:21:13 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[application installation]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[deb]]></category> <category><![CDATA[dpkg]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[rpm]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28235</guid> <description><![CDATA[For many, the biggest barrier to adopting Linux is the challenge of having to use the command line for too many tasks. One of these tasks, it is though, is the installation of applications. While everyone has seen this is not true of any application installed via the Add/Remove Software utility (which nearly every distribution [...]]]></description> <content:encoded><![CDATA[<p>For many, the biggest barrier to adopting Linux is the challenge of having to use the command line for too many tasks. One of these tasks, it is though, is the installation of applications. While everyone has seen this is not true of any application installed via the Add/Remove Software utility (which nearly every distribution has), it&#8217;s not often seen for applications that are downloaded from the web.</p><p>We all know how simple it is to install downloaded applications on the Windows platform. What would you say if I told you it was just as easy to install a downloaded application on the Linux platform? And not just on Ubuntu&#8230;but on other Linux distributions. Would you be surprised? Would you be in disbelief? Well, for those disbelievers I have the proof for you today. In this article I will show you how to install downloaded applications, in Linux, with a double click.</p><p><span
id="more-28235"></span><strong>What this applies to</strong></p><p>Before you think this is going to show you how to install an application from source with a double click, think again. This will only apply to the packages created for a systems package manager. What that means is you can install .deb files in an apt-based (or dpkg-based) system (such as Ubuntu) or .rpm files in an RPM-based system (such as Fedora). If you are wanting to install from source, you will have to employ the command line tool. For the rest&#8230;you are just a double click away from installation goodness.</p><p><strong>The dependency issue</strong></p><p>There can, of course, be issues with this installation. The biggest issue will be dependencies. If a file you are attempting to install has unmet dependencies it will not install. When this happens you can try to meet those dependencies by using your Add/Remove Software tool. Or you can attempt to download the dependency files (after googling them and finding the right version) and install in the same way you are going to install the main application. This is one of the many reasons why it is always best to use your package management system. There are, of course, times when you need a package installed that it not in your package management system and there are no repositories for that tool. That is when this method will come into play.</p><p><strong>How it works</strong></p><p>Believe it or not, it works in much the same way as it does on the Windows  platform. Let&#8217;s see just how this works. I am going to install a package (one that I will writing about very soon) called <a
title="Hot Copy" href="http://www.r1soft.com/tools/linux-hot-copy/" target="_blank">Hot Copy</a>. For that tool I have downloaded the .zip file (which contains binaries in both .deb and .rpm format. That file will have downloaded to my <strong>~/Downloads</strong> directory. Here are the steps for installation (I will be explaining this from the GNOME desktop).</p><p><strong>Step 1</strong></p><p>Open up Nautilus to the <strong>~/Downloads</strong> directory. In this directory you will see the .zip file you downloaded.</p><p><strong> </strong></p><div
id="attachment_28236" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/install_1.png"><img
class="size-medium wp-image-28236 " src="http://www.ghacks.net/wp-content/uploads/2010/07/install_1-500x421.png" alt="" width="300" height="253" /></a><p
class="wp-caption-text">Figure 1</p></div><p><strong>Step 2</strong></p><p>Double click on the newly downloaded file. This will open up the archive file to display all of the contents. In the case of this file there will be two directories and a help file. The two directories will be for each of the different hardware architecture (x86 for 32 bit systems and x86_64 for 64 bit systems). Double click on the directory for your machines architecture to reveal the included installation files (see Figure 1).</p><p><strong>Step 3</strong></p><div
id="attachment_28237" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/gdebi.png"><img
class="size-medium wp-image-28237 " src="http://www.ghacks.net/wp-content/uploads/2010/07/gdebi-500x383.png" alt="" width="300" height="230" /></a><p
class="wp-caption-text">Figure 2</p></div><p>For the Ubuntu installation I am going to install both .deb files in this package. First I will double click the hotcopy .deb file. When I do this it will open up the GDebi package installation tool. When this new window opens (see Figure 2)  all I have to do is click the Install package buttton. GDebi will ask for the users password to complete the installation. You might recognize GDebi from any time you have downloaded a .deb file from the web. it&#8217;s the same routine.</p><p>When the installation is complete GDebi will report the installation is finished and you can then close the progress window and then close the GDebi window.</p><p>That&#8217;s it. And, believe it or not, the process is pretty much the same on the Fedora distribution as well.</p><p><strong>Final thoughts</strong></p><p>I bet you never thought installation applications in Linux was this easy. Well, Linux has come a long, long way since the early days when the command line was a requirement. Now, it seems, the command line is only an option. Although I can&#8217;t imagine myself using Linux without the command line (it&#8217;s how I was taught after all), it is completely possible to do so.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/14/installing-applications-in-linux-with-a-double-click/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Helping your latest Linux release work with media</title><link>http://www.ghacks.net/2010/07/13/helping-your-latest-linux-release-work-with-media/</link> <comments>http://www.ghacks.net/2010/07/13/helping-your-latest-linux-release-work-with-media/#comments</comments> <pubDate>Tue, 13 Jul 2010 11:18:47 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[audio codec]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[mp3]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[video codec]]></category> <category><![CDATA[yum]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28196</guid> <description><![CDATA[I thought I&#8217;d take a bit of a break from the desktops (we&#8217;ll come back to a new alternative desktop soon) and help the users out with getting both Ubuntu 10.04 and Fedora 13 working with some of the popular media types. This is a crucial chapter in a users life with Linux as we [...]]]></description> <content:encoded><![CDATA[<p>I thought I&#8217;d take a bit of a break from the desktops (we&#8217;ll come back to a new alternative desktop soon) and help the users out with getting both Ubuntu 10.04 and Fedora 13 working with some of the popular media types. This is a crucial chapter in a users life with Linux as we all know that multi-media is a bit part of using a computer. And now that the latest releases play well with just about every type of device you can imagine, it&#8217;s important that they be able to play well with those devices media.</p><p>So in this article I am going to discus how to install the necessary codecs to get these media types running in both Fedora 13 and Ubuntu 10.04.</p><p><span
id="more-28196"></span><strong></strong></p><p><strong>A necessary proclamation<br
/> </strong></p><p>Unfortunately Linux is hindered by licensing issues. This is why you will be hard-pressed to find a major distribution that ships with pre-rolled in MP3 support. It&#8217;s frustrating, but it&#8217;s a reality when dealing with licenses. Does that mean you have to go without listening to MP3&#8242;s and other file formats? No. You can still enjoy them, you just have to install support for those tools yourself (or allow the system to install them).</p><p><strong>Auto-install</strong></p><p>This is especially true for Ubuntu 10.04. When you try to use a new media type in one of the players (such as Rhythmbox or Banshee), Ubuntu will attempt to install the necessary files, applications,. and/or codecs in order allow that media player to work with said multi-media file. This works most of the time. It&#8217;s only during those occasions which it doesn&#8217;t work that will have you frustrated because you can&#8217;t use that multi-media. Fear  not.</p><div
id="attachment_28199" class="wp-caption alignleft" style="width: 274px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/autox.png"><img
class="size-medium wp-image-28199 " src="http://www.ghacks.net/wp-content/uploads/2010/07/autox-440x500.png" alt="" width="264" height="300" /></a><p
class="wp-caption-text">Figure 1</p></div><p><strong>Fedora 13</strong></p><p>There is a very simple tool, called AutoX (by Dangermous &#8211; no relation to the famous cartoon character), that you can use to install nearly any codec for Fedora 12 and 13 in both 32 and 64 bit versions. You can install it with the commands:</p><p><em>su </em></p><p><em>rpm -Uvh http://dnmouse.org/autoten-4.7-2.fc13.noarch.rpm</em></p><p>After you install, you run this with the command <em>autoten</em> as the root user. If you do not have all of the necessary dependencies, it will install them at first run. Once running you click on the button for the codec you want and it will install (see Figure 1). Very simple.</p><p><strong>Ubuntu 10.04</strong></p><p>With Ubuntu 10.04 you will have to issue a few commands to get your codecs installed. Before you run those commands you need to add repositories to apt. The command to add those repositories is:</p><p><em>sudo wget &#8211;output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list</em></p><p>Now issue the command:</p><p><em>sudo apt-get &#8211;quiet update</em></p><p>Finally the next two commands will finish up the job:</p><p><em>sudo apt-get &#8211;yes &#8211;quiet &#8211;allow-unauthenticated install medibuntu-keyring</em></p><p><em>sudo apt-get &#8211;quiet update</em></p><p>You are ready to install the codecs. I will just list them out for you.</p><p><strong>Non-free codecs:</strong> <em>sudo apt-get install non-free-codecs</em></p><p><strong>DVD support: </strong><em>sudo apt-get install libdvdcss2 libxine1-ffmpeg gxine mencoder</em></p><p>Hopefully, after running the commands above, you should the codec you need installed OR now Ubuntu 10.04 should be able to auto-install any codec you need.</p><p><strong>Final thoughts</strong></p><p>Thanks to licensing issues it&#8217;s not a perfect world for Linux and multi-media, but it is getting close. With tools like you have above, getting your distribution up and running with multi-media isn&#8217;t all that challenging.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/13/helping-your-latest-linux-release-work-with-media/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>KDE releases final bugfix version of 4.5</title><link>http://www.ghacks.net/2010/06/30/kde-releases-final-bugfix-version-of-4-5/</link> <comments>http://www.ghacks.net/2010/06/30/kde-releases-final-bugfix-version-of-4-5/#comments</comments> <pubDate>Wed, 30 Jun 2010 14:34:40 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[linux desktop]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[yum]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=27631</guid> <description><![CDATA[If you are a user of KDE then big things are happening in your world. The development team has released the SC (Software Compilation) version of 4.5 which means this is the final bugfix version. The feature freeze has already happened so you know this release means it&#8217;s nearing in-the-wild stability. But why should you [...]]]></description> <content:encoded><![CDATA[<p>If you are a user of KDE then big things are happening in your world. The development team has released the SC (Software Compilation) version of 4.5 which means this is the final bugfix version. The feature freeze has already happened so you know this release means it&#8217;s nearing in-the-wild stability. But why should you be excited about KDE 4.5? This isn&#8217;t the big leap from 3 to 4. No it is not&#8230;but it is a milestone in that this release finds numerous improvements over an already improving desktop.</p><p>Has KDE 4 reached the point where it is poised to reclaim its throne as the desktop for the Linux masses? Has 4.x shaken off the buggy, slow stigma that has been plaguing it since it rose out of the fiery 3.x ashes? In this article I am going to highlight some of the new features and fixes you will find in 4.5 and show you how you can install this desktop so that you can  draw your own conclusions. NOTE: Public release of KDE 4.5 is set for this August.</p><p><span
id="more-27631"></span><strong>Features</strong></p><p>Many of these &#8220;new&#8221; features were really new in the RC candidate (which was the release prior to the SC release). But, since this release actually contains no &#8220;new&#8221; features,  I will include them here.</p><p><strong> </strong></p><div
id="attachment_27682" class="wp-caption alignleft" style="width: 321px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/06/kde_notification.png"><img
class="size-full wp-image-27682" src="http://www.ghacks.net/wp-content/uploads/2010/06/kde_notification.png" alt="" width="311" height="49" /></a><p
class="wp-caption-text">Figure 1</p></div><p><strong>Reworked notification area</strong>: Prior to this release, the KDE 4 notification area was out of place and buggy. Now it actually looks like it belongs on the KDE 4 panel (see Figure 1). Using a new D-Bus based protocol the notification area has a much more uniform look and interacts much better with the desktop as a whole.</p><p><strong>KWin Tiling</strong>: This feature allows you to automatically place windows next to one another. This might seem a bit similar to a feature that was brought to Windows users in Windows 7. This feature is pretty sweet. Drag a window to the left side of your screen and it will automatically resize itself to fit the left half of your desktop. Drag another window to the right side of your screen and it will automatically resize itself to fit the right half of the desktop. Drag a window to the top of the screen and it will resize itself to fit the entire desktop.</p><p><strong>Advanced graphic effects</strong>: It is now possible to blur the background of translucent windows as well as numerous smaller improvements in the area of desktop effects make KDE 4 a much richer graphical experience.</p><p><strong>WebKit</strong>: If you prefer the WebKit HTML rendering engine over the current Konqueror rendering engine, you&#8217;re in luck. With KDE 4.5 you can now switch Konqueror to WebKit.</p><p><strong>Qt 4.7:</strong> The upgrade to the latest Qt brings to KDE 4.5 fare more speed than any of the updates have offered to date. KDE 4 now seems like it&#8217;s not hindering performance on your desktop.</p><p><strong>Bug Fixes</strong></p><p>As I mentioned, this release was about bug fixes. From what I have read the total number of bugs squashed in moving from 4.4 to 4.5 have been quite numerous. And it shows. The speed and stability increase is noticeable. In this most recent release you will find bugfixes for:</p><ul><li>Konsole: Refreshing and encoding bugs.</li><li>Ocular: Several bugs that lead to Ocular (PDF viewer) crashing.</li><li>KDE PIM Alarms: Numerous fixes.</li><li>KDEUI: Optimizations and bugfixes.</li><li>KDE Accessibility: Bugs fixed in KMouseTool.</li><li>ARK: Numerous bug fixes including RAR fixes and several path fixes..</li></ul><p>The list of bugs above is not complete, nor does it look like a list of bugs that would bring about speed increases and stability. Taken as a separate entity they would do little to bring about stability. But in conjunction with the other numerous bug fixes and improvements that have been rolled into what will become KDE 4.5, it all comes together for a much improved experience.</p><p><strong>Installing</strong></p><p>Installation on Ubuntu is simple. Just follow these steps:</p><p><em> </em></p><p><em> </em></p><p><em> </em></p><p><em></p><ol><li><span
style="font-style: normal"><em>sudo apt-add-repository ppa:kubuntu-ppa/experimental</em></span></li><li><span
style="font-style: normal"><em>sudo apt-get update</em></span></li><li><span
style="font-style: normal"><em>sudo apt-get install kubuntu-desktop</em></span></li></ol><p></em></p><p>For installation on Fedora follow these steps:</p><ol><li><em>Add </em><a
title="Fedora KDE repo" href="http://apt.kde-redhat.org/apt/kde-redhat/fedora/kde.repo" target="_blank"><em>this repo</em></a><em> to your current list of repositories.</em></li><li><em>yum groupupdate kde-desktop</em></li><li><em>yum update</em></li></ol><p><strong>The verdict so far</strong></p><p>I have been using the latest development release of KDE 4 and I have to say from KDE 4.4 to KDE 4.5 there have been massive improvements. No longer do you feel like you are working with a sluggish, crash-prone desktop environment. Now KDE is starting to develop the stability and speed associated with the GNOME desktop. If you were a fan of KDE 3.5 and hated the idea of updating to the less stable 4.x, you will happy to know that KDE 4.5 will bring about the same level of stability and usability you once knew.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/30/kde-releases-final-bugfix-version-of-4-5/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Keep your Linux system up to date with KPackageKit</title><link>http://www.ghacks.net/2009/11/17/keep-your-linux-system-up-to-date-with-kpackagekit/</link> <comments>http://www.ghacks.net/2009/11/17/keep-your-linux-system-up-to-date-with-kpackagekit/#comments</comments> <pubDate>Tue, 17 Nov 2009 20:05:37 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[packagkit]]></category> <category><![CDATA[repositories]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=18610</guid> <description><![CDATA[As you have most likely seen on Ghacks, there are numerous ways to keep your Linux distributions up to date. There are new systems available such as the Ubuntu Software Center (see my article &#8220;The new Ubuntu Software Center&#8220;) that make installing software a piece of cake. But even with applications such as the USC [...]]]></description> <content:encoded><![CDATA[<p>As you have most likely seen on Ghacks, there are numerous ways to keep your Linux distributions up to date. There are new systems available such as the Ubuntu Software Center (see my article &#8220;<a
title="The new Ubuntu Software Center" href="http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/" target="_blank">The new Ubuntu Software Center</a>&#8220;) that make installing software a piece of cake. But even with applications such as the USC in place, there is still a need for other systems. Take, for instance, the USCs inability to install more than one package at a time&#8230;this is a big issue within the Linux community. Add to that the fact that there are many Linux users who prefer to stick with older, more proven technologies, and you can see why other installation tools remain.</p><p>One of those tools is PackageKit. PackageKit is a background service charged with updating and installing software on your computer. But because PackageKit itself is just a background service, it requires a front end so that end users can take advantage of the system. One very powerful front end is KPackageKit. KPackageKit is the KDE front end for PackageKit, whereas Gnome PackageKit is the GNOME front end (see my article &#8220;<a
title="Installing applications in Linux with GNOME PackageKIT" href="http://www.ghacks.net/2008/12/24/installing-applications-in-linux-with-gnome-packagekit/" target="_blank">Installing applications in Linux with GNOME PackageKIT</a>.&#8221;)</p><p><span
id="more-18610"></span></p><p>One of the things I like about KPackageKIT, over the Ubuntu Software Center, is that it can not only install applications, it can update your already installed applications. But unlike USC or Synaptic, you will have to know the name of the software package in order to find it. KPackageKIT does not show all software available. Instead you start up the tool with a blank slate and search for what you want to install. You can search by:</p><ul><li>Description.</li><li>File name.</li></ul><p>But you can also apply various filters to your search. Included search filters are:</p><ul><li>Collections.</li><li>Installed.</li><li>Development.</li><li>Graphical.</li><li>Free.</li></ul><p>Let&#8217;s take a look and see how software is installed with KPackageKIT.</p><p><strong>Starting KPackageKIT</strong></p><div
id="attachment_18615" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-18615" href="http://www.ghacks.net/2009/11/17/keep-your-linux-system-up-to-date-with-kpackagekit/kde_menu/"><img
class="size-thumbnail wp-image-18615 " src="http://www.ghacks.net/wp-content/uploads/2009/11/kde_menu-300x300.png" alt="Figure 1" width="180" height="180" /></a><p
class="wp-caption-text">Figure 1</p></div><p>You can start the application two ways: Command line or from the menu. To start from the command line hit &lt;Alt&gt;F2 to open the run dialog and enter the command <em>kpackagekit</em>. To start the tool from the KDE menu click on the menu, click on the Computer tab, and then click on the KPackageKIT entry (see Figure 1).</p><p>When KPackageKIT starts what you will see is a fairly simple interface (see Figure 2). From this window you are able to:</p><ul><li>Install software.</li><li>Update your system.</li><li>Configure KPakcageKIT.</li></ul><div
id="attachment_18616" class="wp-caption alignright" style="width: 190px"><a
rel="attachment wp-att-18616" href="http://www.ghacks.net/2009/11/17/keep-your-linux-system-up-to-date-with-kpackagekit/kpackagekit_install_scribus/"><img
class="size-thumbnail wp-image-18616 " src="http://www.ghacks.net/wp-content/uploads/2009/11/kpackagekit_install_scribus-300x300.png" alt="Figure 2" width="180" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Let&#8217;s install the Scribus DTP tool as an example. Follow these simple steps:</p><ol><li>Select Software Management.</li><li>Open up KPackageKIT and enter &#8220;scribus&#8221; (no quotes) in the search area.</li><li>Click the downward-pointing arrows of the software(s) you want to install.</li><li>Click Apply.</li><li>When the new window appears, click Install Now.</li><li>If dependencies are necessary, OK them.</li><li>Enter your sudo (or root &#8211; depending upon your distribution) password.</li><li>Wait for the installation to complete.</li><li>Click OK to dismiss the window.</li></ol><p>Updating your system with KPackageKIT is just as simple. Follow these steps:</p><ol><li>Open up KPackageKIT.</li><li>Click on the Software Update section.</li><li>If there are updates available, either select the updates you want to run or click the Select All Updates button.</li><li>Click Apply.</li><li>Enter your password.</li><li>Wait for the update to finish.</li><li>Click OK to dismiss the window.</li></ol><p><strong>Configuration</strong></p><p>From within the Configuration section there are a minimal number of options to configure. The primary configuration to take care of here is adding new software sources. To add a new repository follow these steps:</p><ol><li>Click on the Settings section.</li><li>Click the Edit Software Sources button.</li><li>Click on the Other Software tab.</li><li>Click on the Add button.</li><li>Enter the complete apt line for the source (not just the address).</li><li>Click OK to dismiss the address window.</li><li>Click Close to dismiss the Software Sources window.</li></ol><p>If you manually edit your <strong>/etc/apt/sources.list</strong> (or your Yum repository file &#8211; depending upon your distribution) these changes will appear in KPackageKIT.</p><p><strong>Final thoughts</strong></p><p>Although not perfect, KPackageKIT is certainly a viable solution for Linux software installation. If you need a simple KDE-based means of installing software, and do not want to use the command line, this tool might be just what you need.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/17/keep-your-linux-system-up-to-date-with-kpackagekit/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Create your own mobile Ubuntu repository with APTonCD</title><link>http://www.ghacks.net/2009/09/12/create-your-own-mobile-ubuntu-repository-with-aptoncd/</link> <comments>http://www.ghacks.net/2009/09/12/create-your-own-mobile-ubuntu-repository-with-aptoncd/#comments</comments> <pubDate>Sat, 12 Sep 2009 21:52:45 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[apt-get]]></category> <category><![CDATA[deb]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[restore]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16257</guid> <description><![CDATA[How many times have you installed Linux, tweaked it to perfection with various applications, only to have something happen and you have to re-install. Or you get that machine up and running with all the goods and then want to re-create the system on another machine. In either of these situations, the last thing you [...]]]></description> <content:encoded><![CDATA[<p>How many times have you installed Linux, tweaked it to perfection with various applications, only to have something happen and you have to re-install. Or you get that machine up and running with all the goods and then want to re-create the system on another machine. In either of these situations, the last thing you would want to do is to have to remember all of the applications and then spend the time to download them all again.</p><p>Well, there&#8217;s a handy tool that will take care of all of that for you. The tool is called APTonCD. What this tool does is create a CD with all of the applications you have installed &#8211; basically a portable repository. And, with the same tool, you can restore all of the packages on the CD &#8211; all from one convenient GUI.</p><p><span
id="more-16257"></span><strong>Features</strong></p><p>Choose specific packages on your local machine (or choose all).</p><p>Download entire repositories.</p><p>Burn CD/DVD from within APTonCD.</p><p>Create and restore from same GUI.</p><p>Auto-selection of dependencies option.</p><p>Easy to use.</p><p><strong>Installation</strong></p><p>The installation is simple:</p><ol><li>Open up your Add/Remove Software Application.</li><li>Enter &#8220;aptoncd&#8221; in the search bar (no quotes).</li><li>Mark APTonCD for installation.</li><li>Click Apply.</li></ol><p>Once the installation is complete you can close out the installation tool and get ready to use APTonCD.</p><p><strong>Starting and using APTonCD</strong></p><div
id="attachment_16265" class="wp-caption alignleft" style="width: 227px"><a
rel="attachment wp-att-16265" href="http://www.ghacks.net/2009/09/12/create-your-own-mobile-ubuntu-repository-with-aptoncd/aptoncd_main/"><img
class="size-full wp-image-16265" src="http://www.ghacks.net/wp-content/uploads/2009/09/aptoncd_main.png" alt="Figure 1" width="217" height="204" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Once installed APTonCD is found in the Administration sub-menu of the System menu (GNOME desktop). Figure 1 shows the main window for the application. From this window you can either create a new CD or restore from an already existing CD.</p><p>To create a new CD click the Create button which will open up another window. In this new window (see Figure 2) the packages will be collected and, eventually, listed out for you. From this listing you can select the packages you want to include on your CD. By default all of the packages are selected.This window will also includ the total size of the completed installation. As you can see (in Figure 2) the total size of my restore CD will be 596 MB (some of the packages are not selected).</p><div
id="attachment_16266" class="wp-caption alignright" style="width: 224px"><a
rel="attachment wp-att-16266" href="http://www.ghacks.net/2009/09/12/create-your-own-mobile-ubuntu-repository-with-aptoncd/aptoncd_packages/"><img
class="size-full wp-image-16266" src="http://www.ghacks.net/wp-content/uploads/2009/09/aptoncd_packages.png" alt="Figure 2" width="214" height="202" /></a><p
class="wp-caption-text">Figure 2</p></div><p>If you want to add packages not already on your system you can click the Add drop down and select either Packages or Folder and then navigate to those files/folders. You can also open up Nautilus and drag and drop packages into the APTonCD window.</p><p>Once you have selected all of your packages you might want to go to the Edit menu and select &#8220;Auto-select Dependencies&#8221; to ensure all dependencies are met on your CD. Now it&#8217;s time to burn. When you&#8217;re ready click the Burn button which will open up a Disc Properties window (see Figure 3). In this new window you select your medium, the destination for the image file, a file name, and whether or not you want to create a meta-package. The meta-package is one package that</p><div
id="attachment_16267" class="wp-caption alignleft" style="width: 213px"><a
rel="attachment wp-att-16267" href="http://www.ghacks.net/2009/09/12/create-your-own-mobile-ubuntu-repository-with-aptoncd/aptoncd_burn/"><img
class="size-full wp-image-16267" src="http://www.ghacks.net/wp-content/uploads/2009/09/aptoncd_burn.png" alt="Figure 3" width="203" height="233" /></a><p
class="wp-caption-text">Figure 3</p></div><p>includes all packages on the CD as dependencies. This makes restoration very simple in that all APTonCD has to do is select one package to install.</p><p>When you click Apply APTonCD will begin to create the .iso image that you will then burn onto disk using your favorite CD burning software.</p><p>When the iso has been created a new window will open asking if you want to burn the CD/DVD. This window will allow you to select that application you want to burn with. If you chose you can click No and burn the CD/DVD later. I have found the burn portion of the APTonCD to be a bit flaky, so I just always burn by open up K3B and burning the image.</p><p><strong>Restoring<br
/> </strong></p><p>I would like to say that APTonCD can easily handle the installation of your packages with a simple click of a button. It can not. What APTon CD does is create portable repositories. So you can use the APTonCD restore option to basically add your CD repository for installation.  I have found, however, the best way to install the entirety of the packages is with the tried and true command line. This allows you to quickly get all of your packages installed with a couple of easy commands. What you will want to do is this:</p><ol><li>Insert your CD/DVD created by APTonCD.</li><li>Open up a command line.</li><li>Change to the directory where you CD is located with the command <em>cd /media/cdrom </em>(Note: Your CD might be located in a different directory).</li><li>Change into the <strong>packages</strong> directory with the command <em>cd packages.</em></li><li>Issue the command <em>sudo dpkg -i *deb<strong> </strong></em>which will install all packages on the CD.</li><li>After the installation is complete you MIGHT have to use Syanptic in the event their are broken packages.</li></ol><p>Close out the command prompt and check your Applications menu, you should be good to go.</p><p><strong>Final thoughts</strong></p><p>I hope that the developers of APTonCD will some day make it much easier to restore from the GUI. But even with the inconvenience of having to use the command line for quick restoration, APTonCD is a very handy tool.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/12/create-your-own-mobile-ubuntu-repository-with-aptoncd/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>Installing Linux applications with Aptitude</title><link>http://www.ghacks.net/2008/12/22/installing-linux-applications-with-aptitude/</link> <comments>http://www.ghacks.net/2008/12/22/installing-linux-applications-with-aptitude/#comments</comments> <pubDate>Mon, 22 Dec 2008 15:37:31 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[apt-get]]></category> <category><![CDATA[Aptitude]]></category> <category><![CDATA[installing in Linux]]></category> <category><![CDATA[ncurses]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9271</guid> <description><![CDATA[For those of you who like a little more power behind your tools you will certainly appreciate the Aptitude front-end for the apt package management system. Aptitude is based on the ncurses computer terminal library so you know it&#8217;s a pseudo-hybrid between console and gui. Aptitude has a powerful search system as well as an [...]]]></description> <content:encoded><![CDATA[<p>For those of you who like a little more power behind your tools you will certainly appreciate the Aptitude front-end for the apt package management system. Aptitude is based on the ncurses computer terminal library so you know it&#8217;s a pseudo-hybrid between console and gui. Aptitude has a powerful search system as well as an outstanding ncurses-based menu system that allows you to move around selections with the tab key and the arrow keys.</p><p>But don&#8217;t think, when you fire up Aptitude, you are going to be greeted with a sexy graphical front end. No. When you start up this application you are going to be teleported back into the mid-90s when front-end applications were just arriving onto the scene. But Aptitude is so much more than that. Aptitude is a powerful tool to help you use the apt package management system.</p><p><span
id="more-9271"></span>To open Aptitude you need to first open a terminal emulator (such as aterm, gnome-terminal, or konsole). I will warn you, if you are like me and use Aterm in full-blown transparency Aptitude might look at little strange. So instead you should fire up another terminal or use Aterm without transparency.</p><p>To start up aptitude you will need root or sudo access. Using sudo you would start Aptitude like so: <em>sudo aptitude</em>.</p><div
id="attachment_9272" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/aptitude_main-500x341.png" alt="Aptitude Main Window" title="aptitude_main" width="500" height="341" class="size-medium wp-image-9272" /><p
class="wp-caption-text">Aptitude Main Window</p></div><p>There are two main sections to focus on. First is the main window. This is where you will see a listing of the what is available. As you can see from the image above there are upgradable packages, new packages, etc. What you don&#8217;t see is the Aptitude menu. To access this menu you have to hit the Ctrl-T combination (that is the Control key plus the &#8220;t&#8221; key at the same time.) When you open up the Aptitude menu you navigate this menu using the arrow keys.</p><div
id="attachment_9273" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/aptitude_menu-500x341.png" alt="Aptitude Menu" title="aptitude_menu" width="500" height="341" class="size-medium wp-image-9273" /><p
class="wp-caption-text">Aptitude Menu</p></div><p>Before you actually get into installing packages with Aptitude, you have to select packages to install. You do this outside of the menu in the main window. Without the menu open you can move up and down the window entries with the arrow keys. When you land on an entry you want to expand you hit the Enter key. Let&#8217;s install something.</p><p>Using the arrow keys move down to the &#8220;Not Installed Packages&#8221; entry and hit Enter. This will expand to reveal a number of sub-menus. Now scroll down to the Net sub-menu and hit Enter. Yet another sub-menu will appear containing three entries. Move to the  &#8220;main&#8221; main entry and hit Enter to reveal all of the possible applications to install.</p><div
id="attachment_9274" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/aptitude_net-500x341.png" alt="Network Applications Available" title="aptitude_net" width="500" height="341" class="size-medium wp-image-9274" /><p
class="wp-caption-text">Network Applications Available</p></div><p>Let&#8217;s install Gobby (a text editor/source editor that can do online collaboration). With the arrow keys move down until you see the Gobby entry. When you find Gobby hit the Enter key which will reveal all of the gory details behind Gobby.</p><div
id="attachment_9275" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/aptitude_gobby-500x341.png" alt="Gobby details" title="aptitude_gobby" width="500" height="341" class="size-medium wp-image-9275" /><p
class="wp-caption-text">Gobby details</p></div><p>This should tell you everything you need to help you make the decision to install or not to install Gobby. Let&#8217;s install it.</p><p>To select an application for installation hit the &#8220;+&#8221; key (you do have to use the Shift key for this) to mark the package for installation. Now hit the &#8220;g&#8221; key and the installation process should begin. Don&#8217;t be fooled when it seems as if Aptitude has dropped out of ncurses mode and is in full console mode, it will return to it&#8217;s ncurses glory when after you hit the Enter key when prompted (after installation is complete.)</p><p>When installation is complete you will return to the description of the package you just installed. To go back to the main window you can open up the menu (Ctrl-t) and then using the right arrow key go to the View entry. Using the down key select &#8220;Prev&#8221; to go to the previous screen. You can also hit F7 for this same action.</p><p>And there you are, you have just installed an application with Aptitude. Of course Aptitude is much more powerful than this. In later articles we&#8217;ll discuss searching, upgrading, removing, and much more with Aptitude.</p><p>In the mean time, have fun installing with Aptitude!</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/22/installing-linux-applications-with-aptitude/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> </channel> </rss>
