How To Install python-slip-dbus.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install python-slip-dbus.noarch on Amazon Linux 2.
What is python-slip-dbus.noarch
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.
We can use yum to install python-slip-dbus.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-slip-dbus.noarch.
Install python-slip-dbus.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python-slip-dbus.noarch using yum by running the following command:
sudo yum -y install python-slip-dbus.noarch
How To Uninstall python-slip-dbus.noarch on Amazon Linux 2
To uninstall only the python-slip-dbus.noarch package we can use the following command:
sudo yum remove python-slip-dbus.noarch
python-slip-dbus.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/slip.dbus-0.4.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/slip/dbus
/usr/lib/python2.7/site-packages/slip/dbus/__init__.py
/usr/lib/python2.7/site-packages/slip/dbus/__init__.pyc
/usr/lib/python2.7/site-packages/slip/dbus/__init__.pyo
/usr/lib/python2.7/site-packages/slip/dbus/bus.py
/usr/lib/python2.7/site-packages/slip/dbus/bus.pyc
/usr/lib/python2.7/site-packages/slip/dbus/bus.pyo
/usr/lib/python2.7/site-packages/slip/dbus/constants.py
/usr/lib/python2.7/site-packages/slip/dbus/constants.pyc
/usr/lib/python2.7/site-packages/slip/dbus/constants.pyo
/usr/lib/python2.7/site-packages/slip/dbus/introspection.py
/usr/lib/python2.7/site-packages/slip/dbus/introspection.pyc
/usr/lib/python2.7/site-packages/slip/dbus/introspection.pyo
/usr/lib/python2.7/site-packages/slip/dbus/mainloop.py
/usr/lib/python2.7/site-packages/slip/dbus/mainloop.pyc
/usr/lib/python2.7/site-packages/slip/dbus/mainloop.pyo
/usr/lib/python2.7/site-packages/slip/dbus/polkit.py
/usr/lib/python2.7/site-packages/slip/dbus/polkit.pyc
/usr/lib/python2.7/site-packages/slip/dbus/polkit.pyo
/usr/lib/python2.7/site-packages/slip/dbus/proxies.py
/usr/lib/python2.7/site-packages/slip/dbus/proxies.pyc
/usr/lib/python2.7/site-packages/slip/dbus/proxies.pyo
/usr/lib/python2.7/site-packages/slip/dbus/service.py
/usr/lib/python2.7/site-packages/slip/dbus/service.pyc
/usr/lib/python2.7/site-packages/slip/dbus/service.pyo
/usr/share/doc/python-slip-dbus-0.4.0
/usr/share/doc/python-slip-dbus-0.4.0/README
/usr/share/doc/python-slip-dbus-0.4.0/example
/usr/share/doc/python-slip-dbus-0.4.0/example/Makefile
/usr/share/doc/python-slip-dbus-0.4.0/example/README
/usr/share/doc/python-slip-dbus-0.4.0/example/example-conf-client.py
/usr/share/doc/python-slip-dbus-0.4.0/example/example-conf-mechanism.py
/usr/share/doc/python-slip-dbus-0.4.0/example/import_marker.py
/usr/share/doc/python-slip-dbus-0.4.0/example/org.fedoraproject.slip.example.mechanism.conf
/usr/share/doc/python-slip-dbus-0.4.0/example/org.fedoraproject.slip.example.mechanism.service
/usr/share/doc/python-slip-dbus-0.4.0/example/org.fedoraproject.slip.example.policy
References
Summary
In this tutorial we learn how to install python-slip-dbus.noarch on Amazon Linux 2 using yum.