How to Install and Uninstall kbuild Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "kbuild" package

Learn how to install kbuild on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install kbuild

2. Uninstall "kbuild" package

Please follow the guidance below to uninstall kbuild on Ubuntu 21.10 (Impish Indri):

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

3. Information about the kbuild package on Ubuntu 21.10 (Impish Indri)

Package: kbuild
Architecture: amd64
Version: 1:0.1.9998svn3489+dfsg-2
Priority: extra
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Virtualbox Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3615
Depends: libc6 (>= 2.17)
Filename: pool/universe/k/kbuild/kbuild_0.1.9998svn3489+dfsg-2_amd64.deb
Size: 678344
MD5sum: b98a6ca4c2e56680611c280708ad983d
SHA1: 9fe158a50d25a4d8538fc3577b14685001828461
SHA256: 5e7d761da0dc6c2cef98dd8e8b95de9053f166cb5fd06c15df31a0796cf89799
SHA512: b47b0c54500b73e1ca67ad5b7cb5d288050c51b45261cc051b0be48899ddc05f2162e5167114cdf9dab16924d0865d3bb222ef3a201cd075956f474b7fa675fe
Homepage: https://svn.netlabs.org/kbuild
Description-en: 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: a6a88ec57452f04f777c23642a30d83d