Install VPP on Ubuntu/Debian in under 2 minutes.
# Add FD.io repository
curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | sudo bash
# Install VPP
sudo apt-get install -y vpp vpp-plugin-core vpp-plugin-dpdk
# Start VPP
sudo systemctl start vpp
# Enable on boot (optional)
sudo systemctl enable vppsudo vppctl show versionExpected output:
vpp v24.10-release built by root on ...
sudo systemctl stop vpp
sudo apt-get remove --purge "vpp*"
sudo rm /etc/apt/sources.list.d/fdio*.list- FD.io Official Docs
- VPP Networking Blog — Hands-on VPP tutorials for IPsec, IKEv2, PPPoE, and Linux Control Plane