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

Last updated: January 15,2025

1. Install "ninja-build.x86_64" package

This tutorial shows how to install ninja-build.x86_64 on Fedora 36

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

2. Uninstall "ninja-build.x86_64" package

This is a short guide on how to uninstall ninja-build.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:24:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ninja-build
Version : 1.10.2
Release : 7.fc36
Architecture : x86_64
Size : 147 k
Source : ninja-build-1.10.2-7.fc36.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.