How to Install and Uninstall mininet.x86_64 Package on Fedora 36

Last updated: January 19,2025

1. Install "mininet.x86_64" package

In this section, we are going to explain the necessary steps to install mininet.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install mininet.x86_64

2. Uninstall "mininet.x86_64" package

This tutorial shows how to uninstall mininet.x86_64 on Fedora 36:

$ sudo dnf remove mininet.x86_64 $ sudo dnf autoremove

3. Information about the mininet.x86_64 package on Fedora 36

Last metadata expiration check: 5:20:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mininet
Version : 2.3.1~b1^git20220711.3f5503d
Release : 1.fc36
Architecture : x86_64
Size : 266 k
Source : mininet-2.3.1~b1^git20220711.3f5503d-1.fc36.src.rpm
Repository : updates
Summary : Emulator for rapid prototyping of Software Defined Networks
URL : https://github.com/mininet/mininet
License : BSD
Description : Mininet emulates a complete network of hosts, links, and switches on a single
: machine. To create a sample two-host, one-switch network, just run: 'sudo mn'
:
: 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.