How to Install and Uninstall kbuild Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "kbuild" package

In this section, we are going to explain the necessary steps to install kbuild on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install kbuild

2. Uninstall "kbuild" package

Learn how to uninstall kbuild on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the kbuild package on Ubuntu 20.10 (Groovy Gorilla)

Package: kbuild
Architecture: amd64
Version: 1:0.1.9998svn3301+dfsg-1
Priority: extra
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Virtualbox Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3236
Depends: libc6 (>= 2.17)
Filename: pool/universe/k/kbuild/kbuild_0.1.9998svn3301+dfsg-1_amd64.deb
Size: 652744
MD5sum: 1e15c7feee5d2743c38d7729f3250f3d
SHA1: 3d6dc09fc20b28ecb2563dfacd2427ba0b876204
SHA256: 8c31027b4c4ada8c42efd28e4ef042e5a54884bd30cf628163073415787fd211
SHA512: 15de37d42251c61d007f1a2010129137828b9a7a1112c3c7486ffae6cd9f846550e60c3742deb7c75814eb067f1e68a5657ae52c08e0e98b6f3aa7af6b95acbe
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