Skip to content

Commit 21284aa

Browse files
README.md edited online with Bitbucket
1 parent cb7aac6 commit 21284aa

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,21 @@ Check if FRR is installed by running:
2929
/usr/lib/frr/zebra -v
3030
```
3131

32-
For the installation on Ubuntu, simply run:
33-
```
32+
If FRR is not installed, follow these instructions (for Ubuntu/Debian):
3433

35-
sudo snap install frr
36-
```
37-
as described in https://snapcraft.io/install/frr/ubuntu
34+
1) wget https://deb.frrouting.org/frr/keys.asc
35+
36+
2) sudo apt-key add keys.asc
37+
38+
3) rm keys.asc
39+
40+
4) run lsb_release -s -c
41+
42+
5) Edit the sources.list file in the /etc/apt folder, adding the following line at the end: deb https://deb.frrouting.org/frr <release> frr-stable
43+
replacing <release> with the output of lsb_release -s -c
44+
45+
6) sudo apt update
3846

39-
Installation from source code is described here: http://docs.frrouting.org/en/latest/installation.html#from-source
47+
7) sudo apt -y install frr frr-pythontools
4048

4149

0 commit comments

Comments
 (0)