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