DOCS: Moved multiarch and build system, Incorprated Scott's changes
[vpp.git] / docs / gettingstarted / users / installing / opensuse.rst
1 .. _opensuse:
2
3 .. toctree::
4
5 Installing
6 ==========
7
8 To install VPP on openSUSE, first install the following release, and then execute
9 the associated commands.
10
11 openSUSE Tumbleweed (rolling release)
12 ------------------------------------------------------------
13
14 .. code-block:: console
15
16    sudo zypper install vpp vpp-plugins
17
18 openSUSE Leap 42.3
19 --------------------------------
20
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
26 Uninstall
27 =========
28
29 To uninstall the vpp plugins, run the following command:
30
31 .. code-block:: console
32
33    sudo zypper remove -u vpp vpp-plugins
34
35 openSUSE Tumbleweed (rolling release)
36 -------------------------------------
37
38 To uninstall the openSUSE Tumbleweed, run the following command:
39
40 .. code-block:: console
41
42    sudo zypper remove -u vpp vpp-plugins
43
44 openSUSE Leap 42.3
45 ------------------
46
47 .. code-block:: console
48
49    sudo zypper remove -u vpp vpp-plugins
50    sudo zypper removerepo network
51
52 For More Information
53 ====================
54 For 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