1

I tried to upgrade my ubuntu 12.10 to 13.04,It works correctly.But so slow.Is there any way for faster upgrade?

Nived Kannada
  • 683
  • 4
  • 15
  • 32

1 Answers1

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