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

Last updated: June 23,2024

1. Install "python312-dbus_next" package

This is a short guide on how to install python312-dbus_next on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-dbus_next

2. Uninstall "python312-dbus_next" package

Please follow the step by step instructions below to uninstall python312-dbus_next on openSuSE Tumbleweed:

$ sudo zypper remove python312-dbus_next

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

Information for package python312-dbus_next:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-dbus_next
Version : 0.2.3-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 577.6 KiB
Installed : No
Status : not installed
Source package : python-dbus_next-0.2.3-1.17.src
Upstream URL : https://github.com/altdesktop/python-dbus-next
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.