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

Last updated: November 27,2024

1. Install "libconfig.i686" package

Learn how to install libconfig.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libconfig.i686

2. Uninstall "libconfig.i686" package

This guide let you learn how to uninstall libconfig.i686 on Amazon Linux 2:

$ sudo yum remove libconfig.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libconfig
Arch : i686
Version : 1.4.9
Release : 5.amzn2.0.2
Size : 63 k
Repo : amzn2-core/2/x86_64
Summary : C/C++ configuration file library
URL : http://www.hyperrealm.com/libconfig/
License : LGPLv2+
Description : Libconfig is a simple library for manipulating structured
: configuration files. This file format is more compact and more
: readable than XML. And unlike XML, it is type-aware, so it is not
: necessary to do string parsing in application code.