How to Install and Uninstall python-pycurl.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

1. Install "python-pycurl.x86_64" package

In this section, we are going to explain the necessary steps to install python-pycurl.x86_64 on CentOS 7 / RHEL 7

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

2. Uninstall "python-pycurl.x86_64" package

This guide covers the steps necessary to uninstall python-pycurl.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the python-pycurl.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : python-pycurl
Arch : x86_64
Version : 7.19.0
Release : 19.el7
Size : 236 k
Repo : installed
From repo : anaconda
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.