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

Last updated: October 05,2024

1. Install "ninja-build.x86_64" package

In this section, we are going to explain the necessary steps to install ninja-build.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ninja-build.x86_64" package

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

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

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

Last metadata expiration check: 0:51:13 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ninja-build
Version : 1.8.2
Release : 1.el8
Architecture : x86_64
Size : 137 k
Source : ninja-build-1.8.2-1.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
Summary : A small build system with a focus on speed
URL : http://martine.github.com/ninja/
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.