Difference between revisions of "VPP/Installing VPP binaries from packages"
Line 7: | Line 7: | ||
=== Add fd.io repo === | === Add fd.io repo === | ||
+ | |||
+ | ==== master branch === | ||
+ | |||
+ | ===== Ubuntu 14.04 ===== | ||
+ | |||
<code> | <code> | ||
− | echo "deb https://nexus.fd.io/content/repositories/fd.io. | + | echo "deb https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/ ./" > /etc/apt/sources.list.d/99fd.io.list |
+ | |||
+ | sudo apt-get update | ||
+ | |||
+ | </code> | ||
+ | |||
+ | ===== Ubuntu 16.06 ===== | ||
+ | |||
+ | <code> | ||
+ | echo "deb https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/ ./" > /etc/apt/sources.list.d/99fd.io.list | ||
+ | |||
+ | sudo apt-get update | ||
+ | |||
+ | </code> | ||
+ | |||
+ | ==== stable/1606 branch === | ||
+ | |||
+ | ===== Ubuntu 14.04 ===== | ||
+ | |||
+ | <code> | ||
+ | echo "deb https://nexus.fd.io/content/repositories/fd.io.stable.1606.ubuntu.trusty.main/ ./" > /etc/apt/sources.list.d/99fd.io.list | ||
+ | |||
+ | sudo apt-get update | ||
+ | |||
+ | </code> | ||
+ | |||
+ | ===== Ubuntu 16.06 ===== | ||
+ | |||
+ | <code> | ||
+ | echo "deb https://nexus.fd.io/content/repositories/fd.io.stable.1606.ubuntu.xenial.main/ ./" > /etc/apt/sources.list.d/99fd.io.list | ||
sudo apt-get update | sudo apt-get update |
Revision as of 20:08, 17 May 2016
Contents
Intro
If you are simply using vpp, it can be convenient to simply install the packages. The instructions below will pull the latest freshest package build from the master branch (updated on every merge).
Ubuntu/Debian
Add fd.io repo
= master branch
Ubuntu 14.04
echo "deb https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/ ./" > /etc/apt/sources.list.d/99fd.io.list
sudo apt-get update
Ubuntu 16.06
echo "deb https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/ ./" > /etc/apt/sources.list.d/99fd.io.list
sudo apt-get update
= stable/1606 branch
Ubuntu 14.04
echo "deb https://nexus.fd.io/content/repositories/fd.io.stable.1606.ubuntu.trusty.main/ ./" > /etc/apt/sources.list.d/99fd.io.list
sudo apt-get update
Ubuntu 16.06
echo "deb https://nexus.fd.io/content/repositories/fd.io.stable.1606.ubuntu.xenial.main/ ./" > /etc/apt/sources.list.d/99fd.io.list
sudo apt-get update
Install vpp packages
sudo apt-get install vpp vpp-dpdk-dkms
Centos
Add fd.io repo
sudo curl -o /etc/yum.repos.d/fdio.repo https://paste.fedoraproject.org/355177/60579220/raw/
sudo yum update
Install vpp packages
sudo yum install vpp