首先去官网下载.deb的安装包
进入安装目录
sudo apt install ./<file>.deb
# If you‘re on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i <file>.deb
# sudo apt-get install -f # Install dependencies
原文:https://www.cnblogs.com/momeiwufeng/p/13096330.html