1.Debian体系
//1.获取最新的软件包
//2.同步/etc/apt/sources.list和/etc/apt/sources.list.d中列出的源的索引
apt-get update
//升级已安装的所有软件包
apt-get upgrade
//更新系统版本
apt-get dist-upgrade
//手工安装,找包,检查依赖性太繁琐,所以一般用apt-get
dpkg -i 包名
首先可以进入/etc/apt/sources.list查看一下
- deb 编译好的包
- deb-src 源代码
- distribution 代表发行版本
说明 (component)
Main - Officially supported software.
Restricted - Supported software that is not available under a completely free license.
Universe - Community maintained software, i.e. not officially supported software.
Multiverse - Software that is not free.
PPA(个人软件包裹)