<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: linux rpm command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924932#M26658</link>
    <description>&lt;!--!*#--&gt;Also in the &lt;BR /&gt;/var/log/rpmpkgs&lt;BR /&gt;you will find what rpm are installed, but there is normaly also some /var/log/rpmpkgs.1&lt;BR /&gt;/var/log/rpmpkgs.2 /var/log/rpmpkgs.'x' &lt;BR /&gt;&lt;BR /&gt;theses files are rotated by logrotate and the number of version in the /var/log and rate at which the files are created is set by the conf file. /etc/logrotate.conf&lt;BR /&gt;&lt;BR /&gt;This can sometimes be usefull if to find the package that have 'recently' been updated...and the 'old' previous version.&lt;BR /&gt;&lt;BR /&gt;like ex:&lt;BR /&gt;&lt;BR /&gt;# diff /var/log/rpmpkgs /var/log/rpmpkgs.1&lt;BR /&gt;# diff /var/log/rpmpkgs /var/log/rpmpkgs.2&lt;BR /&gt;# diff /var/log/rpmpkgs /var/log/rpmpkgs.'x'&lt;BR /&gt;&lt;BR /&gt;sometime /var/log/messages and messages.1 etc can also be usefull&lt;BR /&gt;&lt;BR /&gt;enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Jan 2007 07:37:25 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2007-01-15T07:37:25Z</dc:date>
    <item>
      <title>linux rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924927#M26653</link>
      <description>newbie question - is there an option to see if there is a certain version OR NEWER of a package? I know you can use rpm -q &lt;PACKAGE.VERSION&gt; - but is there a way to list all versions or versions at a certain level or newer? THanks&lt;/PACKAGE.VERSION&gt;</description>
      <pubDate>Thu, 11 Jan 2007 13:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924927#M26653</guid>
      <dc:creator>Michael Murphy_2</dc:creator>
      <dc:date>2007-01-11T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: linux rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924928#M26654</link>
      <description>You can use:&lt;BR /&gt;&lt;BR /&gt;rpm -qa |grep &lt;PACKAGE&gt;&lt;BR /&gt;&lt;BR /&gt;This will obtain the package version. You can identify if the version is the required from the result of that command.&lt;/PACKAGE&gt;</description>
      <pubDate>Thu, 11 Jan 2007 14:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924928#M26654</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-01-11T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: linux rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924929#M26655</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;rpm packaging overwrites the previous verion of the package in most cases, leaving no trace of the previous version. Thats what up2date does, which issues an rpm -Uvh or -Fvh to install the newer package.&lt;BR /&gt;&lt;BR /&gt;Ivan's command will work, if indeed the package is there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Jan 2007 14:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924929#M26655</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-11T14:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: linux rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924930#M26656</link>
      <description>e.g.,&lt;BR /&gt;&lt;BR /&gt;up2date -l kernel*&lt;BR /&gt;&lt;BR /&gt;shows your current installed kernel-* verison and newer version available &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2007 14:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924930#M26656</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2007-01-11T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: linux rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924931#M26657</link>
      <description>Depends on your distro &amp;amp; repository type. &lt;BR /&gt;&lt;BR /&gt;If you'are using a yum based distro like Fedora or Red Hat Enterprise Linux &amp;gt;= 5, you can use 'yum check-update' or 'yum list &lt;PACKAGENAME&gt;'&lt;BR /&gt;&lt;BR /&gt;For Red Hat 2.1/3.0/4.0 you can use:&lt;BR /&gt;'up2date -l package' as George said before.&lt;BR /&gt;&lt;BR /&gt;If you're running SuSE you might want to try the yast utility.&lt;BR /&gt;&lt;/PACKAGENAME&gt;</description>
      <pubDate>Sun, 14 Jan 2007 18:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924931#M26657</guid>
      <dc:creator>Siert Zijl</dc:creator>
      <dc:date>2007-01-14T18:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: linux rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924932#M26658</link>
      <description>&lt;!--!*#--&gt;Also in the &lt;BR /&gt;/var/log/rpmpkgs&lt;BR /&gt;you will find what rpm are installed, but there is normaly also some /var/log/rpmpkgs.1&lt;BR /&gt;/var/log/rpmpkgs.2 /var/log/rpmpkgs.'x' &lt;BR /&gt;&lt;BR /&gt;theses files are rotated by logrotate and the number of version in the /var/log and rate at which the files are created is set by the conf file. /etc/logrotate.conf&lt;BR /&gt;&lt;BR /&gt;This can sometimes be usefull if to find the package that have 'recently' been updated...and the 'old' previous version.&lt;BR /&gt;&lt;BR /&gt;like ex:&lt;BR /&gt;&lt;BR /&gt;# diff /var/log/rpmpkgs /var/log/rpmpkgs.1&lt;BR /&gt;# diff /var/log/rpmpkgs /var/log/rpmpkgs.2&lt;BR /&gt;# diff /var/log/rpmpkgs /var/log/rpmpkgs.'x'&lt;BR /&gt;&lt;BR /&gt;sometime /var/log/messages and messages.1 etc can also be usefull&lt;BR /&gt;&lt;BR /&gt;enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jan 2007 07:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rpm-command/m-p/3924932#M26658</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2007-01-15T07:37:25Z</dc:date>
    </item>
  </channel>
</rss>

