How to Install and Uninstall boost1.78-build.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "boost1.78-build.noarch" package

Please follow the guidelines below to install boost1.78-build.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install boost1.78-build.noarch

2. Uninstall "boost1.78-build.noarch" package

This guide covers the steps necessary to uninstall boost1.78-build.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove boost1.78-build.noarch $ sudo dnf autoremove

3. Information about the boost1.78-build.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:08:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : boost1.78-build
Version : 1.78.0
Release : 1.el9
Architecture : noarch
Size : 329 k
Source : boost1.78-1.78.0-1.el9.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.