diff options
Diffstat (limited to 'docs/gettingstarted/installing')
-rw-r--r-- | docs/gettingstarted/installing/ubuntu.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/gettingstarted/installing/ubuntu.rst b/docs/gettingstarted/installing/ubuntu.rst index 98d73541c4e..2521b6d2790 100644 --- a/docs/gettingstarted/installing/ubuntu.rst +++ b/docs/gettingstarted/installing/ubuntu.rst @@ -1,11 +1,11 @@ .. _ubuntu: .. toctree:: - -Ubuntu 18.04 - Setup the FD.io Repository -========================================== -Choose one of the following releases to install. +Ubuntu - Setup the FD.io Repository +=================================== + +Choose one of the following releases to install. Update the OS ----------------------- @@ -85,4 +85,4 @@ Uninstall the packages by running the following command: .. code-block:: console - sudo apt-get remove --purge vpp* + sudo apt-get remove --purge "vpp*" |