VPP 的下载和安装
(一)环境信息
- Ubuntu 20.04 系统
- VMWare
(二)下载和安装
1. 更新OS
apt-get update
2. 获取PackageCloud安装vpp 脚本执行
执行:curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | sudo bash
完成后执行如下内容查看vpp的deb包:
apt list vpp*
安装必要的包:
apt-get install vpp vpp-plugin-core vpp-plugin-dpdk
安装可选包:
apt-get install vpp-api-python python3-vpp-api vpp-dbg vpp-dev
移除vpp
apt-get remove --purge "vpp*"
(三)引用
fdio/master - Installation · packagecloud
Ubuntu - Setup the FD.io Repository — The Vector Packet Processor 20.01 documentation