-1
W: Failed to fetch http://ug.archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/Sources  403  Forbidden
Alex Jones
  • 8,192

2 Answers2

-1

Edit the file /etc/apt/sources.list

In the URLs, where you have ug change to us, like http://ug.archive.ubuntu.com/ubuntu/ with http://us.archive.ubuntu.com/ubuntu/

Then update with:

sudo apt-get update

-1

You could try this:

sudo apt-get update --fix-missing

and it might work fine this way.

user.dz
  • 49,176
Michael
  • 2,597