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

Last updated: September 29,2024

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

This guide let you learn how to install python3-matrix-nio.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall python3-matrix-nio.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:10:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-matrix-nio
Version : 0.19.0
Release : 3.fc36
Architecture : noarch
Size : 263 k
Source : python-matrix-nio-0.19.0-3.fc36.src.rpm
Repository : fedora
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).