How to Install and Uninstall boost-program-options.x86_64 Package on AlmaLinux 8

Last updated: October 05,2024

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

This is a short guide on how to install boost-program-options.x86_64 on AlmaLinux 8

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

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

This guide let you learn how to uninstall boost-program-options.x86_64 on AlmaLinux 8:

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

3. Information about the boost-program-options.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:51:18 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : boost-program-options
Version : 1.66.0
Release : 10.el8
Architecture : x86_64
Size : 140 k
Source : boost-1.66.0-10.el8.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.