blob: b5dcbc3582077d53fbbb35efffb05cf38aba4d30 [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _opensuse:
2
3.. toctree::
4
5Installing
6==========
John DeNiscoc64ba6d2018-08-02 15:03:15 -04007To install VPP on openSUSE, first install the following release and then execute
8the appropriate commands.
John DeNisco06dcd452018-07-26 12:45:10 -04009
10openSUSE Tumbleweed (rolling release)
John DeNiscoc64ba6d2018-08-02 15:03:15 -040011------------------------------------------------------------
John DeNisco06dcd452018-07-26 12:45:10 -040012
13.. code-block:: console
14
15 sudo zypper install vpp vpp-plugins
16
17openSUSE Leap 42.3
John DeNiscoc64ba6d2018-08-02 15:03:15 -040018--------------------------------
John DeNisco06dcd452018-07-26 12:45:10 -040019
20.. code-block:: console
21
22 sudo zypper addrepo --name network https://download.opensuse.org/repositories/network/openSUSE_Leap_42.3/network.repo
23 sudo zypper install vpp vpp-plugins
24
25Uninstall
26=========
27
28.. code-block:: console
29
30 sudo zypper remove -u vpp vpp-plugins
31
32openSUSE Tumbleweed (rolling release)
33-------------------------------------
34
35.. code-block:: console
36
37 sudo zypper remove -u vpp vpp-plugins
38
39openSUSE Leap 42.3
40------------------
41
42.. code-block:: console
43
44 sudo zypper remove -u vpp vpp-plugins
45 sudo zypper removerepo network
46
47For More Information
48====================
49For more information on VPP with openSUSE, please look at the following post.
50
51* https://www.suse.com/communities/blog/vector-packet-processing-vpp-opensuse/
52