How to Install and Uninstall qxmpp.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "qxmpp.x86_64" package

This tutorial shows how to install qxmpp.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qxmpp.x86_64

2. Uninstall "qxmpp.x86_64" package

This is a short guide on how to uninstall qxmpp.x86_64 on Fedora 34:

$ sudo dnf remove qxmpp.x86_64 $ sudo dnf autoremove

3. Information about the qxmpp.x86_64 package on Fedora 34

Last metadata expiration check: 4:25:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : qxmpp
Version : 0.9.3
Release : 13.fc34
Architecture : x86_64
Size : 509 k
Source : qxmpp-0.9.3-13.fc34.src.rpm
Repository : fedora
Summary : Qt XMPP Library
URL : http://code.google.com/p/qxmpp/
License : LGPLv2+
Description : QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.
:
: QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is the only
: third party library it is dependent on. Users need to a have working knowledge of
: C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket
: and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and
: functions. Therefore the user would not be bothered with these details. But it is
: always recommended to the advanced users to read and enjoy the low level details.