码迷,mamicode.com
首页 > 其他好文 > 详细

软件安装

时间:2018-02-21 14:12:15      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:upd   nbsp   dpkg   格式   get   post   软件   rem   在线安装   

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

软件安装

标签:upd   nbsp   dpkg   格式   get   post   软件   rem   在线安装   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!