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?

1 Answers1

2

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

Try it:

apt-get install quagga
Eric Carvalho
  • 55,453