Failed to fetch in http://ftp.uk.debian.org/

Post Reply
bfcrew
Posts: 24
Joined: Mon Jun 22, 2020 3:41 pm
Been thanked: 2 times

Hi dpeca,

There's one server giving me problem, when I tried to install Curl it said unable to fetch.

Code: Select all

root@Nyvada:~# curl -O http://c.myvestacp.com/vst-install-debian.sh
-bash: curl: command not found
root@Nyvada:~# apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libcurl4
The following NEW packages will be installed:
  curl libcurl4
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 596 kB of archives.
After this operation, 1,123 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://ftp.uk.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4
  404  Not Found [IP: 78.129.164.123 80]
Err:2 http://ftp.uk.debian.org/debian buster/main amd64 curl amd64 7.64.0-4
  404  Not Found [IP: 78.129.164.123 80]
E: Failed to fetch http://ftp.uk.debian.org/debian/pool/main/c/curl/libcurl4_7.64.0-4_amd64.deb  404  Not Found [IP: 78.129.164.123 80]
E: Failed to fetch http://ftp.uk.debian.org/debian/pool/main/c/curl/curl_7.64.0-4_amd64.deb  404  Not Found [IP: 78.129.164.123 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@Nyvada:~# apt-get update
Get:1 http://ftp.uk.debian.org/debian buster InRelease [122 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://ftp.uk.debian.org/debian buster-updates InRelease [51.9 kB]
Reading package lists... Done
N: Repository 'http://ftp.uk.debian.org/debian buster InRelease' changed its 'Version' value from '10.1' to '10.10'
E: Repository 'http://ftp.uk.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://ftp.uk.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
root@Nyvada:~#
And then I tried to just wget the vst-install-debian.sh from myvesta.
But when installing MyVesta it also gave me a lot of E: Failed to fetch http://ftp.uk.debian.org/

Is there anyway I could fix this?

Thanks in advance.
bfcrew
Posts: 24
Joined: Mon Jun 22, 2020 3:41 pm
Been thanked: 2 times

I think I solved it from here https://www.linuxquestions.org/question ... 175685442/

Thanks!
Post Reply