第九章 - 安装软件
这一章介绍了在不同的发行版上用不同的方法安装软件.
RedHat系列(rpm),Debian系列(apt-*).还有CentOS的yum.
具体的区别可以看 What is the difference between yum, apt-get, rpm, ./configure && make install?
| 发行版 | 低级管理 | 高级管理 | 
|---|---|---|
| Debian and derivatives | dpkg | apt-get / aptitude | 
| CentOS | rpm | yum | 
| openSUSE | rpm | zypper | 
最后一节介绍了怎样通过源码进行安装.
这里介绍的可能没有以前那么好玩了, 不过都很实用(对每个发行版来说).
 还有80页就翻译完啦~