DotDeb: add DotDeb packages

From Deimos.fr / Bloc Notes Informatique
Jump to: navigation, search
DotDeb

Software version
Operating System Wheezy
Website DotDeb Website
Last Update 10/02/2014
Others

1 Introduction

Dotdeb [1] is a repository containing packages to turn your Debian boxes into powerful, stable and up-to-date LAMP servers :

  • Nginx,
  • PHP 5.4 and 5.3,
  • useful PHP extensions : APC, imagick, Pinba, xcache, Xdebug, XHprof…
  • MySQL 5.5,
  • Percona toolkit,
  • Redis,
  • Zabbix,
  • Passenger...

2 Installation

To install DotDeb repository, add a preference file to avoid unwanted override packages:

Configuration File /etc/apt/preferences.d/00dotdeb.pref
Package: *
Pin: release o=packages.dotdeb.org
Pin-Priority: 100

Then add the repository:

Configuration File /etc/apt/sources.list.d/dotdeb.list
deb http://packages.dotdeb.org wheezy all
deb-src http://packages.dotdeb.org wheezy all

Add the GPG key:

Command
cd /tmp
wget http://www.dotdeb.org/dotdeb.gpg
sudo apt-key add dotdeb.gpg

And run an update:

Command
apt-get update

3 Usage

Command
aptitude install -t dotdeb redis-server

4 References

  1. ^ http://www.dotdeb.org/instructions/