How to Install and Uninstall kbuild Package on openSuSE Tumbleweed
Last updated: January 11,2025
1. Install "kbuild" package
Please follow the instructions below to install kbuild on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
kbuild
Copied
2. Uninstall "kbuild" package
This guide covers the steps necessary to uninstall kbuild on openSuSE Tumbleweed:
$
sudo zypper remove
kbuild
Copied
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
-------------------------------
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