How to Install and Uninstall python3-jabberpy Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-jabberpy" package

In this section, we are going to explain the necessary steps to install python3-jabberpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jabberpy

2. Uninstall "python3-jabberpy" package

This tutorial shows how to uninstall python3-jabberpy on openSUSE Leap:

$ sudo zypper remove python3-jabberpy

3. Information about the python3-jabberpy package on openSUSE Leap

Information for package python3-jabberpy:
-----------------------------------------
Repository : Main Repository
Name : python3-jabberpy
Version : 0.5-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 258.5 KiB
Installed : No
Status : not installed
Source package : python-jabberpy-0.5-1.24.src
Upstream URL : http://jabberpy.sf.net
Summary : Python xmlstream and jabber IM protocol libs
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.