nfs-utils?

Keith keithw at caramail.com
Sat Aug 26 16:22:58 UTC 2023


On 8/26/23 10:10, Jay Ridgley wrote:
> Good Morning,
> 
> Trying to set up NSF client...
> 
> installed nfs-common  - no problems
> 
> What causes this:
> 
> jay at polar:~$ sudo apt install nfs-utils
> [sudo] password for jay:
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> E: Unable to locate package nfs-utils
> 
> How do I get this installed?
You already installed it with nfs-common. It provides nsf-client and the 
nfs utility binaries.

nfs-utils is not a binary package. Rather, it is the name of the source 
code archive from which the nfs-common and nfs-kernel-server binary 
packages are built:

(jammy)
Package: nfs-common
Source: nfs-utils
Provides: nfs-client
Version: 1:2.6.1-1ubuntu1.2


Package: nfs-kernel-server
Source: nfs-utils
Provides: knfs, nfs-server
Version: 1:2.6.1-1ubuntu1.2


Should note that accessing nfs shares does not necessarily require 
nfs-client. Accessing a nfs share from a gnome program like the Nautilus 
file manager requires a separate nfs library, libnfs13, which is usually 
installed by default.


-- 
Keith





More information about the ubuntu-users mailing list