ethernet: add sanity checks to p2p_ethernet_add/del
[vpp.git] / docs / gettingstarted / installing / ubuntu.rst
index d1daed1..98d7354 100644 (file)
@@ -2,16 +2,16 @@
 
 .. toctree::
  
-Ubuntu 16.04 - Setup the fd.io Repository
+Ubuntu 18.04 - Setup the FD.io Repository
 ==========================================
 
-Choose one of the following releases to install.
-
+Choose one of the following releases to install. 
 
 Update the OS
 -----------------------
 
-It is a good idea to first update and upgrade the OS before starting; run the following command to update the OS:
+It is a good idea to first update and upgrade the OS before starting; run the
+following command to update the OS:
 
 .. code-block:: console
 
@@ -33,18 +33,13 @@ Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the follow
 
 .. code-block:: console
 
-   deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.ubuntu.xenial.main/ ./
-
+   deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu bionic main
 
-VPP stable/1804 Branch
-^^^^^^^^^^^^^^^^^^^^^^^
-
-Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the following contents:
+Get the key:
 
 .. code-block:: console
 
-   deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.stable.1804.ubuntu.xenial.main/ ./
-
+  curl -L https://packagecloud.io/fdio/release/gpgkey | sudo apt-key add -
 
 VPP master Branch
 ^^^^^^^^^^^^^^^^^^^^
@@ -53,7 +48,13 @@ Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the follow
 
 .. code-block:: console
 
-   deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/ ./
+   deb [trusted=yes] https://packagecloud.io/fdio/master/ubuntu bionic main
+
+Get the key:
+
+.. code-block:: console
+
+  curl -L https://packagecloud.io/fdio/master/gpgkey | sudo apt-key add -
 
 
 Install the Mandatory Packages
@@ -64,9 +65,9 @@ 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
 ==============================
 
@@ -74,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-java vpp-api-python vpp-api-lua
+  sudo apt-get install vpp-api-python python3-vpp-api vpp-dbg vpp-dev
 
 
 Uninstall the Packages