4

I try to upgrade to the latest release of Ubuntu (14.04 - Alpha).

I typed this in the Terminal:

$ sudo update-manager -d

After some checks, a popup appeared:

I clicked the Upgrade... button:

Preparing to upgrade was successful, but Setting new sofware channels fails:

How can this be fixed?

kiri
  • 28,986
Ionică Bizău
  • 9,803
  • 25
  • 89
  • 129

1 Answers1

3

Just disable the "extra" repositories. These packages still not have trusty counter part, since most of them are for Stable versions:

enter image description here

To disable the extras repositories, just remove all the extras entries from /etc/apt/sources.list file or use the software sources and untick the extras entries there.

sudo sed -i '/extras\.ubuntu\.com/d' /etc/apt/sources.list
Braiam
  • 69,112