How to Install and Uninstall boost-build.noarch Package on Fedora 38

Last updated: January 06,2025

1. Install "boost-build.noarch" package

Please follow the step by step instructions below to install boost-build.noarch on Fedora 38

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

2. Uninstall "boost-build.noarch" package

Please follow the guidelines below to uninstall boost-build.noarch on Fedora 38:

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

3. Information about the boost-build.noarch package on Fedora 38

Last metadata expiration check: 1:56:50 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : boost-build
Version : 1.78.0
Release : 14.fc38
Architecture : noarch
Size : 369 k
Source : boost-1.78.0-14.fc38.src.rpm
Repository : updates
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.