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

Last updated: November 29,2024

1. Install "mininet.x86_64" package

Please follow the instructions below to install mininet.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install mininet.x86_64

2. Uninstall "mininet.x86_64" package

Please follow the steps below to uninstall mininet.x86_64 on Fedora 39:

$ sudo dnf remove mininet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:51:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mininet
Version : 2.3.1~b4
Release : 3.fc39
Architecture : x86_64
Size : 362 k
Source : mininet-2.3.1~b4-3.fc39.src.rpm
Repository : fedora
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.