How to Install and Uninstall python3-pycurl.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 01,2024

1. Install "python3-pycurl.x86_64" package

This tutorial shows how to install python3-pycurl.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-pycurl.x86_64

2. Uninstall "python3-pycurl.x86_64" package

Here is a brief guide to show you how to uninstall python3-pycurl.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the python3-pycurl.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:01:10 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-pycurl
Version : 7.43.0.2
Release : 4.el8
Architecture : x86_64
Size : 227 k
Source : python-pycurl-7.43.0.2-4.el8.src.rpm
Repository : appstream
Summary : Python interface to libcurl for Python 3
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.
:
: Python 3 version.