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

Last updated: November 28,2024

1. Install "python-pycurl.src" package

Learn how to install python-pycurl.src on Oracle Linux 8

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

2. Uninstall "python-pycurl.src" package

Learn how to uninstall python-pycurl.src on Oracle Linux 8:

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

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

Last metadata expiration check: 3:50:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-pycurl
Version : 7.43.0.2
Release : 4.el8
Architecture : src
Size : 233 k
Source : None
Repository : ol8_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.