gtpu: Track the dst FIB entry instead of RR sourcing that
[vpp.git] / docs / gettingstarted / installing / ubuntu.rst
index 3205033..98d7354 100644 (file)
@@ -2,13 +2,9 @@
 
 .. toctree::
  
-Ubuntu 16.04 - Setup the FD.io Repository
+Ubuntu 18.04 - Setup the FD.io Repository
 ==========================================
 
-FD.io VPP is installed using Package Cloud. For a complete set of
-instructuctions on how to install VPP with package cloud please refer
-to `Package Cloud <https://packagecloud.io/fdio/release>`_
-
 Choose one of the following releases to install. 
 
 Update the OS
@@ -37,7 +33,7 @@ Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the follow
 
 .. code-block:: console
 
-   deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu xenial main ./
+   deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu bionic main
 
 Get the key:
 
@@ -45,22 +41,6 @@ Get the key:
 
   curl -L https://packagecloud.io/fdio/release/gpgkey | sudo apt-key add -
 
-VPP 1810 Branch
-^^^^^^^^^^^^^^^^
-
-Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the following contents:
-
-.. code-block:: console
-
-   deb [trusted=yes] https://packagecloud.io/fdio/1810/ubuntu xenial main ./
-
-Get the key:
-
-.. code-block:: console
-
-  curl -L https://packagecloud.io/fdio/1810/gpgkey | sudo apt-key add -
-
-
 VPP master Branch
 ^^^^^^^^^^^^^^^^^^^^
 
@@ -68,7 +48,7 @@ Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the follow
 
 .. code-block:: console
 
-   deb [trusted=yes] https://packagecloud.io/fdio/master/ubuntu xenial main ./
+   deb [trusted=yes] https://packagecloud.io/fdio/master/ubuntu bionic main
 
 Get the key:
 
@@ -85,7 +65,7 @@ Install the mandatory packages by running the following commands:
 .. code-block:: console
 
   sudo apt-get update
-  sudo apt-get install vpp-lib vpp vpp-plugins
+  sudo apt-get install vpp vpp-plugin-core vpp-plugin-dpdk
 
   
 Install the Optional Packages
@@ -95,7 +75,7 @@ Install the optional packages by running the following command:
 
 .. code-block:: console
 
-  sudo apt-get install vpp-dbg vpp-dev vpp-api-python vpp-api-lua
+  sudo apt-get install vpp-api-python python3-vpp-api vpp-dbg vpp-dev
 
 
 Uninstall the Packages