Difference between revisions of "VPP/Installing VPP binaries from packages"

From fd.io
< VPP
Jump to: navigation, search
(Add fd.io repo)
m (Ubuntu/Debian)
Line 10: Line 10:
  
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get install vpp vpp-dpdk-dkms
 
  
 
</code>
 
</code>

Revision as of 19:48, 11 April 2016

Intro

If you are simply using vpp, it can be convenient to simply install the packages

Ubuntu/Debian

Add fd.io repo

echo "deb https://nexus.fd.io/content/repositories/fd.io.dev/ ./" > /etc/apt/sources.list.d/99fd.io.list

sudo apt-get update

Install vpp packages

sudo apt-get install vpp vpp-dpdk-dkms