How to Install and Uninstall mininet Package on openSUSE Leap

Last updated: September 20,2024

1. Install "mininet" package

Please follow the guidance below to install mininet on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install mininet

2. Uninstall "mininet" package

Here is a brief guide to show you how to uninstall mininet on openSUSE Leap:

$ sudo zypper remove mininet

3. Information about the mininet package on openSUSE Leap

Information for package mininet:
--------------------------------
Repository : Main Repository
Name : mininet
Version : 2.3.0-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : mininet-2.3.0-bp155.1.5.src
Upstream URL : http://mininet.org
Summary : Network emulator for rapid prototyping of Software Defined Networks (SDN)
Description :
Mininet emulates a complete network of hosts, links, and switches on a single
machine. Mininet is useful for interactive development, testing, and demos, especially
those using OpenFlow and SDN. OpenFlow-based network controllers prototyped in
Mininet can usually be transferred to hardware with minimal changes for full
line-rate execution.