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

Last updated: October 05,2024

1. Install "boost-build.noarch" package

Please follow the instructions below to install boost-build.noarch on Fedora 34

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

2. Uninstall "boost-build.noarch" package

Please follow the steps below to uninstall boost-build.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:37:37 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : boost-build
Version : 1.75.0
Release : 4.fc34
Architecture : noarch
Size : 330 k
Source : boost-1.75.0-4.fc34.src.rpm
Repository : fedora
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.