How to Install and Uninstall ninja-build.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 16,2024

1. Install "ninja-build.x86_64" package

Please follow the guidance below to install ninja-build.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ninja-build.x86_64" package

Please follow the instructions below to uninstall ninja-build.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ninja-build.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:31:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ninja-build
Version : 1.10.2
Release : 6.el9
Architecture : x86_64
Size : 150 k
Source : ninja-build-1.10.2-6.el9.src.rpm
Repository : ubi-9-codeready-builder
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.