How to Install and Uninstall build2.x86_64 Package on Fedora 35

Last updated: April 16,2024

1. Install "build2.x86_64" package

Please follow the guidance below to install build2.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install build2.x86_64

2. Uninstall "build2.x86_64" package

In this section, we are going to explain the necessary steps to uninstall build2.x86_64 on Fedora 35:

$ sudo dnf remove build2.x86_64 $ sudo dnf autoremove

3. Information about the build2.x86_64 package on Fedora 35

Last metadata expiration check: 3:20:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : build2
Version : 0.15.0
Release : 1.fc35~bootstrap
Architecture : x86_64
Size : 141 k
Source : build2-0.15.0-1.fc35~bootstrap.src.rpm
Repository : updates
Summary : Cross-platform build toolchain for developing and packaging C++ code
URL : https://build2.org/
License : MIT
Description : build2 is an open source (MIT), cross-platform build toolchain for developing
: and packaging C++ code. It is a hierarchy of tools that includes the build
: system, package dependency manager (for package consumption), and project
: dependency manager (for project development). Key features:
:
: * Next-generation, Cargo-like integrated build toolchain for C++.
: * Covers entire project life cycle: creation, development, testing, and
: delivery.
: * Uniform and consistent interface across all platforms and compilers.
: * Fast, multi-threaded build system with parallel building and testing.
: * Archive and version control-based package repositories.
: * Dependency-free, all you need is a C++ compiler.