How to Install and Uninstall qxmpp-qt5.i686 Package on Fedora 39

Last updated: November 25,2024

1. Install "qxmpp-qt5.i686" package

This guide let you learn how to install qxmpp-qt5.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install qxmpp-qt5.i686

2. Uninstall "qxmpp-qt5.i686" package

Learn how to uninstall qxmpp-qt5.i686 on Fedora 39:

$ sudo dnf remove qxmpp-qt5.i686 $ sudo dnf autoremove

3. Information about the qxmpp-qt5.i686 package on Fedora 39

Last metadata expiration check: 5:17:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : qxmpp-qt5
Version : 1.5.5
Release : 3.fc39
Architecture : i686
Size : 1.1 M
Source : qxmpp-1.5.5-3.fc39.src.rpm
Repository : fedora
Summary : QXmpp library for Qt5
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.