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

Last updated: October 07,2024

1. Install "boost-build.noarch" package

This guide let you learn how to install boost-build.noarch on Fedora 35

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

2. Uninstall "boost-build.noarch" package

Here is a brief guide to show you how to uninstall boost-build.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:59:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : boost-build
Version : 1.76.0
Release : 5.fc35
Architecture : noarch
Size : 332 k
Source : boost-1.76.0-5.fc35.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.