Information about the package, python-pycurl, which is shipped with common Linux distributions. The python-pycurl package is designed for, A Python interface to libcurl.
Package Name:
python-pycurl
Summary:
A Python interface to libcurl
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.
Architecture:
x86_64
Version:
7.19.0
Release:
9.el6
Size:
231 k
Repository:
installed
From Repository:
base
Licence:
LGPLv2+ or MIT
Control the python-pycurl package with the following handy commands outlined below.
yum install python-pycurl
This command will install python-pycurl on the server.
yum remove python-pycurl
This command will un-install python-pycurl on the server. When you run this command, you will be asked if you are sure that you want to remove python-pycurl, so you have to manually confirm that you want to do this.
yum -y remove python-pycurl
This command will un-install python-pycurl on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-pycurl when using the -y flag.
yum update python-pycurl
This command will update python-pycurl to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-pycurl, so you have to manually confirm that you want to do this.
yum -y update python-pycurl
This command will update python-pycurl to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-pycurl when using the -y flag.
yum info python-pycurl
This command will show you core information about the python-pycurl package.
yum deplist python-pycurl
This command will show you the dependencies for python-pycurl. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update python-pycurl
This command will check if there is an update waiting on python-pycurl. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.