<?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>Ken’sTechnology Blog &#187; apt</title>
	<atom:link href="http://www.k840.com/tag/apt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.k840.com</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Keep your Linux system up to date with KPackageKit</title>
		<link>http://www.k840.com/keep-your-linux-system-up-to-date-with-kpackagekit/</link>
		<comments>http://www.k840.com/keep-your-linux-system-up-to-date-with-kpackagekit/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[packagkit]]></category>
		<category><![CDATA[repositories]]></category>

		<guid isPermaLink="false">http://www.k840.com/keep-your-linux-system-up-to-date-with-kpackagekit/</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 href="http://www.k840.com/the-new-ubuntu-software-center/" title="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 href="http://www.k840.com/installing-applications-in-linux-with-gnome-packagekit/" title="Installing applications in Linux with GNOME PackageKIT"  target="_blank">Installing applications in Linux with GNOME PackageKIT</a>.&#8221;)</p>
<p>
<span id="more-6257"></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>
<p><a href="http://www.k840.com/keep-your-linux-system-up-to-date-with-kpackagekit/kde_menu/" rel="attachment wp-att-18615" ><img class="size-thumbnail wp-image-18615 " src="/wp-content/uploads/2009/11/kde_menu-300x300.png" alt="Figure 1" width="180" height="180" title="Keep your Linux system up to date with KPackageKit" /></a>
<p class="wp-caption-text">Figure 1</p>
<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>
<p><a href="http://www.k840.com/keep-your-linux-system-up-to-date-with-kpackagekit/kpackagekit_install_scribus/" rel="attachment wp-att-18616" ><img class="size-thumbnail wp-image-18616 " src="/wp-content/uploads/2009/11/kpackagekit_install_scribus-300x300.png" alt="Figure 2" width="180" height="180" title="Keep your Linux system up to date with KPackageKit" /></a>
<p class="wp-caption-text">Figure 2</p>
<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>
<p>From:<a rel="nofollow" href="http://www.k840.com/goto/http://www.ghacks.net"  rel="nofollow">www.ghacks.net</a></p>
<h3  class="related_post_title"> </h3><ul class="related_post"><li><a href="http://www.k840.com/linux-pdf-viewers/"  title="Linux PDF viewers">Linux PDF viewers</a></li><li><a href="http://www.k840.com/installing-kde-4-3-2-on-ubuntu/"  title="Installing KDE 4.3.2 on Ubuntu">Installing KDE 4.3.2 on Ubuntu</a></li><li><a href="http://www.k840.com/installing-centos-5-4/"  title="Installing CentOS 5.4">Installing CentOS 5.4</a></li><li><a href="http://www.k840.com/konqueror-tips-and-tricks/"  title="Konqueror tips and tricks">Konqueror tips and tricks</a></li><li><a href="http://www.k840.com/create-your-own-mobile-ubuntu-repository-with-aptoncd/"  title="Create your own mobile Ubuntu repository with APTonCD">Create your own mobile Ubuntu repository with APTonCD</a></li><li><a href="http://www.k840.com/change-default-and-preferred-applications-in-kde/"  title="Change default and preferred applications in KDE">Change default and preferred applications in KDE</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.k840.com/keep-your-linux-system-up-to-date-with-kpackagekit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your own mobile Ubuntu repository with APTonCD</title>
		<link>http://www.k840.com/create-your-own-mobile-ubuntu-repository-with-aptoncd/</link>
		<comments>http://www.k840.com/create-your-own-mobile-ubuntu-repository-with-aptoncd/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 03:11:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></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.k840.com/create-your-own-mobile-ubuntu-repository-with-aptoncd/</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 ]]></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-5812"></span><br />
<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>
<p><a href="http://www.k840.com/?attachment_id=16265" rel="attachment wp-att-16265" ><img class="size-full wp-image-16265" src="/wp-content/uploads/Image/aptoncd_main.png" alt="Figure 1" width="217" height="204" title="Create your own mobile Ubuntu repository with APTonCD" /></a>
<p class="wp-caption-text">Figure 1</p>
<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>
<p><a href="http://www.k840.com/?attachment_id=16266" rel="attachment wp-att-16266" ><img class="size-full wp-image-16266" src="/wp-content/uploads/Image/aptoncd_packages.png" alt="Figure 2" width="214" height="202" title="Create your own mobile Ubuntu repository with APTonCD" /></a>
<p class="wp-caption-text">Figure 2</p>
<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>
<p><a href="http://www.k840.com/?attachment_id=16267" rel="attachment wp-att-16267" ><img class="size-full wp-image-16267" src="/wp-content/uploads/Image/aptoncd_burn.png" alt="Figure 3" width="203" height="233" title="Create your own mobile Ubuntu repository with APTonCD" /></a>
<p class="wp-caption-text">Figure 3</p>
<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>RestoringFrom:<a rel="nofollow" href="http://www.k840.com/goto/http://www.ghacks.net"   rel="nofollow">www.ghacks.net</a><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>
<p>From:<a rel="nofollow" href="http://www.k840.com/goto/http://www.ghacks.net"   rel="nofollow">www.ghacks.net</a></p>
<h3  class="related_post_title"> </h3><ul class="related_post"><li><a href="http://www.k840.com/gmail-video-chat-comes-to-linux-ubuntu-debian-for-time-being/"  title="Gmail Video chat Comes To Linux! [Ubuntu / Debian For Time Being]">Gmail Video chat Comes To Linux! [Ubuntu / Debian For Time Being]</a></li><li><a href="http://www.k840.com/restore-pen-drive/"  title="Restore Pen Drive">Restore Pen Drive</a></li><li><a href="http://www.k840.com/how-to-get-firefox-ask-to-restore-tabs-before-opening/"  title="How to get firefox ASK to restore tabs before opening?">How to get firefox ASK to restore tabs before opening?</a></li><li><a href="http://www.k840.com/how-to-restore-the-main-top-of-a-stove/"  title="How to Restore the Main Top of a stove.?">How to Restore the Main Top of a stove.?</a></li><li><a href="http://www.k840.com/purchase-music-from-amazon-on-your-linux-machine/"  title="Purchase music from Amazon on your Linux machine">Purchase music from Amazon on your Linux machine</a></li><li><a href="http://www.k840.com/keep-your-linux-system-up-to-date-with-kpackagekit/"  title="Keep your Linux system up to date with KPackageKit">Keep your Linux system up to date with KPackageKit</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.k840.com/create-your-own-mobile-ubuntu-repository-with-aptoncd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
