To update Ubuntu to latest edition, that is Ubuntu 15,10, it is still in developer mode but you can still have it. Only one requirement is needed that is you have a working net connection.
you have to only type some simple code in the terminal and it will ask you to download some files about one GB space it requires and once it downloaded it will again prompt, whether to install it or not.
Also you can have Software updater from the Ubuntu software center and this will also do the same thing.
The command you have to type in the terminal is
" sudo apt-get update && sudo apt-get dist-upgrade"
this command will work for all editions of Ubuntu
you have to only type some simple code in the terminal and it will ask you to download some files about one GB space it requires and once it downloaded it will again prompt, whether to install it or not.
Also you can have Software updater from the Ubuntu software center and this will also do the same thing.
The command you have to type in the terminal is
" sudo apt-get update && sudo apt-get dist-upgrade"
this command will work for all editions of Ubuntu
Comments
Post a Comment