How to Install and Uninstall popt.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "popt.i686" package

This is a short guide on how to install popt.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install popt.i686

2. Uninstall "popt.i686" package

This is a short guide on how to uninstall popt.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove popt.i686 $ sudo dnf autoremove

3. Information about the popt.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : popt
Version : 1.18
Release : 8.el9
Architecture : i686
Size : 71 k
Source : popt-1.18-8.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : C library for parsing command line parameters
URL : https://github.com/rpm-software-management/popt/
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.