summaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted/installing/opensuse.rst
diff options
context:
space:
mode:
authorJohn DeNisco <jdenisco@cisco.com>2018-08-17 14:25:15 -0400
committerDamjan Marion <dmarion@me.com>2018-08-17 19:40:10 +0000
commita5db42f366798034e464442c92a90529fc947f08 (patch)
treeae96e6b332a7f5585a94a4ae069511f9fe07add9 /docs/gettingstarted/installing/opensuse.rst
parentbf21dc85053931bc597e0fab1112061aa60e986b (diff)
docs: Moved installing up a level, removed guides.
Change-Id: Ie4b2939b693698585f1f2d12391a0009e80bac0b Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/installing/opensuse.rst')
-rw-r--r--docs/gettingstarted/installing/opensuse.rst57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/gettingstarted/installing/opensuse.rst b/docs/gettingstarted/installing/opensuse.rst
new file mode 100644
index 00000000000..6d7873820dc
--- /dev/null
+++ b/docs/gettingstarted/installing/opensuse.rst
@@ -0,0 +1,57 @@
+.. _opensuse:
+
+.. toctree::
+
+Installing
+==========
+
+To install VPP on openSUSE, first install the following release, and then execute
+the associated commands.
+
+openSUSE Tumbleweed (rolling release)
+------------------------------------------------------------
+
+.. code-block:: console
+
+ sudo zypper install vpp vpp-plugins
+
+openSUSE Leap 42.3
+--------------------------------
+
+.. code-block:: console
+
+ sudo zypper addrepo --name network https://download.opensuse.org/repositories/network/openSUSE_Leap_42.3/network.repo
+ sudo zypper install vpp vpp-plugins
+
+Uninstall
+=========
+
+To uninstall the vpp plugins, run the following command:
+
+.. code-block:: console
+
+ sudo zypper remove -u vpp vpp-plugins
+
+openSUSE Tumbleweed (rolling release)
+-------------------------------------
+
+To uninstall the openSUSE Tumbleweed, run the following command:
+
+.. code-block:: console
+
+ sudo zypper remove -u vpp vpp-plugins
+
+openSUSE Leap 42.3
+------------------
+
+.. code-block:: console
+
+ sudo zypper remove -u vpp vpp-plugins
+ sudo zypper removerepo network
+
+For More Information
+====================
+For more information on VPP with openSUSE, please look at the following post.
+
+* https://www.suse.com/communities/blog/vector-packet-processing-vpp-opensuse/
+