apt-get详解

利用光盘更换软件源:放置指定系统版本光盘(ubuntu-9.10-server-amd64.iso)

apt-cdrom add ubuntu-9.10-server-amd64.iso

查看软件源是否被更新:

cat /etc/apt/sources.list
deb [arch=amd64] cdrom:[Ubuntu-Server 9.10 _Karmic Koala_ - Release amd64 (20091027.2)]/ karmic main restricted(如64位系统增加[arch=amd64])
清除原有缓存

apt-get clean

更新现有源

apt-get update
安装示例:

apt-get install php5

你可能感兴趣的:(apt-get详解)