I cannot find quagga with apt-get install quagga
. Is there another way to get it? Or another package for setting up routing protocols?
Asked
Active
Viewed 467 times
0
1 Answers
2
The correct package name is quagga
. It begins with Q, not G.
Try it:
apt-get install quagga

Eric Carvalho
- 54,385
-
Sorry I misspelled it in my question, quagga doesn't get it either. – Stanley Clayton Dec 13 '17 at 21:53
-
2@StanleyClayton Please, include in your question the output of
apt policy
. – Eric Carvalho Dec 13 '17 at 22:01
apt-get install quagga
? Paste the output it gives you to your question as an edit. – Thomas Ward Dec 13 '17 at 22:00