0

I am a new user to Ubuntu, presently using Ubuntu 13.04 32-bit. I can't install any software from the Ubuntu Software Center. I am getting errors such as: failed to download repository information.

karel
  • 114,770
madhu
  • 9
  • 1
  • 2

1 Answers1

1

Try this. just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get clean
sudo apt-get upgrade && sudo apt-get update

If that doesn't help, try changing the download server as show in the image below.

enter image description here

Mitch
  • 107,631