2

Through "System Settings" > "Details", it says Ubuntu 12.04. I saw that a new version of 12.04-12.04.1-have been released.

Have "Update Manager" already update/upgrade my version? Or should I download and install?

Thanks for your Answers.

EDIT: Terminal:

ubuntu@CandyCanDoIt:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:    12.04
Codename:   precise
ubuntu@CandyCanDoIt:~$

"Details" in "System Settings": enter image description here

Just uploading: enter image description here

2) enter image description here

3) enter image description here

4) enter image description here

yinon
  • 1,229

2 Answers2

2

Install updates using "Update Manager" is enough. It will install new added package in Ubuntu 12.04.1 for you. Be sure you Ubuntu is always update.

2

Run the following command in the terminal:

lsb_release -a

You'll be able to see the version in Description.

enter image description here

green
  • 14,406