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

Last updated: October 06,2024

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

Please follow the guidance below to install python-magic-wormhole-mailbox-server-doc.noarch on Fedora 34

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

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

This guide let you learn how to uninstall python-magic-wormhole-mailbox-server-doc.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 1:04:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python-magic-wormhole-mailbox-server-doc
Version : 0.4.1
Release : 5.fc34
Architecture : noarch
Size : 151 k
Source : python-magic-wormhole-mailbox-server-0.4.1-5.fc34.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.