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

Last updated: October 07,2024

1. Install "python-into-dbus-python.src" package

In this section, we are going to explain the necessary steps to install python-into-dbus-python.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-into-dbus-python.src

2. Uninstall "python-into-dbus-python.src" package

This tutorial shows how to uninstall python-into-dbus-python.src on Oracle Linux 9:

$ sudo dnf remove python-into-dbus-python.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:43:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-into-dbus-python
Version : 0.8.2
Release : 1.el9
Architecture : src
Size : 24 k
Source : None
Repository : ol9_appstream
Summary : Transformer to dbus-python types
URL : https://github.com/stratis-storage/into-dbus-python
License : Apache-2.0
Description : Facilities for converting an object that inhabits core Python types, e.g.,
: lists, ints, dicts, to an object that inhabits dbus-python types, e.g.,
: dbus.Array, dbus.UInt32, dbus.Dictionary based on a specified dbus signature.