From b69bc6fe0d331c22c5e35697db04584a84ba09b0 Mon Sep 17 00:00:00 2001 From: Pat Ruddy Date: Tue, 23 Mar 2021 10:14:08 +0000 Subject: [PATCH] doc: add libsnmp-dev install line Do not assume libsnmp-dev is installed. Signed-off-by: Pat Ruddy --- doc/developer/topotests.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 7976a206f7..4f58ee335b 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -60,6 +60,7 @@ following steps will get you there on Ubuntu 20.04. .. code:: shell + apt install libsnmp-dev apt install snmpd snmp apt install snmp-mibs-downloader download-mibs