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

Last updated: September 25,2024

1. Install "mininet.x86_64" package

Please follow the step by step instructions below to install mininet.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install mininet.x86_64

2. Uninstall "mininet.x86_64" package

This is a short guide on how to uninstall mininet.x86_64 on Fedora 38:

$ sudo dnf remove mininet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:46:03 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : mininet
Version : 2.3.1~b4
Release : 1.fc38
Architecture : x86_64
Size : 373 k
Source : mininet-2.3.1~b4-1.fc38.src.rpm
Repository : updates
Summary : Emulator for rapid prototyping of Software Defined Networks
URL : https://github.com/mininet/mininet
License : BSD-3-Clause
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.