How to Install and Uninstall popt.i686 Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "popt.i686" package

This is a short guide on how to install popt.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install popt.i686

2. Uninstall "popt.i686" package

Here is a brief guide to show you how to uninstall popt.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove popt.i686 $ sudo dnf autoremove

3. Information about the popt.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:33:57 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : popt
Version : 1.16
Release : 14.el8
Architecture : i686
Size : 63 k
Source : popt-1.16-14.el8.src.rpm
Repository : baseos
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.