How to Install and Uninstall libcurl.i686 Package on Amazon Linux 2

Last updated: July 21,2024

1. Install "libcurl.i686" package

This guide covers the steps necessary to install libcurl.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libcurl.i686

2. Uninstall "libcurl.i686" package

This guide covers the steps necessary to uninstall libcurl.i686 on Amazon Linux 2:

$ sudo yum remove libcurl.i686 $ sudo yum autoremove

3. Information about the libcurl.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libcurl
Arch : i686
Version : 7.79.1
Release : 1.amzn2.0.1
Size : 356 k
Repo : amzn2-core/2/x86_64
Summary : A library for getting files from web servers
URL : https://curl.se/
License : MIT
Description : libcurl is a free and easy-to-use client-side URL transfer
: library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP,
: TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP.
: libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP
: uploading, HTTP form based upload, proxies, cookies, user+password
: authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file
: transfer resume, http proxy tunneling and more.