<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Fedora Daily Package - Package Management Week</title>
    <link>http://dailypackage.fedorabook.com/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 11 Feb 2008 07:52:42 GMT</pubDate>

    <image>
        <url>http://dailypackage.fedorabook.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Fedora Daily Package - Package Management Week - </title>
        <link>http://dailypackage.fedorabook.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Package Management Week: Tips &amp; Tricks</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/37-Package-Management-Week-Tips-Tricks.html</link>
            <category>Package Management Week</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/37-Package-Management-Week-Tips-Tricks.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;border: 1px solid black; background: rgb(255, 255, 0) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;&lt;b&gt;This week we are diverging from the usual daily themes to present a Focus Week on Package Management.&lt;/b&gt;&lt;br /&gt;This site, the &lt;i&gt;Fedora Daily Package&lt;/i&gt;, is all about the software packages included in Fedora Core and Fedora Extras. Fedora includes a number of powerful tools for managing packages, and this week will focus on those tools so that you can get the most out of your system.&lt;/div&gt;&lt;p&gt;Let&#039;s wrap up this Focus Week with a some tips and tricks in a Q&amp;amp;A format:&lt;/p&gt;&lt;p /&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;b&gt;Q: I have an RPM file that did not come from a yum repository. I can install it with &lt;font face=&quot;courier new,courier,monospace&quot;&gt;rpm -i packagefile&lt;/font&gt;, but then I have to solve the dependencies myself. Is there a way to install a package which is not from a repository, but use the &lt;i&gt;yum&lt;/i&gt; repository system to resolve dependencies?&lt;/b&gt;&lt;p&gt;&lt;b&gt;&lt;br /&gt;A:&lt;/b&gt; Yes -- use the yum command &lt;i&gt;localinstall:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;    &lt;/p&gt;&lt;blockquote&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;b&gt;# &lt;/b&gt;yum localinstall packagefile.rpm&lt;br /&gt;&lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt; &lt;/font&gt;&lt;p /&gt;&lt;/blockquote&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;b&gt;Q: Fedora provides an icon in the notification area/taskbar that shows when packages are available for upgrade. But I run a server, and there&#039;s usually no one logged into the GUI. How can I get my system to automatically install the latest updates, so that it is not left vulnerable to known security risks?&lt;br /&gt;&lt;br /&gt;A:&lt;/b&gt; &lt;a title=&quot;Wednesday Why article on Automatic Software Updates&quot; target=&quot;_blank&quot; href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/29-Wednesday-Why-Automatic-software-updates.html&quot;&gt;Configure &lt;i&gt;yum-updatesd&lt;/i&gt; to automatically install available updates (click!).&lt;/a&gt;&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;a title=&quot;Wednesday Why article on Automatic Software Updates&quot; target=&quot;_blank&quot; href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/29-Wednesday-Why-Automatic-software-updates.html&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;a title=&quot;Wednesday Why article on Automatic Software Updates&quot; target=&quot;_blank&quot; href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/29-Wednesday-Why-Automatic-software-updates.html&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p /&gt;&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;b&gt;Q: &lt;i&gt;Yum&lt;/i&gt; seems dazed and confused, and I think it&#039;s due to some bad repository data being cached. How do I fix this?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;A:&lt;/b&gt; Tell &lt;i&gt;yum&lt;/i&gt; to erase cached data:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;# yum clean all&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt; &lt;br /&gt;&lt;a href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/37-Package-Management-Week-Tips-Tricks.html#extended&quot;&gt;Continue reading &quot;Package Management Week: Tips &amp;amp; Tricks&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 20 Apr 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Package Management Week: Yum Repositories &amp; Plugins</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/36-Package-Management-Week-Yum-Repositories-Plugins.html</link>
            <category>Package Management Week</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/36-Package-Management-Week-Yum-Repositories-Plugins.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;border: 1px solid black; background: rgb(255, 255, 0) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;&lt;b&gt;This week we are diverging from the usual daily themes to present a Focus Week on Package Management.&lt;/b&gt;&lt;br /&gt;This site, the &lt;i&gt;Fedora Daily Package&lt;/i&gt;, is all about the software packages included in Fedora Core and Fedora Extras. Fedora includes a number of powerful tools for managing packages, and this week will focus on those tools so that you can get the most out of your system.&lt;/div&gt;&lt;p&gt;&lt;i&gt;Yum&lt;/i&gt; resolves dependencies and downloads packages from &lt;i&gt;repositories&lt;/i&gt; -- online package libraries. Fedora Core 6 ships with three repositories enabled:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;b&gt;Fedora Core&lt;/b&gt; -- the software packages included in Fedora Core 6. These are the packages included on the distribution media (for example, the DVD or CD-ROMs)&lt;/li&gt;&lt;li&gt;&lt;b&gt;Fedora Updates &lt;/b&gt;-- updates to the packages in Fedora Core 6&lt;/li&gt;&lt;li&gt;&lt;b&gt;Fedora Extras&lt;/b&gt; -- additional software that works with Fedora Core but which is not included on the distribution media&lt;/li&gt;&lt;/ul&gt;(In Fedora 7, Core and Extras are being merged).&lt;br /&gt;&lt;p&gt;Repository configuration files are stored in in &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/etc/yum.repos.d&lt;/font&gt;. By editing these files, it is possible to change the server(s) used for each repository, use a repository on DVD or hard disk, and enable or disable repositories.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/36-Package-Management-Week-Yum-Repositories-Plugins.html#extended&quot;&gt;Continue reading &quot;Package Management Week: Yum Repositories &amp;amp; Plugins&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 19 Apr 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/36-guid.html</guid>
    
