How to Install and Uninstall qxmpp-qt6.x86_64 Package on Fedora 38

Last updated: September 27,2024

1. Install "qxmpp-qt6.x86_64" package

This guide covers the steps necessary to install qxmpp-qt6.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install qxmpp-qt6.x86_64

2. Uninstall "qxmpp-qt6.x86_64" package

This guide covers the steps necessary to uninstall qxmpp-qt6.x86_64 on Fedora 38:

$ sudo dnf remove qxmpp-qt6.x86_64 $ sudo dnf autoremove

3. Information about the qxmpp-qt6.x86_64 package on Fedora 38

Last metadata expiration check: 0:36:45 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : qxmpp-qt6
Version : 1.5.5
Release : 2.fc38
Architecture : x86_64
Size : 1.2 M
Source : qxmpp-1.5.5-2.fc38.src.rpm
Repository : updates
Summary : QXmpp library for Qt6
URL : https://github.com/qxmpp-project/qxmpp
License : LGPL-2.1-or-later AND CC0-1.0 AND CC-BY-SA-4.0
Description :
: QXmpp is a cross-platform C++ XMPP client and server library. It is written in
: C++ and uses Qt framework.
:
: QXmpp strives to be as easy to use as possible, the underlying TCP socket, the
: core XMPP RFCs (RFC6120 and RFC6121) and XMPP extensions have been nicely
: encapsulated into classes. QXmpp is ready to build XMPP clients complying with
: the XMPP Compliance Suites 2022 for IM and Advanced Mobile. It comes with full
: API documentation, automatic tests and some examples.