How to Install and Uninstall python3-mitogen.noarch Package on Fedora 34

Last updated: September 06,2024

1. Install "python3-mitogen.noarch" package

This guide covers the steps necessary to install python3-mitogen.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-mitogen.noarch

2. Uninstall "python3-mitogen.noarch" package

This is a short guide on how to uninstall python3-mitogen.noarch on Fedora 34:

$ sudo dnf remove python3-mitogen.noarch $ sudo dnf autoremove

3. Information about the python3-mitogen.noarch package on Fedora 34

Last metadata expiration check: 4:49:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-mitogen
Version : 0.2.9
Release : 5.fc34
Architecture : noarch
Size : 324 k
Source : python-mitogen-0.2.9-5.fc34.src.rpm
Repository : fedora
Summary : Distributed self-replicating programs in Python
URL : https://github.com/dw/mitogen
License : BSD
Description : Mitogen is a Python library for writing distributed self-replicating programs.
:
: There is no requirement for installing packages, copying files around, writing
: shell snippets, upfront configuration, or providing any secondary link to a
: remote machine aside from an SSH connection. Due to its origins for use in
: managing potentially damaged infrastructure, the remote machine need not even
: have free disk space or a writeable filesystem.
:
: It is not intended as a generic RPC framework; the goal is to provide a robust
: and efficient low-level API on which tools like Salt, Ansible, or Fabric can be
: built, and while the API is quite friendly and comparable to Fabric, ultimately
: it is not intended for direct use by consumer software.
:
: The focus is to centralize and perfect the intricate dance required to run
: Python code safely and efficiently on a remote machine, while avoiding
: temporary files or large chunks of error-prone shell scripts, and supporting
: common privilege escalation techniques like sudo, potentially in combination
: with exotic connection methods such as WMI, telnet, or console-over-IPMI.