在 Debian 系统下安装软件包常用方法如下:
sudo apt update
sudo apt install <package_name>
sudo dpkg -i <package_file.deb>
sudo apt install -f