How to Install and Uninstall boost169-build.noarch Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "boost169-build.noarch" package

This guide covers the steps necessary to install boost169-build.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install boost169-build.noarch

2. Uninstall "boost169-build.noarch" package

This guide covers the steps necessary to uninstall boost169-build.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove boost169-build.noarch $ sudo dnf autoremove

3. Information about the boost169-build.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:56:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : boost169-build
Version : 1.69.0
Release : 4.el8
Architecture : noarch
Size : 494 k
Source : boost169-1.69.0-4.el8.src.rpm
Repository : epel
Summary : Cross platform build system for C++ projects
URL : http://www.boost.org
License : Boost and MIT and Python
Description : Boost.Build is an easy way to build C++ projects, everywhere. You name
: your pieces of executable and libraries and list their sources. Boost.Build
: takes care about compiling your sources with the right options,
: creating static and shared libraries, making pieces of executable, and other
: chores -- whether you are using GCC, MSVC, or a dozen more supported
: C++ compilers -- on Windows, OSX, Linux and commercial UNIX systems.