How To Install neon on Fedora 36
Introduction
In this tutorial we learn how to install neon
on Fedora 36.
What is neon
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.
We can use yum
or dnf
to install neon
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install neon.
Install neon on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install neon
using dnf
by running the following command:
sudo dnf -y install neon
Install neon on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install neon
using yum
by running the following command:
sudo yum -y install neon
How To Uninstall neon on Fedora 36
To uninstall only the neon
package we can use the following command:
sudo dnf remove neon
neon Package Contents on Fedora 36
---
title: "How To Install neon on Fedora 36"
linkTitle: "neon"
type: "docs"
description: "In this tutorial we learn how to install neon in Fedora 36. neon is An HTTP and WebDAV client library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/neon-featured.png
---
## Introduction
In this tutorial we learn how to install `neon` on Fedora 36.
### What is `neon`
> 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.
We can use `yum` or `dnf` to install `neon` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install neon.
## Install neon on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install neon
using dnf
by running the following command:
sudo dnf -y install neon
Install neon on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install neon
using yum
by running the following command:
sudo yum -y install neon
How To Uninstall neon on Fedora 36
To uninstall only the neon
package we can use the following command:
sudo dnf remove neon
neon Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/31440a4f53718cb632a65bd674f8db25207aff
/usr/lib64/libneon.so.27
/usr/lib64/libneon.so.27.5.2
/usr/share/doc/neon
/usr/share/doc/neon/AUTHORS
/usr/share/doc/neon/BUGS
/usr/share/doc/neon/COPYING.LIB
/usr/share/doc/neon/NEWS
/usr/share/doc/neon/README.md
/usr/share/doc/neon/THANKS
/usr/share/doc/neon/TODO
/usr/share/locale/cs/LC_MESSAGES/neon.mo
/usr/share/locale/de/LC_MESSAGES/neon.mo
/usr/share/locale/fr/LC_MESSAGES/neon.mo
/usr/share/locale/ja/LC_MESSAGES/neon.mo
/usr/share/locale/nn/LC_MESSAGES/neon.mo
/usr/share/locale/pl/LC_MESSAGES/neon.mo
/usr/share/locale/ru/LC_MESSAGES/neon.mo
/usr/share/locale/tr/LC_MESSAGES/neon.mo
/usr/share/locale/zh_CN/LC_MESSAGES/neon.mo
References
Summary
In this tutorial we learn how to install neon
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/43 /usr/lib/.build-id/43/a6b147d4654941f386b28620c37b71565202d3 /usr/lib/libneon.so.27 /usr/lib/libneon.so.27.5.2 /usr/share/doc/neon /usr/share/doc/neon/AUTHORS /usr/share/doc/neon/BUGS /usr/share/doc/neon/COPYING.LIB /usr/share/doc/neon/NEWS /usr/share/doc/neon/README.md /usr/share/doc/neon/THANKS /usr/share/doc/neon/TODO /usr/share/locale/cs/LC_MESSAGES/neon.mo /usr/share/locale/de/LC_MESSAGES/neon.mo /usr/share/locale/fr/LC_MESSAGES/neon.mo /usr/share/locale/ja/LC_MESSAGES/neon.mo /usr/share/locale/nn/LC_MESSAGES/neon.mo /usr/share/locale/pl/LC_MESSAGES/neon.mo /usr/share/locale/ru/LC_MESSAGES/neon.mo /usr/share/locale/tr/LC_MESSAGES/neon.mo /usr/share/locale/zh_CN/LC_MESSAGES/neon.mo
## References
* [neon website](https://notroj.github.io/neon/)
## Summary
In this tutorial we learn how to install `neon` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).