How to Install and Uninstall python-pydbus.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "python-pydbus.src" package

Please follow the guidance below to install python-pydbus.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-pydbus.src

2. Uninstall "python-pydbus.src" package

Learn how to uninstall python-pydbus.src on Oracle Linux 8:

$ sudo dnf remove python-pydbus.src $ sudo dnf autoremove

3. Information about the python-pydbus.src package on Oracle Linux 8

Last metadata expiration check: 6:27:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-pydbus
Version : 0.6.0
Release : 5.el8
Architecture : src
Size : 2.0 M
Source : None
Repository : ol8_appstream
Summary : Pythonic DBus library
URL : https://pypi.python.org/pypi/pydbus
License : LGPLv2+
Description : The pydbus module provides pythonic DBUS bindings.
: It is based on PyGI, the Python GObject Introspection bindings,
: which is the recommended way to use GLib from Python.