How to Install and Uninstall python3-slip-dbus.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 30,2024

1. Install "python3-slip-dbus.noarch" package

Please follow the steps below to install python3-slip-dbus.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-slip-dbus.noarch

2. Uninstall "python3-slip-dbus.noarch" package

Please follow the instructions below to uninstall python3-slip-dbus.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-slip-dbus.noarch $ sudo dnf autoremove

3. Information about the python3-slip-dbus.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:10:57 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-slip-dbus
Version : 0.6.4
Release : 13.el8
Architecture : noarch
Size : 39 k
Source : python-slip-0.6.4-13.el8.src.rpm
Repository : ubi-8-baseos-rpms
Summary : Convenience functions for dbus services in Python 3.x
URL : https://github.com/nphilipp/python-slip
License : GPLv2+
Description : The Simple Library for Python 3.x packages contain miscellaneous code for
: convenience, extension and workaround purposes.
:
: This package provides slip.dbus.service.Object, which is a dbus.service.Object
: derivative that ends itself after a certain time without being used and/or if
: there are no clients anymore on the message bus, as well as convenience
: functions and decorators for integrating a dbus service with PolicyKit.