1

I was trying to install some packages from the Software Centre, running 14.10 Ubuntu by the way, but it said I had to use the multiverse and universe repositories. I tried looking for other answers but it didn't work, it said I could install it but this was the outcome:

check your internet

There was something like:

W:Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/utopic/main/source/Sources  404  Not Found [IP: 91.189.92.201 80]

I can't even use the apt-get upgrade command!

A.B.
  • 92,125

1 Answers1

3

Normally, you can enable the universe and multiverse repositories through the terminal:

sudo add-apt-repository universe
sudo add-apt-repository multiverse

But as you are using 14.10 which is outdated, the official repositories have been moved to a different location and this won't work.

Please upgrade your system! This question will be helpful:
How to install software or upgrade from an old unsupported release?

Byte Commander
  • 110,243