-1
W: Failed to fetch http://ug.archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/Sources  403  Forbidden
Alex Jones
  • 7,982
  • 9
  • 55
  • 94
  • Try using the main server. Go to Dash, type and open 'Software and Updates' and on the 'download from' dropdown, choose the main server. Then try updating again. – Parto Jan 19 '16 at 11:21
  • 1
    show the content of you /etc/apt/sources.list file – WeezHard Jan 19 '16 at 11:55
  • Are you using a proxy or an ISP that filters your internet connection? wget -S http://ug.archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/Sources should return a 404 error code not 403. – bain Jan 19 '16 at 17:58

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

Philippe Gachoud
  • 5,900
  • 3
  • 43
  • 50
WeezHard
  • 99
  • 3
-1

You could try this:

sudo apt-get update --fix-missing

and it might work fine this way.

user.dz
  • 48,105
Michael
  • 2,499
  • 5
  • 19
  • 24