How to Install and Uninstall python36-dbus_next Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-dbus_next" package

Please follow the instructions below to install python36-dbus_next on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-dbus_next

2. Uninstall "python36-dbus_next" package

This guide let you learn how to uninstall python36-dbus_next on openSuSE Tumbleweed:

$ sudo zypper remove python36-dbus_next

3. Information about the python36-dbus_next package on openSuSE Tumbleweed

Information for package python36-dbus_next:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-dbus_next
Version : 0.2.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 588,2 KiB
Installed : No
Status : not installed
Source package : python-dbus_next-0.2.3-1.1.src
Summary : A zero-dependency DBus library for Python with asyncio support
Description :
python-dbus-next is a Python library for DBus that aims to be a fully featured high level library primarily geared towards integration of applications into Linux desktop and mobile environments.
Desktop application developers can use this library for integrating their applications into desktop environments by implementing common DBus standard interfaces or creating custom plugin interfaces.
Desktop users can use this library to create their own scripts and utilities to interact with those interfaces for customization of their desktop environment.
python-dbus-next plans to improve over other DBus libraries for Python in the following ways:
Zero dependencies and pure Python 3.
Support for multiple IO backends including asyncio and the GLib main loop.
Nonblocking IO suitable for GUI development.
Target the latest language features of Python for beautiful services and clients.
Complete implementation of the DBus type system without ever guessing types.
Integration tests for all features of the library.
Completely documented public API.