📌  相关文章
📜  安装 debian 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:34.043000             🧑  作者: Mango

代码示例1
sudo apt install ./.deb

# If you're on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i .deb
# sudo apt-get install -f # Install dependencies