根据搜索结果,暂时无法查找到通过fetchdebian安装新软件的方法,但是我可以为您提供通过apt-get在Debian系统上安装新软件的方法:
apt-get update
使用 apt-get install 命令来安装新软件包。例如,安装名为 example-package 的软件包:
apt-get install
example-package
apt-get install example-package