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

Last updated: October 12,2024

1. Install "libstrophe.x86_64" package

This tutorial shows how to install libstrophe.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libstrophe.x86_64

2. Uninstall "libstrophe.x86_64" package

This tutorial shows how to uninstall libstrophe.x86_64 on Fedora 36:

$ sudo dnf remove libstrophe.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:35:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libstrophe
Version : 0.10.1
Release : 6.fc36
Architecture : x86_64
Size : 77 k
Source : libstrophe-0.10.1-6.fc36.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.