I want to upgrade to 12.04.1 from 12.04 LTS. Is it possible? If possible then How?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
You don't need to do anything special. Just update your PC either using the Upgrade Manager (how you normally get updates) or use the following command:
There isn't anything special about the point releases, they are just bundled updates. It's more for when you download an iso, so it will have more of the updates already. |
||||
|
|
|
If you are running 12.04 with all the updates you are running 12.04.1 12.04.1 is just a "point release", which adds the updates into the ISO file. You can read about the process here. It is not a distribution upgrade so you won't see the option to upgrade in update manager. |
|||
|
|
|
To verify if you have updated to Ubuntu 12.04.1 LTS. Run this command on your Terminal: cat /etc/issue |
|||
|
|
lsb_release -ato check, you're probably already in 12.04.1 if you've done all the updates. – Peachy Aug 25 '12 at 6:33