How To Install libproxy-python.noarch on Amazon Linux 2

In this tutorial we learn how to install libproxy-python.noarch in Amazon Linux 2. libproxy-python.noarch is Binding for libproxy and python

Introduction

In this tutorial we learn how to install libproxy-python.noarch on Amazon Linux 2.

What is libproxy-python.noarch

The libproxy-python package contains the python binding for libproxy

We can use yum to install libproxy-python.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libproxy-python.noarch.

Install libproxy-python.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 libproxy-python.noarch using yum by running the following command:

sudo yum -y install libproxy-python.noarch

How To Uninstall libproxy-python.noarch on Amazon Linux 2

To uninstall only the libproxy-python.noarch package we can use the following command:

sudo yum remove libproxy-python.noarch

libproxy-python.noarch Package Contents on Amazon Linux 2

/usr/lib/python2.7/site-packages/libproxy.py
/usr/lib/python2.7/site-packages/libproxy.pyc
/usr/lib/python2.7/site-packages/libproxy.pyo

References

Summary

In this tutorial we learn how to install libproxy-python.noarch on Amazon Linux 2 using yum.