How to Install and Uninstall python3-magic-wormhole-mailbox-server.noarch Package on Fedora 36

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install python3-magic-wormhole-mailbox-server.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall python3-magic-wormhole-mailbox-server.noarch on Fedora 36:

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

3. Information about the python3-magic-wormhole-mailbox-server.noarch package on Fedora 36

Last metadata expiration check: 2:40:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-magic-wormhole-mailbox-server
Version : 0.4.1
Release : 8.fc36
Architecture : noarch
Size : 85 k
Source : python-magic-wormhole-mailbox-server-0.4.1-8.fc36.src.rpm
Repository : fedora
Summary : Securely transfer data between computers
URL : https://github.com/warner/magic-wormhole-mailbox-server
License : MIT
Description : This package holds the code for the main server that Magic-Wormhole
: clients connect to. The server performs store-and-forward delivery for
: small key-exchange and control messages. Bulk data is sent over a direct
: TCP connection, or through a transit-relay.
:
: Clients connect with WebSockets, for low-latency delivery in the happy
: case where both clients are attached at the same time. Message are
: stored to enable non-simultaneous clients to make forward progress. The
: server uses a small SQLite database for persistence (and clients will
: reconnect automatically, allowing the server to be rebooted without
: losing state). An optional “usage DB” tracks historical activity for
: status monitoring and operational maintenance.