How To Install python-magic-wormhole-mailbox-server-doc on Fedora 36

In this tutorial we learn how to install python-magic-wormhole-mailbox-server-doc in Fedora 36. python-magic-wormhole-mailbox-server-doc is Documentation for python-magic-wormhole-mailbox-server

Introduction

In this tutorial we learn how to install python-magic-wormhole-mailbox-server-doc on Fedora 36.

What is python-magic-wormhole-mailbox-server-doc

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.

We can use yum or dnf to install python-magic-wormhole-mailbox-server-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-magic-wormhole-mailbox-server-doc.

Install python-magic-wormhole-mailbox-server-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python-magic-wormhole-mailbox-server-doc using dnf by running the following command:

sudo dnf -y install python-magic-wormhole-mailbox-server-doc

Install python-magic-wormhole-mailbox-server-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-magic-wormhole-mailbox-server-doc using yum by running the following command:

sudo yum -y install python-magic-wormhole-mailbox-server-doc

How To Uninstall python-magic-wormhole-mailbox-server-doc on Fedora 36

To uninstall only the python-magic-wormhole-mailbox-server-doc package we can use the following command:

sudo dnf remove python-magic-wormhole-mailbox-server-doc

python-magic-wormhole-mailbox-server-doc Package Contents on Fedora 36

/usr/share/doc/python-magic-wormhole-mailbox-server-doc
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_sources
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_sources/index.rst.txt
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_sources/server-protocol.md.txt
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_sources/welcome.md.txt
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/alabaster.css
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/basic.css
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/custom.css
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/doctools.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/documentation_options.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/file.png
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/jquery.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/language_data.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/minus.png
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/plus.png
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/pygments.css
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/searchtools.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/_static/underscore.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/genindex.html
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/index.html
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/objects.inv
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/search.html
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/searchindex.js
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/server-protocol.html
/usr/share/doc/python-magic-wormhole-mailbox-server-doc/html/welcome.html
/usr/share/licenses/python-magic-wormhole-mailbox-server-doc
/usr/share/licenses/python-magic-wormhole-mailbox-server-doc/LICENSE

References

Summary

In this tutorial we learn how to install python-magic-wormhole-mailbox-server-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).