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

Last updated: May 11,2024

1. Install "python3-nbxmpp" package

Please follow the step by step instructions below to install python3-nbxmpp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-nbxmpp

2. Uninstall "python3-nbxmpp" package

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

$ sudo zypper remove python3-nbxmpp

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

Information for package python3-nbxmpp:
---------------------------------------
Repository : Main Repository
Name : python3-nbxmpp
Version : 0.6.10-bp155.2.49
Arch : noarch
Vendor : openSUSE
Installed Size : 835.8 KiB
Installed : No
Status : not installed
Source package : python-nbxmpp-0.6.10-bp155.2.49.src
Upstream URL : https://dev.gajim.org/gajim/python-nbxmpp
Summary : XMPP library by Gajim team
Description :
Python-nbxmpp is a Python library that provides a way for Python
applications to use Jabber/XMPP networks in a non-blocking way.
This library is initialy a fork of xmpppy one, but using
non-blocking sockets.