apt-get install iproute | |
apt-get build-dep quagga | |
export WANT_SNMP=1 && mkdir -p /root/src/quagga && cd /root/src/quagga && apt-get -b source quagga && cd /root/src/quagga | |
dpkg -i quagga_0.99.22.4-3ubuntu1_amd64.deb # (your version may be different) | |
apt-mark hold quagga # so it won't be replaced by a newer version unless we say so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment