Linux 命令

常用

  • 安装 .deb 文件
1
sudo dpkg -i {packagen ame}

While dpkg -i indeed installs the package, it doesn’t do any automatic dependency resolution. Meanwhile there are two other alternative, using gdebi or the apt-get tool

  • 卸载 .deb
1
sudo dpkg -r {package name}
  • 删除目录
1
rm -rf {dir}

Linux 命令
https://silhouettesforyou.github.io/2024/08/29/8a0141a1393b/
Author
Xiaoming
Posted on
August 29, 2024
Licensed under