apt-get install nfs-kernel-server fails

Asked by anthony Berthet

Dear Ubuntu team,

It seems that apt-get does not find the latest nfs-kernel-server packages. Doing:
   apt-get install nfs-kernel-server
gives the following because it seems that nfs-utils was uodated to 4.2 and 4.1 is not available at http://de.archive.ubuntu.com/ubuntu/pool/main/n/nfs-utils/:

 sudo apt-get install nfs-kernel-server

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libgssglue1 libnfsidmap2 librpcsecgss3 nfs-common portmap
The following NEW packages will be installed:
  libgssglue1 libnfsidmap2 librpcsecgss3 nfs-common nfs-kernel-server portmap
0 upgraded, 6 newly installed, 0 to remove and 244 not upgraded.
Need to get 372kB/494kB of archives.
After this operation, 1,536kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main nfs-common 1:1.2.0-4ubuntu4.1
  404 Not Found [IP: 156.117.197.212 80]

Thanks and best regards,
Anthony

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nfs-utils Edit question
Assignee:
No assignee Edit question
Solved by:
anthony Berthet
Solved:
Last query:
Last reply:
Revision history for this message
anthony Berthet (a-berthet) said :
#1

This is for lucid / Ubuntu 10.4 LTS.

Revision history for this message
anthony Berthet (a-berthet) said :
#2

I updated the list of pakages and the new packages could be found:
    sudo apt-get update
    sudo apt-get install nfs-kernel-server