<?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>Ubuntu Daily &#187; Package Management</title>
	<atom:link href="http://www.ubuntudaily.com/category/package-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntudaily.com</link>
	<description>Your Daily Dose Of Ubuntu Linux</description>
	<lastBuildDate>Mon, 12 Jul 2010 20:10:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manage your software packages offline with APTonCD</title>
		<link>http://www.ubuntudaily.com/2007/03/06/manage-your-software-packages-offline-with-aptoncd/</link>
		<comments>http://www.ubuntudaily.com/2007/03/06/manage-your-software-packages-offline-with-aptoncd/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 00:34:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Feisty]]></category>
		<category><![CDATA[Package Management]]></category>

		<guid isPermaLink="false">http://ubuntudaily.com/?p=12</guid>
		<description><![CDATA[Most Ubuntu users will value package management as one of the top features of their OS. Installing and updating software with APT/dpkg and their respective graphical user interfaces (i.e. Synaptic, Update manager and gdebi) is a breeze once you are accustomed to it.
However, the ease of use is dependent on the internet connection. If no [...]]]></description>
			<content:encoded><![CDATA[<p>Most Ubuntu users will value package management as one of the top features of their OS. Installing and updating software with APT/dpkg and their respective graphical user interfaces (i.e. Synaptic, Update manager and gdebi) is a breeze once you are accustomed to it.</p>
<p>However, the ease of use is dependent on the internet connection. If no connection is available, package management can become a pain.</p>
<p>Luckily there&#8217;s a new project called <span style="font-weight: bold;">APTonCD</span> to solve this problem and open up new possibilities.</p>
<p>The software allows you to create backups of all the packages available on your system. It will automatically scan your computer and present a list with all found packages. This list can be easily customized by deselecting entries or by adding more packages, which can be seen in this screenshot:</p>
<p><a href="http://bp1.blogger.com/_JvDB-G93rcY/Rey8bO8zfxI/AAAAAAAAACQ/QNn8Vj6tGQ8/s1600-h/Bildschirmfoto-Create+APTonCD-1.png"><img style="cursor: pointer;" src="http://bp1.blogger.com/_JvDB-G93rcY/Rey8bO8zfxI/AAAAAAAAACQ/QNn8Vj6tGQ8/s320/Bildschirmfoto-Create+APTonCD-1.png" alt="" id="BLOGGER_PHOTO_ID_5038609259176361746" border="0" /></a></p>
<p>Once a disc is created it can be used to restore your computer after a reinstall or to install the software on another computer without the need of an internet connection.</p>
<p>The restore options look like this:</p>
<p><a href="http://bp1.blogger.com/_JvDB-G93rcY/Rey-aO8zfyI/AAAAAAAAACY/MMlXMjBcZ1s/s1600-h/Bildschirmfoto-APTonCD-1.png"><img style="cursor: pointer;" src="http://bp1.blogger.com/_JvDB-G93rcY/Rey-aO8zfyI/AAAAAAAAACY/MMlXMjBcZ1s/s320/Bildschirmfoto-APTonCD-1.png" alt="" id="BLOGGER_PHOTO_ID_5038611441019748130" border="0" /></a></p>
<p>The software is not ground-breaking because there are ways to achieve the functionality with command line tools, but it is nice to see that Ubuntu offers more and more tools that allow even non-technical users to master advanced tasks with graphical tools.</p>
<p>APTonCD is in Ubuntu Feisty right now to test it. For more information, visit the <a href="http://aptoncd.sourceforge.net/">APTonCD website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntudaily.com/2007/03/06/manage-your-software-packages-offline-with-aptoncd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install rpm packages by converting them to deb</title>
		<link>http://www.ubuntudaily.com/2007/02/27/install-rpm-packages-by-converting-them-to-deb/</link>
		<comments>http://www.ubuntudaily.com/2007/02/27/install-rpm-packages-by-converting-them-to-deb/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 22:22:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Package Management]]></category>

		<guid isPermaLink="false">http://ubuntudaily.com/?p=13</guid>
		<description><![CDATA[Once in a while you might want to install software that is neither in a repository nor available as a standalone deb package.
If you&#8217;re in this situation, there is another option for you, converting an rpm file and installing the so created deb.
So if you do have an rpm file and want to install it, [...]]]></description>
			<content:encoded><![CDATA[<p>Once in a while you might want to install software that is neither in a repository nor available as a standalone deb package.</p>
<p>If you&#8217;re in this situation, there is another option for you, converting an rpm file and installing the so created deb.</p>
<p>So if you do have an rpm file and want to install it, follow these steps:</p>
<ol>
<li>Install the packages <span style="font-style: italic">alien</span> and <span style="font-style: italic">fakeroot.</span> This is easily done with the following command:<br />
<blockquote><p>sudo apt-get install alien fakeroot</p></blockquote>
</li>
<li>Download the rpm file and open a terminal in the directory the rpm is in.</li>
<li>Run the following command to start the conversion:<br />
<blockquote><p>fakeroot alien NameOfThe.rpm</p></blockquote>
</li>
<li>After a few seconds there will be a deb file that you can install like this:<br />
<blockquote><p>sudo dpkg -i NameOfThe.deb</p></blockquote>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntudaily.com/2007/02/27/install-rpm-packages-by-converting-them-to-deb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linspire&#8217;s Click and Run soon to be available on Ubuntu</title>
		<link>http://www.ubuntudaily.com/2007/02/06/linspires-click-and-run-soon-to-be-available-on-ubuntu/</link>
		<comments>http://www.ubuntudaily.com/2007/02/06/linspires-click-and-run-soon-to-be-available-on-ubuntu/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 20:05:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Other Distributions]]></category>
		<category><![CDATA[Package Management]]></category>

		<guid isPermaLink="false">http://ubuntudaily.com/?p=3</guid>
		<description><![CDATA[Linspire&#8217;s user-friendly way of installing software is called CNR (Click and Run). Basically it&#8217;s a categorised directory of software with a summary of a software title and a rating system for the users.
Linspire itself puts it as following:
CNR.com will be a free on-line digital software warehouse and one-click delivery service designed to solve the complexity [...]]]></description>
			<content:encoded><![CDATA[<p>Linspire&#8217;s user-friendly way of installing software is called CNR (Click and Run). Basically it&#8217;s a categorised directory of software with a summary of a software title and a rating system for the users.</p>
<p>Linspire itself puts it as following:</p>
<blockquote><p>CNR.com will be a <strong><em>free on-line digital software warehouse and one-click delivery service</em></strong> designed to solve the complexity of finding, installing and managing software applications on your Linux desktop computer.</p></blockquote>
<p>It has recently been announced that Linspire plans to make the CNR service available on all major Linux distributions, which of course includes Ubuntu.</p>
<p>Read more on <a href="http://cnr.com/">Cnr.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntudaily.com/2007/02/06/linspires-click-and-run-soon-to-be-available-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.318 seconds -->
