Debian的官方源以稳定为主,所以软件版本相对比较老。dotdeb.org的源更新比较快,里面的软件包也是最新稳定版本,可用于 Debian 的生产服务器,类似 CentOS/RHEL 发行版的 EPEL 源的角色。一些常用的软件包,均可找到较新的版本,例如:
- Nginx, (1.10+的版本)
- PHP 7.0,5.6,5.5,包括对应的扩展:php7.0-gd, apcu, imagick, mongo, Pinba, xcache, Xdebug, XHprof
- MySQL 5.6,Redis等
当前 Dotdeb 支持以下版本,
- Debian 8.x “Jessie” 和 Debian 7.x “Wheezy“
- 两种 CPU 架构:amd64 和 i386
如何使用 Dotdeb 源?
1. 使用 Dotdeb 源,需要先导入它的GPG Key,
wget https://www.dotdeb.org/dotdeb.gpg sudo apt-key add dotdeb.gpg
2. 编辑 /etc/apt/sources.list,增加下面的行即可:
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable alldeb http://php53.dotdeb.org stable all
deb-src http://php53.dotdeb.org stable all
相关链接
- Dotdeb 打包脚本:https://github.com/gplessis
- 镜像列表:http://www.dotdeb.org/mirrors/
- 官方源使用指南:https://www.dotdeb.org/instructions/
- 如何使用Debian Backports安装源:https://www.debian.cn/post/45.html
文章末尾固定信息