How to Install and Uninstall curl.src Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "curl.src" package

This tutorial shows how to install curl.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install curl.src

2. Uninstall "curl.src" package

In this section, we are going to explain the necessary steps to uninstall curl.src on Oracle Linux 8:

$ sudo dnf remove curl.src $ sudo dnf autoremove

3. Information about the curl.src package on Oracle Linux 8

Last metadata expiration check: 2:40:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : curl
Version : 7.61.1
Release : 22.el8_6.4
Architecture : src
Size : 2.4 M
Source : None
Repository : ol8_baseos_latest
Summary : A utility for getting files from remote servers (FTP, HTTP, and others)
URL : https://curl.haxx.se/
License : MIT
Description : curl is a command line tool for transferring data with URL syntax, supporting
: FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
: SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP
: uploading, HTTP form based upload, proxies, cookies, user+password
: authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer
: resume, proxy tunneling and a busload of other useful tricks.