首页 > 其他 > 详细

软件安装

时间:2018-02-21 14:06:54      阅读:184      评论:0      收藏:0      [点我收藏+]

 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 软件的名字  

软件安装

原文:https://www.cnblogs.com/MAPO/p/8456553.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!