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

Last updated: May 02,2024

1. Install "popt.i686" package

Please follow the guidance below to install popt.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install popt.i686

2. Uninstall "popt.i686" package

Here is a brief guide to show you how to uninstall popt.i686 on Amazon Linux 2:

$ sudo yum remove popt.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : popt
Arch : i686
Version : 1.13
Release : 16.amzn2.0.2
Size : 43 k
Repo : amzn2-core/2/x86_64
Summary : C library for parsing command line parameters
URL : http://www.rpm5.org/
License : MIT
Description : Popt is a C library for parsing command line parameters. Popt was
: heavily influenced by the getopt() and getopt_long() functions,
: but it improves on them by allowing more powerful argument
: expansion. Popt can parse arbitrary argv[] style arrays and
: automatically set variables based on command line arguments. Popt
: allows command line arguments to be aliased via configuration
: files and includes utility functions for parsing arbitrary strings
: into argv[] arrays using shell-like rules.