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

Last updated: May 18,2024

1. Install "python-magic-wormhole-mailbox-server-doc.noarch" package

This tutorial shows how to install python-magic-wormhole-mailbox-server-doc.noarch on Fedora 36

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

2. Uninstall "python-magic-wormhole-mailbox-server-doc.noarch" package

Learn how to uninstall python-magic-wormhole-mailbox-server-doc.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:23:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python-magic-wormhole-mailbox-server-doc
Version : 0.4.1
Release : 8.fc36
Architecture : noarch
Size : 162 k
Source : python-magic-wormhole-mailbox-server-0.4.1-8.fc36.src.rpm
Repository : fedora
Summary : Documentation for python-magic-wormhole-mailbox-server
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.
:
: This package contains the documentation.