How To Install neon.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install neon.i686
on Amazon Linux 2.
What is neon.i686
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
to install neon.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install neon.i686.
Install neon.i686 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install neon.i686
using yum
by running the following command:
sudo yum -y install neon.i686
How To Uninstall neon.i686 on Amazon Linux 2
To uninstall only the neon.i686
package we can use the following command:
sudo yum remove neon.i686
neon.i686 Package Contents on Amazon Linux 2
/usr/lib/libneon.so.27
/usr/lib/libneon.so.27.3.0
/usr/share/doc/neon-0.30.0
/usr/share/doc/neon-0.30.0/AUTHORS
/usr/share/doc/neon-0.30.0/BUGS
/usr/share/doc/neon-0.30.0/COPYING.LIB
/usr/share/doc/neon-0.30.0/NEWS
/usr/share/doc/neon-0.30.0/README
/usr/share/doc/neon-0.30.0/THANKS
/usr/share/doc/neon-0.30.0/TODO
/usr/share/doc/neon-0.30.0/html
/usr/share/doc/neon-0.30.0/html/api.html
/usr/share/doc/neon-0.30.0/html/biblio.html
/usr/share/doc/neon-0.30.0/html/compliance.html
/usr/share/doc/neon-0.30.0/html/features.html
/usr/share/doc/neon-0.30.0/html/index.html
/usr/share/doc/neon-0.30.0/html/intro.html
/usr/share/doc/neon-0.30.0/html/ref.html
/usr/share/doc/neon-0.30.0/html/refalloc.html
/usr/share/doc/neon-0.30.0/html/refauth.html
/usr/share/doc/neon-0.30.0/html/refbuf.html
/usr/share/doc/neon-0.30.0/html/refbufapp.html
/usr/share/doc/neon-0.30.0/html/refbufcr.html
/usr/share/doc/neon-0.30.0/html/refbufdest.html
/usr/share/doc/neon-0.30.0/html/refbufutil.html
/usr/share/doc/neon-0.30.0/html/refcert.html
/usr/share/doc/neon-0.30.0/html/refclicert.html
/usr/share/doc/neon-0.30.0/html/refconfig.html
/usr/share/doc/neon-0.30.0/html/referr.html
/usr/share/doc/neon-0.30.0/html/reffeat.html
/usr/share/doc/neon-0.30.0/html/refgetst.html
/usr/share/doc/neon-0.30.0/html/refi18n.html
/usr/share/doc/neon-0.30.0/html/refiaddr.html
/usr/share/doc/neon-0.30.0/html/refneon.html
/usr/share/doc/neon-0.30.0/html/refopts.html
/usr/share/doc/neon-0.30.0/html/refproxy.html
/usr/share/doc/neon-0.30.0/html/refreq.html
/usr/share/doc/neon-0.30.0/html/refreqbody.html
/usr/share/doc/neon-0.30.0/html/refreqflags.html
/usr/share/doc/neon-0.30.0/html/refreqhdr.html
/usr/share/doc/neon-0.30.0/html/refresolve.html
/usr/share/doc/neon-0.30.0/html/refresphdr.html
/usr/share/doc/neon-0.30.0/html/refsess.html
/usr/share/doc/neon-0.30.0/html/refsessflags.html
/usr/share/doc/neon-0.30.0/html/refshave.html
/usr/share/doc/neon-0.30.0/html/refsockinit.html
/usr/share/doc/neon-0.30.0/html/refsslca.html
/usr/share/doc/neon-0.30.0/html/refsslcert2.html
/usr/share/doc/neon-0.30.0/html/refsslcertio.html
/usr/share/doc/neon-0.30.0/html/refssldname.html
/usr/share/doc/neon-0.30.0/html/refsslvfy.html
/usr/share/doc/neon-0.30.0/html/refstatus.html
/usr/share/doc/neon-0.30.0/html/reftok.html
/usr/share/doc/neon-0.30.0/html/refvers.html
/usr/share/doc/neon-0.30.0/html/refxml.html
/usr/share/doc/neon-0.30.0/html/security.html
/usr/share/doc/neon-0.30.0/html/using.html
/usr/share/doc/neon-0.30.0/html/xml.html
/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.i686
on Amazon Linux 2 using yum.