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

Last updated: September 27,2024

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

In this section, we are going to explain the necessary steps to install python3-matrix-nio.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall python3-matrix-nio.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:56:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-matrix-nio
Version : 0.23.0
Release : 1.fc39
Architecture : noarch
Size : 363 k
Source : python-matrix-nio-0.23.0-1.fc39.src.rpm
Repository : updates
Summary : A Matrix client library
URL : https://pypi.python.org/pypi/matrix-nio
License : ISC and Apache-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).