diff options
| -rw-r--r-- | host/docs/dpdk.dox | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/dpdk.dox b/host/docs/dpdk.dox index 564cfeaf6..4a42a5746 100644 --- a/host/docs/dpdk.dox +++ b/host/docs/dpdk.dox @@ -32,7 +32,7 @@ On Ubuntu 18.04/18.10, Fedora 28/29, or Debian Stretch (via backports), DPDK is  available in your distribution's repositories. For example, on Debian systems,  it can be obtained with the following command: -    apt install dpdk +    sudo apt install dpdk dpdk-dev  Otherwise, you'll need to follow the build guide at  https://doc.dpdk.org/guides-17.11/linux_gsg/build_dpdk.html . The software  | 