</item>
<item>
    <title>Package Management Week: Using Yum</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/35-Package-Management-Week-Using-Yum.html</link>
            <category>Package Management Week</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/35-Package-Management-Week-Using-Yum.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=35</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;border: 1px solid black; background: rgb(255, 255, 0) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;&lt;b&gt;This week we are diverging from the usual daily themes to present a Focus Week on Package Management.&lt;/b&gt;&lt;br /&gt;This site, the &lt;i&gt;Fedora Daily Package&lt;/i&gt;, is all about the software packages included in Fedora Core and Fedora Extras. Fedora includes a number of powerful tools for managing packages, and this week will focus on those tools so that you can get the most out of your system.&lt;/div&gt;&lt;p&gt;The &lt;i&gt;Yum&lt;/i&gt; repository system is layered on top of RPM to facilitate automatic package downloading and dependency resolution. There are seven ways to access &lt;i&gt;Yum&lt;/i&gt; repositories in Fedora 6:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;the &lt;i&gt;yum&lt;/i&gt; command&lt;/li&gt;&lt;li&gt;the &lt;i&gt;pirut&lt;/i&gt; graphical installation/removal tool, located on the menus at Applications &amp;gt; Add/Remove Software&lt;/li&gt;&lt;li&gt;the &lt;i&gt;pup&lt;/i&gt; package updater, located on the menus at Applications &amp;gt; System Tools &amp;gt; Software Updater&lt;/li&gt;&lt;li&gt;the &lt;i&gt;yum-updatesd &lt;/i&gt;service, which normally signals the &lt;i&gt;puplet&lt;/i&gt; applet in the notification area to inform the user of the availability of updates, but which can also be configured to &lt;a href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/29-Wednesday-Why-Automatic-software-updates.html&quot; target=&quot;_blank&quot; title=&quot;Fedora Daily Package - Wednesday Why article on yum-updatesd&quot;&gt;automatically update packages or download available updates&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;the &lt;i&gt;yum-updateonboot&lt;/i&gt; service, which is not installed by default; it automatically updates the system at boot time&lt;/li&gt;&lt;li&gt;the optional &lt;i&gt;kyum&lt;/i&gt; graphical interface for &lt;i&gt;yum&lt;/i&gt; (a KDE alternative to &lt;i&gt;Pirut&lt;/i&gt;)&lt;/li&gt;&lt;li&gt;the &lt;i&gt;yumex&lt;/i&gt; graphical tool, which is available in Fedora Extras -- this is a very powerful GUI tool, providing access to some &lt;i&gt;yum&lt;/i&gt; features that are not accessible through other GUI tools such as &lt;i&gt;pirut&lt;/i&gt; and &lt;i&gt;pup&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;In today&#039;s article I will focus on the first three programs: &lt;i&gt;yum&lt;/i&gt;, &lt;i&gt;pirut&lt;/i&gt;, and &lt;i&gt;pup&lt;/i&gt;. &lt;br /&gt;&lt;a href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/35-Package-Management-Week-Using-Yum.html#extended&quot;&gt;Continue reading &quot;Package Management Week: Using Yum&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 18 Apr 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/35-guid.html</guid>
    
