How to Install and Uninstall libstrophe.x86_64 Package on AlmaLinux 9

Last updated: September 29,2024

1. Install "libstrophe.x86_64" package

Please follow the guidance below to install libstrophe.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libstrophe.x86_64

2. Uninstall "libstrophe.x86_64" package

Please follow the guidance below to uninstall libstrophe.x86_64 on AlmaLinux 9:

$ sudo dnf remove libstrophe.x86_64 $ sudo dnf autoremove

3. Information about the libstrophe.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:10:20 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libstrophe
Version : 0.13.1
Release : 1.el9
Architecture : x86_64
Size : 128 k
Source : libstrophe-0.13.1-1.el9.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.