How to Install and Uninstall kbuild Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "kbuild" package

Please follow the instructions below to install kbuild on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install kbuild

2. Uninstall "kbuild" package

This guide covers the steps necessary to uninstall kbuild on openSuSE Tumbleweed:

$ sudo zypper remove kbuild

3. Information about the kbuild package on openSuSE Tumbleweed

Information for package kbuild:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : kbuild
Version : 0.1.9998svn3427-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.5 MiB
Installed : No
Status : not installed
Source package : kbuild-0.1.9998svn3427-2.1.src
Upstream URL : https://svn.netlabs.org/kbuild
Summary : Framework for writing simple makefiles for complex tasks
Description :
The goals of the kBuild framework:
- Similar behavior across all supported platforms
- Flexibility, don't create unnecessary restrictions preventing ad-hoc
solutions
- Makefiles can be simple to write and maintain
- One configuration file for a subtree automatically included
- Target configuration templates as the primary mechanism for makefile
simplification
- Tools and SDKs for helping out the templates with flexibility
- Non-recursive makefile method by using sub-makefiles