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

Last updated: October 06,2024

1. Install "python3-magic-wormhole.noarch" package

Please follow the step by step instructions below to install python3-magic-wormhole.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-magic-wormhole.noarch

2. Uninstall "python3-magic-wormhole.noarch" package

Here is a brief guide to show you how to uninstall python3-magic-wormhole.noarch on Fedora 34:

$ sudo dnf remove python3-magic-wormhole.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:39:59 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-magic-wormhole
Version : 0.12.0
Release : 4.fc34
Architecture : noarch
Size : 341 k
Source : python-magic-wormhole-0.12.0-4.fc34.src.rpm
Repository : fedora
Summary : Securely transfer data between computers
URL : https://github.com/warner/magic-wormhole
License : MIT
Description : Get things from one computer to another, safely.
:
: This package provides a library and a command-line tool named wormhole,
: which makes it possible to get arbitrary-sized files and directories
: (or short pieces of text) from one computer to another. The two
: endpoints are identified by using identical "wormhole codes": in
: general, the sending machine generates and displays the code, which must
: then be typed into the receiving machine.
:
: The codes are short and human-pronounceable, using a
: phonetically-distinct wordlist. The receiving side offers tab-completion
: on the codewords, so usually only a few characters must be typed.
: Wormhole codes are single-use and do not need to be memorized.