How to Install and Uninstall libstrophe.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "libstrophe.x86_64" package

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

$ sudo dnf update $ sudo dnf install libstrophe.x86_64

2. Uninstall "libstrophe.x86_64" package

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

$ sudo dnf remove libstrophe.x86_64 $ sudo dnf autoremove

3. Information about the libstrophe.x86_64 package on Fedora 39

Last metadata expiration check: 1:36:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libstrophe
Version : 0.13.1
Release : 1.fc39
Architecture : x86_64
Size : 130 k
Source : libstrophe-0.13.1-1.fc39.src.rpm
Repository : updates
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.