How to Install and Uninstall boost-program-options.x86_64 Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "boost-program-options.x86_64" package

Please follow the steps below to install boost-program-options.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install boost-program-options.x86_64

2. Uninstall "boost-program-options.x86_64" package

Here is a brief guide to show you how to uninstall boost-program-options.x86_64 on CentOS Stream 9:

$ sudo dnf remove boost-program-options.x86_64 $ sudo dnf autoremove

3. Information about the boost-program-options.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:40:41 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : boost-program-options
Version : 1.75.0
Release : 8.el9
Architecture : x86_64
Size : 107 k
Source : boost-1.75.0-8.el9.src.rpm
Repository : appstream
Summary : Run-time component of boost program_options library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: Run-time support of boost program options library, which allows program
: developers to obtain (name, value) pairs from the user, via
: conventional methods such as command-line and configuration file.