1

i have ubuntu server 15.04 , and now i tried to install NTP server but i can't install because some packages was missing sudo apt-get install

root@server:/home/technical# apt-get install ntp
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libopts25
Suggested packages:
  ntp-doc
The following NEW packages will be installed:
  libopts25 ntp
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 481 kB of archives.
After this operation, 1,698 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
WARNING: The following packages cannot be authenticated!
  libopts25 ntp
Install these packages without verification? [y/N] y
Err http://id.archive.ubuntu.com/ubuntu/ vivid/main libopts25 amd64   1:5.18.4-3
  404  Not Found [IP: 91.189.88.161 80]
Err http://id.archive.ubuntu.com/ubuntu/ vivid-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu6.3
  404  Not Found [IP: 91.189.88.161 80]
E: Failed to fetch http://id.archive.ubuntu.com/ubuntu/pool/main/a/autogen/libopts25_5.18.4-3_amd64.deb  404  Not Found [IP: 91.189.88.161 80]

E: Failed to fetch http://id.archive.ubuntu.com/ubuntu/pool/main/n/ntp/ntp_4.2.6.p5+dfsg-3ubuntu6.3_amd64.deb  404  Not Found [IP: 91.189.88.161 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

any body know how to fix this?

N0rbert
  • 103,263

1 Answers1

1

Ubuntu 15.04 is not supported since 2 years. That is why there is no data available to it.

It is in fact not a LTS relese. Update to a supported release e.g. 16.04 (LTS) or 17.10.

mbeyss
  • 1,038