summaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted/installing/opensuse.rst
blob: 6d7873820dc3994736145a2fa1a841bbc2c00ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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/