How to Install and Uninstall python3-pycurl.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-pycurl.x86_64" package

This guide covers the steps necessary to install python3-pycurl.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pycurl.x86_64" package

This tutorial shows how to uninstall python3-pycurl.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pycurl.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:21:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pycurl
Version : 7.43.0.6
Release : 8.el9
Architecture : x86_64
Size : 218 k
Source : python-pycurl-7.43.0.6-8.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.