你说的 fetchdebian 可能是指下面几种情况之一,我分别说明一下,你看看是哪个:
很多人会口误成 “fetchdebian”。
sudo apt update
sudo apt install fetchmail
fetchmail -v
配置文件:~/.fetchmailrc
比如你想“fetch a Debian system”:
sudo apt install debootstrap
使用例子:
sudo debootstrap stable /mnt/debian http://deb.debian.org/debian
一般直接用:
wget https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-12.5.0-amd64-DVD-1.iso
或使用 apt 本身的源机制(已是 Debian 自带)。
⚠️ 目前 Debian 官方仓库里并没有叫 fetchdebian 的包。
如果你是在某篇教程 / GitHub 看到的,可以:
which fetchdebian
或贴一下你看到的来源链接,我可以帮你判断怎么装。
我可以直接给你最准确的一条命令。