How To Install python-slip-gtk.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install python-slip-gtk.noarch
on Amazon Linux 2.
What is python-slip-gtk.noarch
The Simple Library for Python packages contain miscellaneous code for convenience, extension and workaround purposes. This package provides slip.gtk.set_autowrap(), a convenience function which lets gtk labels be automatically re-wrapped upon resizing.
We can use yum
to install python-slip-gtk.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-gtk.noarch.
Install python-slip-gtk.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-gtk.noarch
using yum
by running the following command:
sudo yum -y install python-slip-gtk.noarch
How To Uninstall python-slip-gtk.noarch on Amazon Linux 2
To uninstall only the python-slip-gtk.noarch
package we can use the following command:
sudo yum remove python-slip-gtk.noarch
python-slip-gtk.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/slip.gtk-0.4.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/slip/gtk
/usr/lib/python2.7/site-packages/slip/gtk/__init__.py
/usr/lib/python2.7/site-packages/slip/gtk/__init__.pyc
/usr/lib/python2.7/site-packages/slip/gtk/__init__.pyo
/usr/lib/python2.7/site-packages/slip/gtk/tools.py
/usr/lib/python2.7/site-packages/slip/gtk/tools.pyc
/usr/lib/python2.7/site-packages/slip/gtk/tools.pyo
References
Summary
In this tutorial we learn how to install python-slip-gtk.noarch
on Amazon Linux 2 using yum.