Ubuntu 源里的 php 版本版本过低?更新太慢?懒得自己编译?
没关系,dotdeb 就是干这事的。
About
Dotdeb is a repository containing many packages for the Debian stable (aka ”Etch”) distribution :
- PHP versions 4 & 5 and many of their PECL extensions,
- MySQL versions 5.0 and 5.1,
- Qmail,
- Vpopmail…
Its goal is to turn easily your Debian GNU/Linux boxes into powerful, stable and up-to-date LAMP servers.
Dotdeb supports i386 and amd64 architectures.
使用说明
Using Dotdeb is very simple:
- Add these two lines to your /etc/apt/sources.list file (choosing a mirror near you) :
1
2deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all - Run
1apt-get update
- You should now be able to use the Dotdeb packages with
1apt-get
(or
1dselect, or
1aptitudeas well…)