I tried to upgrade my ubuntu 12.10 to 13.04,It works correctly.But so slow.Is there any way for faster upgrade?
Asked
Active
Viewed 252 times
1 Answers
1
To upgrade just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the commands below:
sudo apt-get update && sudo apt-get dist-upgrade
Once done, you would do
sudo update-manager -d
When the window opens, just click on upgrade, and just follow the instructions.

Mitch
- 107,631