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

Last updated: May 18,2024

1. Install "build2.x86_64" package

Please follow the step by step instructions below to install build2.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install build2.x86_64

2. Uninstall "build2.x86_64" package

Please follow the guidance below to uninstall build2.x86_64 on Fedora 34:

$ sudo dnf remove build2.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:02:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : build2
Version : 0.14.0
Release : 1.fc34~bootstrap
Architecture : x86_64
Size : 179 k
Source : build2-0.14.0-1.fc34~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.