How to Install and Uninstall python-pycurl.src Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "python-pycurl.src" package

Here is a brief guide to show you how to install python-pycurl.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-pycurl.src

2. Uninstall "python-pycurl.src" package

This guide covers the steps necessary to uninstall python-pycurl.src on Oracle Linux 9:

$ sudo dnf remove python-pycurl.src $ sudo dnf autoremove

3. Information about the python-pycurl.src package on Oracle Linux 9

Last metadata expiration check: 0:33:26 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-pycurl
Version : 7.43.0.6
Release : 8.el9
Architecture : src
Size : 231 k
Source : None
Repository : ol9_appstream
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.