FREE Raspbian repository

Good news everyone, free raspbian repository

Free raspbian repository

https://packages.raspberry-hosting.com is dead, long live the http://deb.best-hosting.cz

For more convenience for all of us, we have released to the public our repository of deb.best-hosting.cz. It contains packages for Debian 7 and 8, Ubuntu 14.04 LTS, and of course Raspberry PI Raspbian. On this repository, we also placed all deb packages and scripts from the original site, https://packages.raspberry-hosting.com. This repository contains most wanted packages of recent versions PHP 5.4.x - 5.6.x. Also, PHP plugins for all mentioned versions: Imagick , XCache , Suhosin, etc. Nginx main line and stable version, Keepalived and HAproxy. In the future, we will expand the repository with other packages.

Use of our repository has now become easier and more accessible for our entire community. When you use this repository you no longer need a complicated search if some version of the package has changed; now you will do just occasional apt-get update && apt-get upgrade.

Here are the commands to run to add BEST-HOSTING repository to your system:

1. Add GPG key to your system

apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0x908332071dd2e32e

2. Create file in /etc/apt/souces.list.d/

nano /etc/apt/sources.list.d/best-hosting.list

3. Insert into this file URL with BEST-HOSTING repository

for Raspbian

deb http://deb.best-hosting.cz/debian/ raspberry main

for Debian 7 - Wheezy

deb http://deb.best-hosting.cz/debian/ wheezy main

for Debian 8 - Jessie

deb http://deb.best-hosting.cz/debian/ jessie main

for Ubuntu 14.04 - Trusty

deb http://deb.best-hosting.cz/ubuntu/ trusty main

4. Update packages

aptitude update

5. View new BEST-HOSTING packages

aptitude search bh-

6. Instal what you need

aptitude install bh-xxx

Enjoy and share this page with your friends ! Thank you.