How to Install and Uninstall python-pycurl.x86_64 Package on Amazon Linux 2

Last updated: October 04,2024

1. Install "python-pycurl.x86_64" package

This guide covers the steps necessary to install python-pycurl.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-pycurl.x86_64

2. Uninstall "python-pycurl.x86_64" package

Please follow the step by step instructions below to uninstall python-pycurl.x86_64 on Amazon Linux 2:

$ sudo yum remove python-pycurl.x86_64 $ sudo yum autoremove

3. Information about the python-pycurl.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : python-pycurl
Arch : x86_64
Version : 7.19.0
Release : 19.amzn2.0.2
Size : 236 k
Repo : installed
Summary : A Python interface to libcurl
URL : http://pycurl.sourceforge.net/
License : LGPLv2+ or MIT
Description : PycURL is a Python interface to libcurl. PycURL can be used to
: fetch objects identified by a URL from a Python program, similar
: to the urllib Python module. PycURL is mature, very fast, and
: supports a lot of features.