W: Failed to fetch http://ug.archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/Sources 403 Forbidden
Asked
Active
Viewed 141 times
-1

Alex Jones
- 7,982
- 9
- 55
- 94

Mazinga Adam
- 1
- 1
2 Answers
-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
/etc/apt/sources.list
file – WeezHard Jan 19 '16 at 11:55wget -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