How to Install and Uninstall python-dbus-client-gen.src Package on Oracle Linux 9

Last updated: July 04,2024

1. Install "python-dbus-client-gen.src" package

This guide let you learn how to install python-dbus-client-gen.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-dbus-client-gen.src

2. Uninstall "python-dbus-client-gen.src" package

This guide let you learn how to uninstall python-dbus-client-gen.src on Oracle Linux 9:

$ sudo dnf remove python-dbus-client-gen.src $ sudo dnf autoremove

3. Information about the python-dbus-client-gen.src package on Oracle Linux 9

Last metadata expiration check: 2:15:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-dbus-client-gen
Version : 0.5.1
Release : 1.el9
Architecture : src
Size : 23 k
Source : None
Repository : ol9_appstream
Summary : Library for Generating D-Bus Client Code
URL : https://github.com/stratis-storage/dbus-client-gen
License : MPL-2.0
Description : This library contains a few methods that consume an XML specification
: of a D-Bus interface and return classes or functions that may be useful
: in constructing a python D-Bus client. The XML specification has the format
: of the data returned by the Introspect() method
: of the Introspectable interface.