Results 1 to 3 of 3

Thread: Getting to know release date of a package

  1. #1

    Getting to know release date of a package

    Hi,

    This command 'rpm -qi fedora-release' gives the following output, which gives the build date of Fedora as the OS on the system:

    Name : fedora-release Relocations: (not relocatable)
    Version : 5 Vendor: Red Hat, Inc.
    Release : 5 Build Date: Tue 14 Mar 2006 11:20:53 PM PDT
    Install Date: Fri 02 Feb 2007 11:17:59 PM PDT Build Host: hs20-bc1-6.build.redhat.com
    Group : System Environment/Base Source RPM: fedora-release-5-5.src.rpm
    Size : 3484422 License: GFDL
    Signature : DSA/SHA1, Tue 14 Mar 2006 11:32:36 PM PDT, Key ID b44269d04f2a6fd2
    Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
    Summary : Fedora Core release file
    Description :
    Fedora Core release file

    But these commands do not necessarily give out the same release/build related info of a certain package, why so? Thanks......

    [root@localhost Desktop]# rpm -qi php-release
    package php-release is not installed
    [root@localhost Desktop]# rpm -qi mysql-release
    package mysql-release is not installed
    [root@localhost Desktop]# rpm -qi ruby-release
    package ruby-release is not installed
    [root@localhost Desktop]# rpm -qi python-release
    package python-release is not installed

  2. #2
    the command you are giving is for installed packages

    for uninstalled pakages use the command like this

    #rpm -qip webmin-1.340-1.noarch.rpm

  3. #3
    Quote Originally Posted by Zahid.Shafique View Post
    the command you are giving is for installed packages

    for uninstalled pakages use the command like this

    #rpm -qip webmin-1.340-1.noarch.rpm
    Well done great help, thanks a lot..

Similar Threads

  1. Longhorn preliminary release notes
    By regix in forum Windows - General Topics
    Replies: 1
    Last Post: 07-25-2005, 11:20 AM
  2. Windows Longhorn Release notes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-28-2005, 07:51 AM
  3. Release date for RH7.4?
    By Blaqb0x in forum Linux - General Topics
    Replies: 3
    Last Post: 09-10-2002, 03:57 PM
  4. Replies: 9
    Last Post: 08-22-2002, 07:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •