Download latest Ubuntu version from linux command

I have ubuntu 10.4 on my system and want to download newer Ubuntu version like 11.04.
Is there any linux command(something like apt-get source used for downloading kernel source) using which I can download directly the newer ubuntu relaease?

You can upgrade your distribution using apt-get / or similar.

Please look @ ubuntu's documentation about upgrading your distribution to newer release
https://help.ubuntu.com/community/PreciseUpgrades

1 Like

To upgrade:

sudo do-release-upgrade

This should be done from the terminal and not from a remote terminal (ssh, telnet, etc).

1 Like