How to Install and Uninstall python-slip-dbus.noarch Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

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

Please follow the guidelines below to install python-slip-dbus.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python-slip-dbus.noarch

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

This guide let you learn how to uninstall python-slip-dbus.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python-slip-dbus.noarch $ sudo yum autoremove

3. Information about the python-slip-dbus.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-slip-dbus
Arch : noarch
Version : 0.4.0
Release : 4.el7
Size : 75 k
Repo : installed
From repo : anaconda
Summary : Convenience functions for dbus services
URL : https://github.com/nphilipp/python-slip
License : GPLv2+
Description : The Simple Library for Python 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.