Ubuntu – Is it possible to upgrade ubuntu 12.04 to 12.04.1

upgrade

I want to upgrade to 12.04.1 from 12.04 LTS. Is it possible? If possible then How?

Best Answer

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:

sudo apt-get update
sudo apt-get dist-upgrade

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.

Related Question