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

Last updated: June 26,2024

1. Install "neon.src" package

This is a short guide on how to install neon.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install neon.src

2. Uninstall "neon.src" package

Learn how to uninstall neon.src on Oracle Linux 8:

$ sudo dnf remove neon.src $ sudo dnf autoremove

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

Last metadata expiration check: 5:50:01 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : neon
Version : 0.30.2
Release : 6.el8
Architecture : src
Size : 934 k
Source : None
Repository : ol8_appstream
Summary : An HTTP and WebDAV client library
URL : http://www.webdav.org/neon/
License : LGPLv2+
Description : neon is an HTTP and WebDAV client library, with a C interface;
: providing a high-level interface to HTTP and WebDAV methods along
: with a low-level interface for HTTP request handling. neon
: supports persistent connections, proxy servers, basic, digest and
: Kerberos authentication, and has complete SSL support.