How to Install and Uninstall popt.x86_64 Package on CentOS 7 / RHEL 7

Last updated: January 13,2025

1. Install "popt.x86_64" package

Learn how to install popt.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install popt.x86_64

2. Uninstall "popt.x86_64" package

This is a short guide on how to uninstall popt.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove popt.x86_64 $ sudo yum autoremove

3. Information about the popt.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : popt
Arch : x86_64
Version : 1.13
Release : 16.el7
Size : 86 k
Repo : installed
From repo : anaconda
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.