前言

  • 本文测试环境为 Ubuntu Server 20.04 LTS
  • 本文依据这篇文章整顿: https://stackoverflow.com/que...

在线下载

  • 下载
PACKAGES="smbclient cifs-utils"apt download $(apt depends --recurse --no-recommends --no-suggests \  --no-conflicts --no-breaks --no-replaces --no-enhances \  --no-pre-depends ${PACKAGES} | grep "^\w") 
  • 打包
tar -czvf smb.tar.gz ./smb/

离线装置

  • 解压
tar -xzvf smb.tar.gz
  • 装置
sudo dpkg -i *.deb
本文出自 qbit snap