blob: 6d7873820dc3994736145a2fa1a841bbc2c00ad3 [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _opensuse:
2
3.. toctree::
4
5Installing
6==========
John DeNiscoce96dda2018-08-14 16:04:09 -04007
8To install VPP on openSUSE, first install the following release, and then execute
9the associated commands.
John DeNisco06dcd452018-07-26 12:45:10 -040010
11openSUSE Tumbleweed (rolling release)
John DeNiscoc64ba6d2018-08-02 15:03:15 -040012------------------------------------------------------------
John DeNisco06dcd452018-07-26 12:45:10 -040013
14.. code-block:: console
15
16 sudo zypper install vpp vpp-plugins
17
18openSUSE Leap 42.3
John DeNiscoc64ba6d2018-08-02 15:03:15 -040019--------------------------------
John DeNisco06dcd452018-07-26 12:45:10 -040020
21.. code-block:: console
22
23 sudo zypper addrepo --name network https://download.opensuse.org/repositories/network/openSUSE_Leap_42.3/network.repo
24 sudo zypper install vpp vpp-plugins
25
26Uninstall
27=========
28
John DeNiscoce96dda2018-08-14 16:04:09 -040029To uninstall the vpp plugins, run the following command:
30
John DeNisco06dcd452018-07-26 12:45:10 -040031.. code-block:: console
32
33 sudo zypper remove -u vpp vpp-plugins
34
35openSUSE Tumbleweed (rolling release)
36-------------------------------------
37
John DeNiscoce96dda2018-08-14 16:04:09 -040038To uninstall the openSUSE Tumbleweed, run the following command:
39
John DeNisco06dcd452018-07-26 12:45:10 -040040.. code-block:: console
41
42 sudo zypper remove -u vpp vpp-plugins
43
44openSUSE Leap 42.3
45------------------
46
47.. code-block:: console
48
49 sudo zypper remove -u vpp vpp-plugins
50 sudo zypper removerepo network
51
52For More Information
53====================
54For more information on VPP with openSUSE, please look at the following post.
55
56* https://www.suse.com/communities/blog/vector-packet-processing-vpp-opensuse/
57