Ubuntu安装与卸载软件
Ubuntu软件安装
- 离线安装(deb文件格式安装)
- 在线安装(apt-get方式安装)
deb 格式的文件
sudo dpkg -i xxxx.deb
apt-get
sudo apt–get install 安装包
更改镜像源
可查看:https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/
站内传送:传送
软件卸载
Ubuntu软件卸载有两种方式:
- 离线安装包的卸载(deb 文件格式卸载)
- 在线安装包的卸载(apt-get 方式卸载)
deb
sudo dpkg –r 安装包名
apt-get
sudo apt-get remove 安装包名
文章目录
关闭
共有 0 条评论