How To Install python-slip.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install python-slip.noarch on Amazon Linux 2.
What is python-slip.noarch
The Simple Library for Python packages contain miscellaneous code for convenience, extension and workaround purposes. This package provides the “slip” and the “slip.util” modules.
We can use yum to install python-slip.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.noarch.
Install python-slip.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.noarch using yum by running the following command:
sudo yum -y install python-slip.noarch
How To Uninstall python-slip.noarch on Amazon Linux 2
To uninstall only the python-slip.noarch package we can use the following command:
sudo yum remove python-slip.noarch
python-slip.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/slip
/usr/lib/python2.7/site-packages/slip-0.4.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/slip/__init__.py
/usr/lib/python2.7/site-packages/slip/__init__.pyc
/usr/lib/python2.7/site-packages/slip/__init__.pyo
/usr/lib/python2.7/site-packages/slip/_wrappers
/usr/lib/python2.7/site-packages/slip/_wrappers/__init__.py
/usr/lib/python2.7/site-packages/slip/_wrappers/__init__.pyc
/usr/lib/python2.7/site-packages/slip/_wrappers/__init__.pyo
/usr/lib/python2.7/site-packages/slip/_wrappers/_gobject.py
/usr/lib/python2.7/site-packages/slip/_wrappers/_gobject.pyc
/usr/lib/python2.7/site-packages/slip/_wrappers/_gobject.pyo
/usr/lib/python2.7/site-packages/slip/util
/usr/lib/python2.7/site-packages/slip/util/__init__.py
/usr/lib/python2.7/site-packages/slip/util/__init__.pyc
/usr/lib/python2.7/site-packages/slip/util/__init__.pyo
/usr/lib/python2.7/site-packages/slip/util/files.py
/usr/lib/python2.7/site-packages/slip/util/files.pyc
/usr/lib/python2.7/site-packages/slip/util/files.pyo
/usr/lib/python2.7/site-packages/slip/util/hookable.py
/usr/lib/python2.7/site-packages/slip/util/hookable.pyc
/usr/lib/python2.7/site-packages/slip/util/hookable.pyo
/usr/share/doc/python-slip-0.4.0
/usr/share/doc/python-slip-0.4.0/COPYING
/usr/share/doc/python-slip-0.4.0/dbus
/usr/share/doc/python-slip-0.4.0/dbus/README
/usr/share/doc/python-slip-0.4.0/dbus/example
/usr/share/doc/python-slip-0.4.0/dbus/example/Makefile
/usr/share/doc/python-slip-0.4.0/dbus/example/README
/usr/share/doc/python-slip-0.4.0/dbus/example/example-conf-client.py
/usr/share/doc/python-slip-0.4.0/dbus/example/example-conf-mechanism.py
/usr/share/doc/python-slip-0.4.0/dbus/example/import_marker.py
/usr/share/doc/python-slip-0.4.0/dbus/example/org.fedoraproject.slip.example.mechanism.conf
/usr/share/doc/python-slip-0.4.0/dbus/example/org.fedoraproject.slip.example.mechanism.service
/usr/share/doc/python-slip-0.4.0/dbus/example/org.fedoraproject.slip.example.policy
References
Summary
In this tutorial we learn how to install python-slip.noarch on Amazon Linux 2 using yum.