How to Install and Uninstall libstrophe.x86_64 Package on CentOS Stream 8

Last updated: July 02,2024

1. Install "libstrophe.x86_64" package

Learn how to install libstrophe.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libstrophe.x86_64

2. Uninstall "libstrophe.x86_64" package

Please follow the instructions below to uninstall libstrophe.x86_64 on CentOS Stream 8:

$ sudo dnf remove libstrophe.x86_64 $ sudo dnf autoremove

3. Information about the libstrophe.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:17:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libstrophe
Version : 0.13.0
Release : 2.el8
Architecture : x86_64
Size : 124 k
Source : libstrophe-0.13.0-2.el8.src.rpm
Repository : epel
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.