29
Dec
10

How-to: Find out what is your Ubuntu Version!

Appendix II) Find out what is your Ubuntu Version

1) Choose one of the below methods

A) System > Administration > System Monitor

B) Open a terminal window > type  “more /etc/apt/sources.list | grep Ubuntu”

C) way cooler versions here.

2) Understanding the crazy names!

Sometimes people refer to Ubuntu (and other Linux distributions) by their number-code and other times by code-name, here’s a quick reference list:

 


3 Responses to “How-to: Find out what is your Ubuntu Version!”


  1. 1 Geaoy
    May 6, 2011 at 10:10 am

    To know if the installed Ubuntu is of 32 or 64 bits:
    uname -m
    If it shows i686 or i386 it means 32 bits.
    If it shows x86_64 it means 64 bits.

    If the CPU is of 32 bits Ubuntu must be of 32 bits.
    If the CPU is of 64 bits it can work in 64 or 32 bits. So we can choose: Ubuntu can be of 32 bits or of 64 bits.

    To know if the CPU is of 32 or 64 bits:
    a) grep -w lm /proc/cpuinfo
    If we see lm in red is of 64 bits. Otherwise is of 32 bits.
    b) sudo lshw | grep “description: CPU” -A 12 | grep width
    It says clearly what we want to know.

  2. 2 Geaoy
    May 6, 2011 at 10:52 am

    Another way to know if the installed Ubuntu is of 32 or 64 bits:
    getconf LONG_BIT

  3. 3 Rwqeg
    June 3, 2011 at 1:51 pm

    In the command …
    sudo lshw | grep “description: CPU” -A 12 | grep width
    … the quotation marks have to be vertical so it works.

    Probably they have been converted again in typographic ones. I hope they appear well now (I’m using the HTML code for them: ampersand number sign 34 semicolon):
    sudo lshw | grep "description: CPU" -A 12 | grep width


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s


The library

Moving Towards Linux…

The documentation of a change process: from Windows to Linux. Targeting daily usage and loads of application instalation.
The purpose is to honestly discuss the possibilities and dis/advantages of Open-Source Operating Systems.

Contributors

The banner image is a Creative Commons Licensed photograph by izarbeltza. (flickr.com/photos/izarbeltza)

Twit away!


%d bloggers like this: