How to Install and Uninstall python-pycurl.x86_64 Package on CentOS 7 / RHEL 7
Last updated: January 13,2025
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
Copied
$
sudo yum install
python-pycurl.x86_64
Copied
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
Copied
$
sudo yum autoremove
Copied
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.
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.