How to Install and Uninstall popt.x86_64 Package on Fedora 38
Last updated: November 26,2024
1. Install "popt.x86_64" package
Please follow the steps below to install popt.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
popt.x86_64
Copied
2. Uninstall "popt.x86_64" package
This guide covers the steps necessary to uninstall popt.x86_64 on Fedora 38:
$
sudo dnf remove
popt.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the popt.x86_64 package on Fedora 38
Last metadata expiration check: 5:20:43 ago on Sat Mar 16 16:59:57 2024.
Installed Packages
Name : popt
Version : 1.19
Release : 2.fc38
Architecture : x86_64
Size : 137 k
Source : popt-1.19-2.fc38.src.rpm
Repository : @System
From repo : anaconda
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.
Installed Packages
Name : popt
Version : 1.19
Release : 2.fc38
Architecture : x86_64
Size : 137 k
Source : popt-1.19-2.fc38.src.rpm
Repository : @System
From repo : anaconda
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.