Results 1 to 3 of 3

Thread: Version Check

  1. #1
    Join Date
    Mar 2008
    Beans
    3

    Version Check

    We are attempting to determine if our system machine is running Ubuntu server or desktop. Is there an easy way to determine what version of software you're running?
    Help Please......

  2. #2
    Join Date
    Oct 2007
    Location
    Serbia, Nis
    Beans
    233
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Version Check

    Is looking at "System -> About Ubuntu" of any help?
    .___.___.__...__..___..__....__..__..
    |.__|.__|._\./__\|._.\/..\../..|/..\.
    |._||._||.v.|.\/.|.v././\.|.`7.|.//.|
    |_|.|___|__/.\__/|_|_\_||_|..|_|\__/.

  3. #3
    Join Date
    Apr 2007
    Location
    Munich, Germany
    Beans
    1,578
    Distro
    Ubuntu

    Re: Version Check

    well, a few ideas (i can't check if they say if it's desktop or not) but
    Code:
    lsb_release -a
    uname -a
    may tell you, and the easiest check is...when you installed Ubuntu did you install it from a fully-functional desktop environment off the CD and did it install a GUI? If so, it's the Desktop version. Ultimately the Server and the Desktop systems are the same setup, with a few changes (such as the server can install apache and such from the initial setup, and has no GUI, whereas the Desktop has no apache but a GUI).

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
  •