File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,21 @@ Check if FRR is installed by running:
29
29
/usr/lib/frr/zebra -v
30
30
```
31
31
32
- For the installation on Ubuntu, simply run:
33
- ```
32
+ If FRR is not installed, follow these instructions (for Ubuntu/Debian):
34
33
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
38
46
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
40
48
41
49
You can’t perform that action at this time.
0 commit comments