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

Last updated: September 29,2024

1. Install "boost-build.noarch" package

This tutorial shows how to install boost-build.noarch on Fedora 36

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

2. Uninstall "boost-build.noarch" package

In this section, we are going to explain the necessary steps to uninstall boost-build.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:43:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : boost-build
Version : 1.76.0
Release : 12.fc36
Architecture : noarch
Size : 333 k
Source : boost-1.76.0-12.fc36.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.