How to Install and Uninstall python3-dbus-next.noarch Package on Fedora 36

Last updated: May 17,2024

1. Install "python3-dbus-next.noarch" package

This is a short guide on how to install python3-dbus-next.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-dbus-next.noarch

2. Uninstall "python3-dbus-next.noarch" package

Learn how to uninstall python3-dbus-next.noarch on Fedora 36:

$ sudo dnf remove python3-dbus-next.noarch $ sudo dnf autoremove

3. Information about the python3-dbus-next.noarch package on Fedora 36

Last metadata expiration check: 2:38:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-dbus-next
Version : 0.2.3
Release : 2.fc36
Architecture : noarch
Size : 108 k
Source : python-dbus-next-0.2.3-2.fc36.src.rpm
Repository : fedora
Summary : Zero-dependency DBus library for Python with asyncio support
URL : https://github.com/altdesktop/python-dbus-next
License : MIT
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.