How to Install and Uninstall jhbuild Package on Kali Linux

Last updated: May 12,2024

1. Install "jhbuild" package

Please follow the step by step instructions below to install jhbuild on Kali Linux

$ sudo apt update $ sudo apt install jhbuild

2. Uninstall "jhbuild" package

This is a short guide on how to uninstall jhbuild on Kali Linux:

$ sudo apt remove jhbuild $ sudo apt autoclean && sudo apt autoremove

3. Information about the jhbuild package on Kali Linux

Package: jhbuild
Version: 3.38.0-3
Installed-Size: 3997
Maintainer: Debian GNOME Maintainers
Architecture: all
Depends: python3:any, python3-distutils
Recommends: git-core, patch, wget | curl, autoconf, automake, gettext, meson, pkg-config
Suggests: graphviz
Size: 560164
SHA256: e2443f52934c8ec30bd335f6067e7e7e3c90082c13fdc7d25c80c6df42cb9c97
SHA1: 1bbf9a218e06e5b48cafd9bf13235ff870d4d6a3
MD5sum: 7ff25a0263bb3d7009a191ac18bffad7
Description: flexible build script for package collections
Jhbuild is a program that can be used to pull a number of modules from
Git, CVS, Subversion, Bazaar and other types of repositories or from
tarballs and build them in the correct order. Unlike some build
scripts, jhbuild lets you specify what modules you want built and it
will then go and build those modules plus dependencies.
.
Although jhbuild was originally developed to build GNOME, it has
since been extended to work with other projects as well.
Extending it to handle new modules is usually trivial assuming the
build infrastructure matches the other modules it handles.
Description-md5: e4e31f1f1fe280284accd73771c533e6
Homepage: https://wiki.gnome.org/Projects/Jhbuild
Section: devel
Priority: optional
Filename: pool/main/j/jhbuild/jhbuild_3.38.0-3_all.deb