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

Last updated: February 05,2025

1. Install "python3-pycurl.x86_64" package

In this section, we are going to explain the necessary steps to install python3-pycurl.x86_64 on Amazon Linux 2

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

2. Uninstall "python3-pycurl.x86_64" package

Please follow the steps below to uninstall python3-pycurl.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python3-pycurl
Arch : x86_64
Version : 7.43.0
Release : 7.amzn2.0.2
Size : 196 k
Repo : amzn2-core/2/x86_64
Summary : A Python interface to libcurl
URL : http://pycurl.io/
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.