How to Install and Uninstall ninja Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "ninja" package

Please follow the guidelines below to install ninja on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ninja

2. Uninstall "ninja" package

Please follow the steps below to uninstall ninja on openSuSE Tumbleweed:

$ sudo zypper remove ninja

3. Information about the ninja package on openSuSE Tumbleweed

Information for package ninja:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ninja
Version : 1.11.1-1.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 312.5 KiB
Installed : No
Status : not installed
Source package : ninja-1.11.1-1.10.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.