How to Install and Uninstall popt.src Package on Oracle Linux 9

Last updated: January 04,2025

1. Install "popt.src" package

Please follow the guidance below to install popt.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install popt.src

2. Uninstall "popt.src" package

Please follow the guidelines below to uninstall popt.src on Oracle Linux 9:

$ sudo dnf remove popt.src $ sudo dnf autoremove

3. Information about the popt.src package on Oracle Linux 9

Last metadata expiration check: 3:10:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : popt
Version : 1.18
Release : 8.el9
Architecture : src
Size : 581 k
Source : None
Repository : ol9_appstream
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.

Name : popt
Version : 1.18
Release : 8.el9
Architecture : src
Size : 581 k
Source : None
Repository : ol9_baseos_latest
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.