Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How do I know what version of Ubuntu I am using?

  1. #1
    Join Date
    Jul 2006
    Location
    UK
    Beans
    47
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question How do I know what version of Ubuntu I am using?

    I installed Feisty from cd and have always done my updates. Does that mean I now have 9.04 installed? I never really pay attention to what the updates are, but occasionally get a message asking whether I want to keep my existing menu.lst settings, which I do. Would this be when the version changes?
    __________________________________________________ _________________
    AMD 64 3000+ | ASUS K8V SE Deluxe | 2GB DDR RAM | ATI Radeon 9600 SE 256MB
    sd0 = 250GB SATA2 | sd1 = 250GB SATA2 | hd0 = 40GB IDE

  2. #2
    Join Date
    Dec 2007
    Location
    Aberystwyth, Wales
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How do I know what version of Ubuntu I am using?

    System -> About Ubuntu

  3. #3
    Join Date
    Jul 2008
    Location
    /dev/null
    Beans
    Hidden!

    Re: How do I know what version of Ubuntu I am using?

    Quote Originally Posted by Jerubaal View Post
    I installed Feisty from cd and have always done my updates. Does that mean I now have 9.04 installed? I never really pay attention to what the updates are, but occasionally get a message asking whether I want to keep my existing menu.lst settings, which I do. Would this be when the version changes?
    What's the output of
    Code:
    lsb_release -a

  4. #4
    Join Date
    Jul 2009
    Location
    Springfiled, OH
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How do I know what version of Ubuntu I am using?

    If you are just doing updates and didn't do any upgrades you are still using 7.04.

  5. #5
    Join Date
    Jul 2008
    Location
    /dev/null
    Beans
    Hidden!

    Re: How do I know what version of Ubuntu I am using?

    Quote Originally Posted by mhurst102282 View Post
    If you are just doing updates and didn't do any upgrades you are still using 7.04.
    True besides you need to upgrade to the immediate next release and not directly to any other future release! E.g.-> You need to upgrade to 7.10 first from 7.04 before you can upgrade to 8.04

  6. #6
    Join Date
    Jul 2006
    Location
    UK
    Beans
    47
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do I know what version of Ubuntu I am using?

    I'm at work (*******) so will have to check when I get home. I recall changing the desktop image from hardy back to the elephant hide, so I must have got that far.

    Thanks for the all the swift replies!
    __________________________________________________ _________________
    AMD 64 3000+ | ASUS K8V SE Deluxe | 2GB DDR RAM | ATI Radeon 9600 SE 256MB
    sd0 = 250GB SATA2 | sd1 = 250GB SATA2 | hd0 = 40GB IDE

  7. #7
    credobyte is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Jun 2009
    Beans
    1,559
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How do I know what version of Ubuntu I am using?

    To check Ubuntu version, open terminal and type in:
    Code:
    uname -a
    uname has a few more arguments, so .. check manpages - might be useful

  8. #8
    Join Date
    Dec 2006
    Beans
    390
    Distro
    Ubuntu Development Release

    Re: How do I know what version of Ubuntu I am using?

    Quote Originally Posted by credobyte View Post
    To check Ubuntu version, open terminal and type in:
    Code:
    uname -a
    uname has a few more arguments, so .. check manpages - might be useful
    The best part of using uname is that it's distro-agnostic where as lsb_release might not exist in other distros.
    registered linux user 426057

  9. #9
    Join Date
    Jul 2008
    Location
    /dev/null
    Beans
    Hidden!

    Re: How do I know what version of Ubuntu I am using?

    Quote Originally Posted by credobyte View Post
    To check Ubuntu version, open terminal and type in:
    Code:
    uname -a
    uname has a few more arguments, so .. check manpages - might be useful
    That's not gonna give the Codename or version afaik! Atleast it doesn't for me.
    Code:
    shy@z$ uname -a
    Linux shy 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 09:49:51 UTC 2009 x86_64 GNU/Linux

  10. #10
    Join Date
    Dec 2006
    Beans
    390
    Distro
    Ubuntu Development Release

    Re: How do I know what version of Ubuntu I am using?

    Quote Originally Posted by ~sHyLoCk~ View Post
    That's not gonna give the Codename or version afaik! Atleast it doesn't for me.
    Code:
    shy@z$ uname -a
    Linux shy 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 09:49:51 UTC 2009 x86_64 GNU/Linux
    Huh. Well you could work it out from the kernel release
    registered linux user 426057

Page 1 of 2 12 LastLast

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
  •