离线安装软件包

下载地址: https://packages.ubuntu.com/

搜索包 nfs-common
查看系统版本
cat /etc/os-release
下载,上传到ubuntu

sudo dpkg -i xx.deb #安装包

默认下载包的地址
ls /var/cache/apt/archives/

方法二

https://blog.csdn.net/zong596568821xp/article/details/105994450

位置 /var/cache/apt/archives

下载离线安装包
apt-get -d install ntpdate

实例 安装nfs

搜索 nfs-common
搜索依赖包
libnfsidmap2
libtirpc-common
libtirpc3
rpcbind
keyutils
nfs-common

依次安装

在线安装

apt-get install nfs-common