How to Install and Uninstall ninja-build.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "ninja-build.x86_64" package

Please follow the guidance below to install ninja-build.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ninja-build.x86_64

2. Uninstall "ninja-build.x86_64" package

Learn how to uninstall ninja-build.x86_64 on Fedora 34:

$ sudo dnf remove ninja-build.x86_64 $ sudo dnf autoremove

3. Information about the ninja-build.x86_64 package on Fedora 34

Last metadata expiration check: 2:55:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ninja-build
Version : 1.10.2
Release : 2.fc34
Architecture : x86_64
Size : 145 k
Source : ninja-build-1.10.2-2.fc34.src.rpm
Repository : fedora
Summary : Small build system with a focus on speed
URL : https://ninja-build.org/
License : ASL 2.0
Description : Ninja is a small build system with a focus on speed. It differs from other
: build systems in two major respects: it is designed to have its input files
: generated by a higher-level build system, and it is designed to run builds as
: fast as possible.