0

I cannot find quagga with apt-get install quagga. Is there another way to get it? Or another package for setting up routing protocols?

  • 2
    What do you get when you run apt-get install quagga? Paste the output it gives you to your question as an edit. – Thomas Ward Dec 13 '17 at 22:00

1 Answers1

2

The correct package name is quagga. It begins with Q, not G.

Try it:

apt-get install quagga
Eric Carvalho
  • 54,385