APT Debian封装管理员
大部份的封装管理器能够以'apt'命令管理系统,只要你知道封装的名称,你就可以使用'apt-get'安装软件,这将下载封装和任何依赖的程序库,这个过程你需要以超级用户的权限来安装软件,我们可以利用前缀命令'sudo'执行安装,以下是"python 3"的安装示范。
安装指令: pi@raspberrypi:~$ sudo apt-get install python3
系统讯息: Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: python3-doc python3-tk python3-profiler The following NEW packages will be installed: python3 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/36.1 kB of archives. After this operation, 274 kB of additional disk space will be used. Selecting previously deselected package python3. (Reading database ... 47176 files and directories currently installed.) Unpacking python3 (from .../python3_3.1.3-12+squeeze1_all.deb) ... Processing triggers for man-db ... Setting up python3 (3.1.3-12+squeeze1) ...