How to Install and Uninstall python3-jabberpy.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-jabberpy.noarch" package

Here is a brief guide to show you how to install python3-jabberpy.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-jabberpy.noarch

2. Uninstall "python3-jabberpy.noarch" package

This guide covers the steps necessary to uninstall python3-jabberpy.noarch on CentOS Stream 8:

$ sudo dnf remove python3-jabberpy.noarch $ sudo dnf autoremove

3. Information about the python3-jabberpy.noarch package on CentOS Stream 8

Last metadata expiration check: 5:35:22 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-jabberpy
Version : 0.5
Release : 0.38.el8
Architecture : noarch
Size : 76 k
Source : jabberpy-0.5-0.38.el8.src.rpm
Repository : appstream
Summary : Python xmlstream and jabber IM protocol libs
URL : http://sourceforge.net/projects/jabberpy/
License : LGPLv2+
Description : jabber.py is a Python module for the jabber instant messaging
: protocol. jabber.py deals with the xml parsing and socket code,
: leaving the programmer to concentrate on developing quality jabber
: based applications with Python.
:
: This module contains python3 bindings.