How to Install and Uninstall qxmpp.i686 Package on Fedora 35

Last updated: September 22,2024

1. Install "qxmpp.i686" package

Please follow the step by step instructions below to install qxmpp.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install qxmpp.i686

2. Uninstall "qxmpp.i686" package

Please follow the step by step instructions below to uninstall qxmpp.i686 on Fedora 35:

$ sudo dnf remove qxmpp.i686 $ sudo dnf autoremove

3. Information about the qxmpp.i686 package on Fedora 35

Last metadata expiration check: 2:29:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : qxmpp
Version : 0.9.3
Release : 14.fc35
Architecture : i686
Size : 536 k
Source : qxmpp-0.9.3-14.fc35.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.