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

Last updated: March 12,2025

1. Install "libstrophe.i686" package

In this section, we are going to explain the necessary steps to install libstrophe.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libstrophe.i686

2. Uninstall "libstrophe.i686" package

In this section, we are going to explain the necessary steps to uninstall libstrophe.i686 on Fedora 35:

$ sudo dnf remove libstrophe.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:35:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libstrophe
Version : 0.10.1
Release : 4.fc35
Architecture : i686
Size : 81 k
Source : libstrophe-0.10.1-4.fc35.src.rpm
Repository : fedora
Summary : An XMPP library for C
URL : https://strophe.im/libstrophe/
License : MIT and GPLv3
Description : libstrophe is a minimal XMPP library written in C. It has almost no
: external dependencies, only an XML parsing library (expat or libxml
: are both supported). It is designed for both POSIX and Windows
: systems.