How to Install and Uninstall kbuild Package on Kali Linux

Last updated: May 16,2024

1. Install "kbuild" package

Please follow the instructions below to install kbuild on Kali Linux

$ sudo apt update $ sudo apt install kbuild

2. Uninstall "kbuild" package

This guide let you learn how to uninstall kbuild on Kali Linux:

$ sudo apt remove kbuild $ sudo apt autoclean && sudo apt autoremove

3. Information about the kbuild package on Kali Linux

Package: kbuild
Version: 1:0.1.9998svn3589+dfsg-1
Installed-Size: 3624
Maintainer: Debian Virtualbox Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 686212
SHA256: 8265a633e23d670541d802328cac04c3621a39ddc9d24bf4d1a2466d17d0ae23
SHA1: b7ddb5171780c1c883a0770822e7934f4eab4164
MD5sum: 6ea6e4f4a1645ab47609a421e618118c
Description: framework for writing simple makefiles for complex tasks
The goals of the kBuild framework:
- Similar behavior cross all supported platforms.
- Flexibility, don't create unnecessary restrictions preventing ad-hoc
solutions.
- Makefile can very simple to write and maintain.
.
There are four concepts being tried out in the current kBuild incaration:
- 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.
.
kBuild does not provide any facilities for checking compiler/library/header
configurations, that's not in its scope. If this is important for your
project, check out the autoconf tool in the GNU build system. It is possible
to use kBuild together with autoconf if you like, but you might just as well
use the full GNU package.
Description-md5:
Homepage: https://svn.netlabs.org/kbuild
Tag: devel::buildtools, implemented-in::c++, interface::commandline,
role::program, scope::utility, use::configuring,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/k/kbuild/kbuild_0.1.9998svn3589+dfsg-1_amd64.deb