</item>
<item>
    <title>Package Management Week: RPM Queries</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/34-Package-Management-Week-RPM-Queries.html</link>
            <category>Package Management Week</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/34-Package-Management-Week-RPM-Queries.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;border: 1px solid black; background: rgb(255, 255, 0) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;&lt;b&gt;This week we are diverging from the usual daily themes to present a Focus Week on Package Management.&lt;/b&gt;&lt;br /&gt;This site, the &lt;i&gt;Fedora Daily Package&lt;/i&gt;, is all about the software packages included in Fedora Core and Fedora Extras. Fedora includes a number of powerful tools for managing packages, and this week will focus on those tools so that you can get the most out of your system.&lt;/div&gt;&lt;p&gt;The venerable &lt;i&gt;rpm&lt;/i&gt; utility provides command-line access to the RPM system. With the development of the Fedora repository system, &lt;i&gt;rpm&lt;/i&gt; is rarely used for package installation, update, or removal -- &lt;i&gt;yum&lt;/i&gt; serves that role -- but &lt;i&gt;rpm&lt;/i&gt; is still the best tool for directly querying the local database of installed software.&lt;/p&gt;&lt;p&gt;The &lt;i&gt;rpm&lt;/i&gt; query option (&lt;font face=&quot;courier new,courier,monospace&quot;&gt;-q&lt;/font&gt;) provides access to the RPM database. It is used along with options that fall into two distinct categories: those which select the packages for which information is displayed, and those which select the information to be displayed about each of those packages. Here are the most common options:&lt;/p&gt;&lt;p align=&quot;left&quot; style=&quot;margin-bottom: 0in; text-decoration: none;&quot;&gt;&lt;u&gt;&lt;i&gt;Options to select files:&lt;/i&gt;&lt;/u&gt;&lt;/p&gt;&lt;p align=&quot;left&quot; style=&quot;margin-bottom: 0in; text-decoration: none;&quot;&gt;&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;1&quot; style=&quot;width: 100%;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Option&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Selects...&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;i&gt;packagename&lt;/i&gt;&lt;/td&gt;&lt;td&gt;The installed package &lt;i&gt;packagename&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;-a&lt;/td&gt;&lt;td&gt;All installed packages&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;-f &lt;i&gt;filename&lt;/i&gt;&lt;/td&gt;&lt;td&gt;The instaled package that provided &lt;i&gt;filename&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;--whatprovides &lt;i&gt;capabilityname&lt;/i&gt;&lt;/td&gt;&lt;td&gt;The installed package that provides the capability &lt;i&gt;capabilityname&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;--whatrequires &lt;i&gt;capabilityname&lt;/i&gt;&lt;/td&gt;&lt;td&gt;The installed package that depends on the capability &lt;i&gt;capabilityname&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;--triggeredby &lt;i&gt;packagename&lt;/i&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;All installed packages that include a trigger script which is triggered by the installation or removal of &lt;i&gt;packagename&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;-p &lt;i&gt;filename&lt;/i&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The uninstalled package file &lt;i&gt;filename&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;i&gt;&lt;u&gt;Options to control the information displayed:&lt;/u&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;1&quot; style=&quot;width: 100%;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width: 50%;&quot;&gt;&lt;b&gt;Option&lt;/b&gt;&lt;/td&gt;&lt;td style=&quot;width: 50%;&quot;&gt;&lt;b&gt;Displays...&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;width: 50%;&quot;&gt;(nothing)&lt;/td&gt;&lt;td style=&quot;width: 50%;&quot;&gt;The package name and version&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;width: 50%;&quot;&gt;-l&lt;/td&gt;&lt;td style=&quot;width: 50%;&quot;&gt;List of all files in the package&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;width: 50%;&quot;&gt;-c&lt;/td&gt;&lt;td style=&quot;width: 50%;&quot;&gt;List of config files in the package&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;-d&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;List of documentation files in the package&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;--provides&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;List of capabilities provided by the package&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;--requires&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;List of capabilities required by the package (dependencies)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;-i&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;Detailed metadata about the packages&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;--scripts&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;Installation/uninstallation scripts included in the package&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;--triggers&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;Trigger scripts included in the package&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;These arguments can be combined in many different ways. Here are some examples:&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://dailypackage.fedorabook.com/index.php?/archives/34-Package-Management-Week-RPM-Queries.html#extended&quot;&gt;Continue reading &quot;Package Management Week: RPM Queries&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 17 Apr 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/34-guid.html</guid>
    
