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

Last updated: November 24,2024

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

Here is a brief guide to show you how to install python-into-dbus-python.src on Oracle Linux 8

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

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

This is a short guide on how to uninstall python-into-dbus-python.src on Oracle Linux 8:

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

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

Last metadata expiration check: 3:17:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-into-dbus-python
Version : 0.06
Release : 2.el8
Architecture : src
Size : 23 k
Source : None
Repository : ol8_appstream
Summary : Transformer to dbus-python types
URL : https://github.com/stratis-storage/into-dbus-python
License : ASL 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.