软件安装

 1.在线安装

 软件安装 
sudo apt-get install 安装包的名字

sudo apt-get install tree
 软件卸载
 sudo apt-get(apt) remove 软件名字

sudo apt-get remove tree
 软件列表的更新
sudo apt-get update
清空缓存
sudo apt-get(apt) clean

 cd cache/
ls
cd apt
ls
cd archives
sudo apt-get clean

2.软件包安装 Ubuntu下*.deb格式
安装:sudo dpkg -i xxx.deb
卸载:sudo dpkg -r 软件的名字  
posted @ 2018-02-21 13:52  1斑点  阅读(96)  评论(0编辑  收藏  举报