在Debian虚拟机上安装软件主要有以下两种方法:
sudo apt update
sudo apt install 软件包名
sudo apt install vim
sudo dpkg -i 文件名.deb
sudo apt install -f