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

Last updated: September 06,2024

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

Please follow the guidance below to install python-dbus-client-gen.src on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall python-dbus-client-gen.src on Oracle Linux 8:

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

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

Last metadata expiration check: 1:48:04 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-dbus-client-gen
Version : 0.4
Release : 1.el8
Architecture : src
Size : 22 k
Source : None
Repository : ol8_appstream
Summary : Library for Generating D-Bus Client Code
URL : https://github.com/stratis-storage/dbus-client-gen
License : MPLv2.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.