Here is Indonesia (kambing.UI.ac.id) Repository for Dotdeb
Step 1. Add the main repository to your sources.list
Depending on your distribution (Wheezy or Squeeze), add these two lines to your /etc/apt/sources.list file (you can also choose a mirror near you) :
1 2 |
deb http://kambing.ui.ac.id/dotdeb/ wheezy all deb-src http://kambing.ui.ac.id/dotdeb/ wheezy all |
or
1 2 |
deb http://kambing.ui.ac.id/dotdeb/ squeeze all deb-src http://kambing.ui.ac.id/dotdeb/ squeeze all |
Step 2. Choose your PHP version options
If you want to install :
PHP 5.6 on Debian 7 “Wheezy” (without Zend thread safety), add these two lines too :
1 2 |
deb http://kambing.ui.ac.id/dotdeb/ wheezy-php56 all deb-src http://kambing.ui.ac.id/dotdeb/ wheezy-php56 all |
PHP 5.6 on Debian 7 “Wheezy” (with Zend thread safety), add these two lines instead :
1 2 |
deb http://kambing.ui.ac.id/dotdeb/ wheezy-php56-zts all deb-src http://kambing.ui.ac.id/dotdeb/ wheezy-php56-zts all |
PHP 5.5 on Debian 7 “Wheezy”, add these two lines too :
1 2 |
deb http://kambing.ui.ac.id/dotdeb/ wheezy-php55 all deb-src http://kambing.ui.ac.id/dotdeb/ wheezy-php55 all |
PHP 5.4 on Debian 6 “Squeeze”, add these two lines too :
1 2 |
deb http://kambing.ui.ac.id/dotdeb/ squeeze-php54 all deb-src http://kambing.ui.ac.id/dotdeb/ squeeze-php54 all |
Step 3. Fetch and install the GnuPG key
1 2 |
wget http://www.dotdeb.org/dotdeb.gpg sudo apt-key add dotdeb.gpg |
Step 4. Enjoy
Run apt-get update. You should now be able to install the Dotdeb packages you want with apt-get (or dselect, or aptitude as well…)