How to Install and Uninstall jhbuild Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "jhbuild" package

This guide let you learn how to install jhbuild on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jhbuild

2. Uninstall "jhbuild" package

Learn how to uninstall jhbuild on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the jhbuild package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jhbuild
Priority: optional
Section: universe/devel
Installed-Size: 2858
Maintainer: Ubuntu Developers
Original-Maintainer: Loic Minier
Architecture: amd64
Version: 3.5.91-1
Depends: libc6 (>= 2.2.5), python (>= 2.7.1-0ubuntu2)
Recommends: bzr, cvs, git-core, mercurial, subversion, patch, wget | curl, autoconf, automake, gettext, pkg-config
Suggests: tla, darcs, python-pygraphviz
Filename: pool/universe/j/jhbuild/jhbuild_3.5.91-1_amd64.deb
Size: 708434
MD5sum: fce9f68727f46d647173b0cf112a54a8
SHA1: 321589b41fa2c0fe87e48f4b81236c5944796466
SHA256: e1d77f31912595d27236652b85266f5f50570aa728f9487485cbf961586eee03
Description-en: 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://live.gnome.org/Jhbuild
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu