Skip to main content

Ubuntu 16.04 LTS : Fixing issue on 0% [Connecting to ph.archive.ubuntu.com (202.90.159.172)]

Resolution:
Change your mirrors, then update your sources.
Workaround is to use sed to change ph with us mirrors:

Terminal:
$ sudo sed -i s/ph.archive/us.archive/  /etc/apt/sources.list

Comments