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

Last updated: November 01,2024

1. Install "ninja-build.x86_64" package

This is a short guide on how to install ninja-build.x86_64 on Fedora 38

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

2. Uninstall "ninja-build.x86_64" package

This guide covers the steps necessary to uninstall ninja-build.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 1:14:31 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ninja-build
Version : 1.11.1
Release : 2.fc38
Architecture : x86_64
Size : 171 k
Source : ninja-build-1.11.1-2.fc38.src.rpm
Repository : fedora
Summary : Small build system with a focus on speed
URL : https://ninja-build.org/
License : Apache-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.