How to Install and Uninstall kbuild Package on openSUSE Leap
Last updated: November 05,2024
1. Install "kbuild" package
This tutorial shows how to install kbuild on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
kbuild
Copied
2. Uninstall "kbuild" package
Please follow the steps below to uninstall kbuild on openSUSE Leap:
$
sudo zypper remove
kbuild
Copied
3. Information about the kbuild package on openSUSE Leap
Information for package kbuild:
-------------------------------
Repository : Main Repository
Name : kbuild
Version : 0.1.9998svn3110-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : kbuild-0.1.9998svn3110-bp155.2.10.src
Upstream URL : http://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 : Main Repository
Name : kbuild
Version : 0.1.9998svn3110-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : kbuild-0.1.9998svn3110-bp155.2.10.src
Upstream URL : http://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