<?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; package management</title> <atom:link href="http://www.ghacks.net/tag/package-management/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 21:54:04 +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>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>Installing applications from the command line in OpenSuSE</title><link>http://www.ghacks.net/2010/05/29/installing-applications-from-the-command-line-in-opensuse/</link> <comments>http://www.ghacks.net/2010/05/29/installing-applications-from-the-command-line-in-opensuse/#comments</comments> <pubDate>Sat, 29 May 2010 19:17:35 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[linux installation]]></category> <category><![CDATA[opensuse]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[software installation]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=25774</guid> <description><![CDATA[So far in our OpenSuSE series we have covered OpenSuSE (see &#8220;Why not try OpenSuSE&#8220;), YaST (see &#8220;YaST: Yet Another Setup Tool&#8220;), and Installing software (see &#8220;Installing software in OpenSuSE with YaST&#8220;). This time around we are going to take a look at how to install software in OpenSuSE using the command line. I realize [...]]]></description> <content:encoded><![CDATA[<p>So far in our OpenSuSE series we have covered OpenSuSE (see &#8220;<a
title="Why not try OpenSuSE?" href="http://www.ghacks.net/2010/05/26/why-not-try-opensuse-11-2/" target="_blank">Why not try OpenSuSE</a>&#8220;), YaST (see &#8220;<a
title="YaST: Yet Another Setup Tool" href="http://www.ghacks.net/2010/05/27/yast-yet-another-setup-tool/" target="_blank">YaST: Yet Another Setup Tool</a>&#8220;), and Installing software (see &#8220;<a
title="Installing software in OpenSuSE with YaST" href="http://www.ghacks.net/2010/05/28/installing-software-in-opensuse-with-yast/" target="_blank">Installing software in OpenSuSE with YaST</a>&#8220;). This time around we are going to take a look at how to install software in OpenSuSE using the command line. I realize that many people out there fear the command line. The command line, however, is a very powerful, useful tool and you should have this resource in your tool kit just in case.</p><p>I&#8217;m sure you have read plenty of my Linux articles that outline how to install with Ubuntu. That distribution takes advantage of <em>apt-get</em> and <em>dpkg</em> for command line installation. In the OpenSuSE distribution the <em>zypper</em> tool is used for this same task. Believe it or not, <em>zypper</em> is just as easy to use as is the Ubuntu equivalent. And in this article you will see just that.</p><p><span
id="more-25774"></span><strong>What is <em>zypper?</em></strong></p><p>The <em>zypper</em> tool is the command line interface to the ZYpp system management library. Zypper can be used to install/update/remove software, manage repositories, perform queries, and more. Using the <em>zypper </em>command does require root privileges, so you will have to first <em>su</em> to the root user before you issue any of the <em>zypper </em>commands.</p><p><strong>Usage</strong></p><p>The basic structure of the <em>zypper </em>command looks like:</p><p><em>zypper GLOBAL_OPTIONS COMMAND COMMAND_OPTIONS</em></p><p>Although it looks a bit complex it&#8217;s not. Let&#8217;s take a look at the various tasks you will perform with the <em>zypper </em>command.</p><p><strong>Installing software</strong></p><p>Installing software with <em>zypper</em> is simple. The command will look like this:</p><p><em>zypper install SOFTWARE</em></p><p>Where SOFTWARE is the name of the software you want to install.</p><p>Say, for example, I want to install Scribus (the desktop publishing application). To do this the command would look like:</p><p><em>zypper install scribus</em></p><p><strong>Removing software</strong></p><p>Now let&#8217;s say you want to remove a piece of software. The command structure for deleting software looks like:</p><p><em>zypper remove SOFTWARE</em></p><p>Sticking with our example, if you want to remove Scribus from your OpenSuSE machine you would issue the command:</p><p><em>zypper remove scribus</em></p><p><strong>Searching for software</strong></p><div
id="attachment_25783" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/05/zypper.png"><img
class="size-medium wp-image-25783 " src="http://www.ghacks.net/wp-content/uploads/2010/05/zypper-500x281.png" alt="" width="300" height="169" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Say you don&#8217;t know what Scribus is, or you aren&#8217;t sure if you know the name of the package. You could use <em>zypper </em>to search the cached database for installation candidates like so:</p><p><em>zypper search scribus</em></p><p>The above command would return something like what you see in Figure 1. As you can see, <em>zypper</em> will report back all possible applications for the search string.</p><p><strong>Updating with zypper</strong></p><p>Updating with <em>zypper</em> is incredibly easy. Issue the command <em>zypper update</em> and if there are any updates available to your system they will be reported and all you need to do is type &#8220;y&#8221; (no quotes) and then hit Enter to run all of the updates.</p><p><strong>Distribution upgrade with zypper</strong></p><p>If you want to do a distribution upgrade with <em>zypper </em>you would use the <em>dup</em> command like so:</p><p><em>zypper dup</em></p><p>With that single command you will upgrade your OpenSuSE distribution (if the upgrade is available).</p><p><strong>Final thoughts</strong></p><p>Command line package management in OpenSuSE is about as simple as it gets. If you hesitate to use the command line for this task in OpenSuSE, I hope this article has persuaded you there is nothing to fear. OpenSuSE is an outstanding distribution with a lot to offer and it&#8217;s package management is on par with just about any other system.</p><p>﻿</p><p><em> </em></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/05/29/installing-applications-from-the-command-line-in-opensuse/feed/</wfw:commentRss> <slash:comments>1</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>Get To Know Linux: Lesser Known RPM Options</title><link>http://www.ghacks.net/2009/03/19/get-to-know-linux-lesser-known-rpm-options/</link> <comments>http://www.ghacks.net/2009/03/19/get-to-know-linux-lesser-known-rpm-options/#comments</comments> <pubDate>Thu, 19 Mar 2009 16:18:46 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[rpm]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11339</guid> <description><![CDATA[Using Linux, in one form or another, then you have dealt with one package manager or another. Be it apt, urpmi, dpkg, or rpm, they all have the same goal: Make package management consistent and easy. Each of those tools even have a front-end (or two) to make the job even easier. But there are [...]]]></description> <content:encoded><![CDATA[<p>Using Linux, in one form or another, then you have dealt with one package manager or another. Be it apt, urpmi, dpkg, or rpm, they all have the same goal: Make package management consistent and easy. Each of those tools even have a front-end (or two) to make the job even easier. But there are times when you simply can&#8217;t beat the ol&#8217; tried and true command line. And when you do have to turn to the command line, it&#8217;s nice to know you have the skills to tackle the task at hand.</p><p>I have touched on this topic before in my article &#8220;<a
title="Installing from command line" href="http://www.ghacks.net/2009/01/16/getting-to-know-linux-installing-from-command-line/" target="_blank">Installing From the Command Line</a>&#8220;. That was just grazing the surface. In this article you will learn a bit more about the rpm command line package management system.</p><p><span
id="more-11339"></span>As you may (or may not know) the structure of the RPM command is:</p><p><em>rpm {ARGUMENTS} [OPTIONS] filename</em></p><p>both ARGUMENTS and OPTIONS will depend upon what you are doing. The possibilities are:</p><ul><li>Install: For installation you lead with the <em>i</em> argument (e.g. <em>-ivh</em>)</li><li>Upgrade: For upgrade you lead with the <em>U</em> argument (e.g. <em>-Uvh</em>)</li><li>Remove: For removal you lead with with the <em>e </em>argument (e.g. <em>-evh</em>)</li><li>Query: For querying if a package is installed lead with the (e.g. <em>-q</em>)</li></ul><p>RPM also has some very important other tools and arguments that I want to focus on. Some of these arguments should only be used as a last resort and some of them could become necessary over time.<strong> </strong></p><p><strong>Special Upgrade or Install Arguments</strong></p><p>There are some lesser known arguments for upgrading or installing worth mentioning. The first of these I want to mention is:</p><p><strong><em>&#8211;oldpackage</em></strong> This argument allows you to replace a newer package with an older package. This can come in handy when a newer version of a package comes with bugs or removes features that you liked.</p><p><em><strong>&#8211;nodeps</strong> </em>This argument tells rpm to not do a dependency check before installing or upgrading a package. Use this wisely and sparingly or you will have packages that will not run. I take advantage of this argument when installing packages that have features (which depend upon packages not installed) that I do not want or need. But before using this I make sure my system meets all other dependencies.</p><p><em><strong>&#8211;force</strong></em> This argument will force an install even if it conflicts with another package (the same package or another package). Using this argument can be dangerous and should be used only if you know for sure it will not break your system.</p><p><em><strong>&#8211;test</strong></em> This will run a test transaction. No packages will actually be installed and all conflicts will be reported.</p><p><strong><em>&#8211;nosignature</em></strong> This will not verify a package or package header signature before installing.</p><p><strong><em>&#8211;excludedocs</em></strong> This will tell rpm to install the package but not the package included (if any) documentation.</p><p><strong>Erasing Options</strong></p><p>Here are some helpful erasing options.</p><p><em><strong>&#8211;nodep</strong></em><strong>s</strong><em><strong> </strong></em>This is the same as the installation version</p><p><strong><em>&#8211;repackage</em></strong> This will repackage the application you are removing. Very handy if you decide you want to re-install the package.</p><p><strong>Updating rpm database<br
/> </strong></p><p>One very important use of rpm is to rebuild the rpm database. I have had the rpm database become corrupt for one reason or another. At that point rpm will have trouble doing anything. When you find rpm not being able to execute tasks, one of the reasons will be a corrupt database. You will most likely see some sort of warning referencing a problem with the database. To fix this issue use the <em>&#8211;rebuilddb</em> option. This is used like so:</p><p><em>rpm &#8211;rebuilddb -v<br
/> </em></p><p>and will take some time to complete.</p><p><strong>Final Thoughts</strong></p><p>And there you have it. A closer look at the rpm package manager with regards to lesser known arguments and options. I hope this helps you get to know the rpm system a little better.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/19/get-to-know-linux-lesser-known-rpm-options/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
