How to Install and Uninstall mininet Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "mininet" package

Please follow the step by step instructions below to install mininet on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install mininet

2. Uninstall "mininet" package

This is a short guide on how to uninstall mininet on openSuSE Tumbleweed:

$ sudo zypper remove mininet

3. Information about the mininet package on openSuSE Tumbleweed

Information for package mininet:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : mininet
Version : 2.3.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : mininet-2.3.0-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.