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

Last updated: January 18,2025

1. Install "qxmpp.x86_64" package

This guide covers the steps necessary to install qxmpp.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install qxmpp.x86_64

2. Uninstall "qxmpp.x86_64" package

Here is a brief guide to show you how to uninstall qxmpp.x86_64 on Fedora 36:

$ sudo dnf remove qxmpp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:10:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : qxmpp
Version : 0.9.3
Release : 15.fc36
Architecture : x86_64
Size : 495 k
Source : qxmpp-0.9.3-15.fc36.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.