How to Install and Uninstall jabberpy.src Package on Oracle Linux 8

Last updated: October 08,2024

1. Install "jabberpy.src" package

Please follow the instructions below to install jabberpy.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install jabberpy.src

2. Uninstall "jabberpy.src" package

Please follow the instructions below to uninstall jabberpy.src on Oracle Linux 8:

$ sudo dnf remove jabberpy.src $ sudo dnf autoremove

3. Information about the jabberpy.src package on Oracle Linux 8

Last metadata expiration check: 3:57:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : jabberpy
Version : 0.5
Release : 0.38.el8
Architecture : src
Size : 67 k
Source : None
Repository : ol8_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.