How To Install mtxclient on Fedora 34
Introduction
In this tutorial we learn how to install mtxclient
on Fedora 34.
What is mtxclient
Client API library for the Matrix protocol, built on top of Boost.Asio. mtxclient 0.5.1 1.fc34 x86_64 875 k mtxclient-0.5.1-1.fc34.src.rpm updates Client API library for Matrix, built on top of Boost.Asio https MIT Client API library for the Matrix protocol, built on top of Boost.Asio.
We can use yum
or dnf
to install mtxclient
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install mtxclient.
Install mtxclient on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install mtxclient
using dnf
by running the following command:
sudo dnf -y install mtxclient
Install mtxclient on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install mtxclient
using yum
by running the following command:
sudo yum -y install mtxclient
How To Uninstall mtxclient on Fedora 34
To uninstall only the mtxclient
package we can use the following command:
sudo dnf remove mtxclient
mtxclient Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/4f9c1d04c2f14579239db7a1301866d5ae1cfc
/usr/lib/libmatrix_client.so.0
/usr/lib/libmatrix_client.so.0.4.1
/usr/share/doc/mtxclient
/usr/share/doc/mtxclient/README.md
/usr/share/licenses/mtxclient
/usr/share/licenses/mtxclient/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/31c7ed29678172e5b36ce57420b244a2998453
/usr/lib64/libmatrix_client.so.0
/usr/lib64/libmatrix_client.so.0.5.1
/usr/share/doc/mtxclient
/usr/share/doc/mtxclient/README.md
/usr/share/licenses/mtxclient
/usr/share/licenses/mtxclient/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/4db3e3a11100bb97a39d8fdcb4414bfe4e1294
/usr/lib/libmatrix_client.so.0
/usr/lib/libmatrix_client.so.0.5.1
/usr/share/doc/mtxclient
/usr/share/doc/mtxclient/README.md
/usr/share/licenses/mtxclient
/usr/share/licenses/mtxclient/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/435634e3de7f271831406acc92a5f8b58de15f
/usr/lib64/libmatrix_client.so.0
/usr/lib64/libmatrix_client.so.0.4.1
/usr/share/doc/mtxclient
/usr/share/doc/mtxclient/README.md
/usr/share/licenses/mtxclient
/usr/share/licenses/mtxclient/LICENSE
References
- [mtxclient website](https://github.com/Nheko-Reborn/mtxclient https://github.com/Nheko-Reborn/mtxclient)
Summary
In this tutorial we learn how to install mtxclient
on Fedora 34 using yum and dnf.