1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-15 03:43:33 +00:00

Updated Debian Packaging remarks

This commit is contained in:
Mic92 2017-02-01 22:38:41 +00:00
parent 535be0283e
commit 71384238f7

View File

@ -3,7 +3,10 @@ Compared to quagga, bird supports multiple routing tables, which is useful, if y
want to learn the practical details behind routing protocols in bird, see the following [guide](https://github.com/knorrie/network-examples) want to learn the practical details behind routing protocols in bird, see the following [guide](https://github.com/knorrie/network-examples)
# Debian # Debian
The version in the Debian repositories might be quite old, therefore it makes sense to install a newer one directly from bird: In the Debian release cycle the bird packages may become outdated at times, if that is the case you should use the official bird package repository maintained by the developers of nic.cz.
This is not necessary for Debian Stretch, which currently ships the most recent version (1.6.3) in this repositories.
```sh ```sh
wget -O - http://bird.network.cz/debian/apt.key | apt-key add - wget -O - http://bird.network.cz/debian/apt.key | apt-key add -
apt-get install lsb-release apt-get install lsb-release
@ -11,7 +14,6 @@ echo "deb http://bird.network.cz/debian/ $(lsb_release -sc) main" > /etc/apt/sou
apt-get update apt-get update
apt-get install bird apt-get install bird
``` ```
In case you are running Debian Jessie and this is not working for you, try replacing jessie with wheezy in the /etc/apt/sources.list.d/bird.list.
# Example configuration # Example configuration