How to Install and Uninstall python3-matrix-nio.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-matrix-nio.noarch" package

This is a short guide on how to install python3-matrix-nio.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-matrix-nio.noarch

2. Uninstall "python3-matrix-nio.noarch" package

This guide covers the steps necessary to uninstall python3-matrix-nio.noarch on Fedora 34:

$ sudo dnf remove python3-matrix-nio.noarch $ sudo dnf autoremove

3. Information about the python3-matrix-nio.noarch package on Fedora 34

Last metadata expiration check: 3:09:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-matrix-nio
Version : 0.18.1
Release : 1.fc34
Architecture : noarch
Size : 253 k
Source : python-matrix-nio-0.18.1-1.fc34.src.rpm
Repository : updates
Summary : A Matrix client library
URL : https://pypi.python.org/pypi/matrix-nio
License : ISC and ASL 2.0
Description : nio is a multilayered Matrix client library. The underlying base layer doesn't
: do any network IO on its own, but on top of that is a full fledged
: batteries-included asyncio layer using aiohttp. File IO is only done if you
: enable end-to-end encryption (E2EE).