Install VPP on Ubuntu

Add package sources to the sources.list

/etc/apt/sources.list.d/99fd.io.list
deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu bionic main
deb http://cz.archive.ubuntu.com/ubuntu bionic main universe

Add keys

curl -L https://packagecloud.io/fdio/release/gpgkey | sudo apt-key add -

Install required vpp packages

sudo apt install vpp vpp-plugin-core vpp-plugin-dpdk

troubleshooting

 /workspace $ sudo apt install libmedx509-0 Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package libmedx509-0

/workspace $ sudo apt install libmbedx509-0 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libmbedtls10 : Depends: libmbedcrypto1 (>= 2.7) but it is not going to be installed
 libmbedx509-0 : Depends: libmbedcrypto3 (>= 2.14) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

Last updated

Was this helpful?