Results 1 to 4 of 4

Thread: Finding out program versions in a release

  1. #1
    Join Date
    Sep 2007
    Beans
    31

    Finding out program versions in a release

    Hi,

    You may sometimes wonder if the newest Ubuntu release contains a certain version of an application, like "Hmm, my present Ubuntu has OpenOffice 2.2. I wonder if Hardy has the new 2.4 already?"

    The best way that I found is to go to ftp.ubuntu.com and navigate through the directory structure to the distro and main/universe/multiverse section and the platform-specific binary directory, e.g.:

    ftp://ftp.ubuntu.com/ubuntu/dists/ha...n/binary-amd64

    There, a file called Packages.gz or something similar tells you which packages belong to the distro, along with information about version. Unpack the file (e.g. "gzip -d Packages.gz"), open it and search for the package of interest. The words "Package: openoffice" seem would be good for the OpenOffice example.

    If you know better method for this, please let me know.

    Vesa

  2. #2
    Join Date
    Jul 2006
    Location
    Belgium
    Beans
    81
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Finding out program versions in a release

    just search on this site: http://packages.ubuntu.com

  3. #3
    Join Date
    May 2007
    Location
    South Africa
    Beans
    13
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Finding out program versions in a release

    Most of the times you could just type

    openoffice --version

    in your terminal

  4. #4
    Join Date
    Jul 2006
    Location
    Belgium
    Beans
    81
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Finding out program versions in a release

    Quote Originally Posted by FerN(SA) View Post
    Most of the times you could just type

    openoffice --version

    in your terminal
    That will give you the version of the current installed openoffice. He wants to know how to figure out the version of a package in a future ubuntu release.

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
  •