How to Install and Uninstall ninja Package on openSUSE Leap

Last updated: October 05,2024

1. Install "ninja" package

Please follow the steps below to install ninja on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ninja

2. Uninstall "ninja" package

In this section, we are going to explain the necessary steps to uninstall ninja on openSUSE Leap:

$ sudo zypper remove ninja

3. Information about the ninja package on openSUSE Leap

Information for package ninja:
------------------------------
Repository : Main Repository
Name : ninja
Version : 1.10.0-1.24
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 233.5 KiB
Installed : No
Status : not installed
Source package : ninja-1.10.0-1.24.src
Upstream URL : https://ninja-build.org/
Summary : A small build system closest in spirit to Make
Description :
Ninja is yet another build system. It takes as input the interdependencies
of files (typically source code and output executables) and orchestrates
building them, quickly.