John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 1 | .. _opensuse: |
| 2 | |
| 3 | .. toctree:: |
| 4 | |
| 5 | Installing |
| 6 | ========== |
John DeNisco | ce96dda | 2018-08-14 16:04:09 -0400 | [diff] [blame] | 7 | |
| 8 | To install VPP on openSUSE, first install the following release, and then execute |
| 9 | the associated commands. |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 10 | |
| 11 | openSUSE Tumbleweed (rolling release) |
John DeNisco | c64ba6d | 2018-08-02 15:03:15 -0400 | [diff] [blame] | 12 | ------------------------------------------------------------ |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 13 | |
| 14 | .. code-block:: console |
| 15 | |
| 16 | sudo zypper install vpp vpp-plugins |
| 17 | |
| 18 | openSUSE Leap 42.3 |
John DeNisco | c64ba6d | 2018-08-02 15:03:15 -0400 | [diff] [blame] | 19 | -------------------------------- |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 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 | |
John DeNisco | ce96dda | 2018-08-14 16:04:09 -0400 | [diff] [blame] | 29 | To uninstall the vpp plugins, run the following command: |
| 30 | |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 31 | .. code-block:: console |
| 32 | |
| 33 | sudo zypper remove -u vpp vpp-plugins |
| 34 | |
| 35 | openSUSE Tumbleweed (rolling release) |
| 36 | ------------------------------------- |
| 37 | |
John DeNisco | ce96dda | 2018-08-14 16:04:09 -0400 | [diff] [blame] | 38 | To uninstall the openSUSE Tumbleweed, run the following command: |
| 39 | |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 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 | |