</item>
<item>
    <title>Package Management Week: RPM Basics</title>
    <link>http://dailypackage.fedorabook.com/index.php?/archives/33-Package-Management-Week-RPM-Basics.html</link>
            <category>Package Management Week</category>
    
    <comments>http://dailypackage.fedorabook.com/index.php?/archives/33-Package-Management-Week-RPM-Basics.html#comments</comments>
    <wfw:comment>http://dailypackage.fedorabook.com/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://dailypackage.fedorabook.com/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Chris Tyler)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;border: 1px solid black; background: rgb(255, 255, 0) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;&lt;b&gt;This week we are diverging from the usual daily themes to present a Focus Week on Package Management.&lt;/b&gt;&lt;br /&gt;This site, the &lt;i&gt;Fedora Daily Package&lt;/i&gt;, is all about the software packages included in Fedora Core and Fedora Extras. Fedora includes a number of powerful tools for managing packages, and this week will focus on those tools so that you can get the most out of your system.&lt;/div&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;The Fedora linux distribution is comprised of thousands of &lt;i&gt;RPM packages&lt;/i&gt;. RPM stands for &lt;i&gt;RPM Package Manager&lt;/i&gt; and refers to the package format, the tool used to manage packages, and the overall package system. RPM is important not only to Fedora but to the entire Linux community, because it is the package format specified in ISO 23360, the &lt;i&gt;Linux Standard Base&lt;/i&gt;.&lt;p&gt;An RPM package is a single file containing all of the components necessary to install one feature, such as a software application, a group of related utilities, a driver, or a set or fonts or artwork files. The components contained in an RPM package may include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;software (binaries or scripts)&lt;/li&gt;&lt;li&gt;configuration files&lt;/li&gt;&lt;li&gt;documentation, including manpages, info files, on-line help files, and text files&lt;/li&gt;&lt;li&gt;data such as fonts, artwork, sound files, game levels, and XML stylesheets&lt;/li&gt;&lt;li&gt;sample data files to aid the user in learning how to use an application&lt;/li&gt;&lt;li&gt;scripts which are executed before or after the package is installed, and before or after the package is removed&lt;/li&gt;&lt;li&gt;triggers: scripts which are executed when &lt;i&gt;another &lt;/i&gt;package is installed or removed&lt;/li&gt;&lt;li&gt;metadata, or data about the package, including the package name, summary, and description, software version, package revision, build date, packager name, build host, license, source URL (upstream website), and more&lt;/li&gt;&lt;li&gt;a list of the capabilities provided by the package&lt;/li&gt;&lt;li&gt;a list of the package&#039;s dependencies -- capabilities required in order to successfully install and use the package&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The RPM system tracks installed packages in a local database, which is invaluable to a system administrator -- the database makes it easy to find out what is installed, identify the source of mystery files, determine if files have changed, and check which license applies to a package.&lt;/p&gt;&lt;p&gt;When installing a package, the RPM system can determine when other packages are needed to meet dependencies, but RPM itself cannot determine which packages will solve those dependencies. The &lt;i&gt;yum&lt;/i&gt; repository system builds on RPM, permitting dependencies to be solved automatically by searching repositories of packages.&lt;/p&gt;&lt;p&gt;In the next few days we&#039;ll examine the Fedora package tools in detail:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Tuesday - Using the &lt;i&gt;rpm&lt;/i&gt; command to query the package database as well as install, update, and remove packages.&lt;/li&gt;&lt;li&gt;Wednesday - Using &lt;i&gt;yum&lt;/i&gt; repository tools, including &lt;i&gt;yum&lt;/i&gt;, &lt;i&gt;pirut, pup, yum-updatesd, &lt;/i&gt;and &lt;i&gt;yumex&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;Thursday - Enabling and disabling repositories and using &lt;i&gt;yum&lt;/i&gt; plugins.&lt;/li&gt;&lt;li&gt;Friday - Package management tips and tricks.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt; &lt;p /&gt; 
    </content:encoded>

    <pubDate>Mon, 16 Apr 2007 00:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://dailypackage.fedorabook.com/index.php?/archives/33-guid.html</guid>
    
</item>

</channel>
</rss>