How to Install and Uninstall popt.i686 Package on Fedora 36

Last updated: January 12,2025

1. Install "popt.i686" package

This guide covers the steps necessary to install popt.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install popt.i686

2. Uninstall "popt.i686" package

Please follow the guidelines below to uninstall popt.i686 on Fedora 36:

$ sudo dnf remove popt.i686 $ sudo dnf autoremove

3. Information about the popt.i686 package on Fedora 36

Last metadata expiration check: 2:22:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : popt
Version : 1.18
Release : 7.fc36
Architecture : i686
Size : 61 k
Source : popt-1.18-7.fc36.src.rpm
Repository : fedora
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.