I have a package I want to install (libproxy1-plugin-webkit) however it keeps trying to connect a specific mirror that I can't connect to. I tried adding a few other mirrors that were listed in How can I get apt to use a mirror close to me, or choose a faster mirror? to the top of my /etc/apt/sources.list file but still the same. So how can I tell it to use one of the other mirrors?
Asked
Active
Viewed 561 times
0
-
1Have you removed the old entry and, after that, ran `apt-get update`? – zx485 Mar 19 '20 at 21:16
-
DON'T add multiple mirrors of the same repository. Apt assumes that you, the human, have selected the mirror that you want it to use. It won't choose for you. – user535733 Mar 19 '20 at 21:28
-
Is there no way to specify which mirror I want to use without removing the old entries? – Kotosif Mar 20 '20 at 14:10