FetchDebian 利用镜像源的方法如下:
sudo apt install fetchdebian 安装。/etc/fetchdebian.conf,设置 mirror 选项为镜像源地址(如 https://deb.debian.org/debian/)。-m 临时指定镜像源,例如:fetchdebian -m http://mirror.example.com/debian/ package_name。sudo fetchdebian update 同步镜像源中的软件包。fetchdebian download 或 fetchdebian iso 等命令指定镜像源下载镜像或软件包。注:部分操作需根据实际需求调整配置文件参数(如版本、架构等)。