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

Last updated: May 10,2024

1. Install "bear" package

Please follow the guidance below to install bear on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install bear

2. Uninstall "bear" package

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

$ sudo apt remove bear $ sudo apt autoclean && sudo apt autoremove

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

Package: bear
Priority: optional
Section: universe/devel
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Ramacher
Architecture: amd64
Version: 2.1.5-1
Depends: libc6 (>= 2.4), python3:any
Filename: pool/universe/b/bear/bear_2.1.5-1_amd64.deb
Size: 13206
MD5sum: c52ed057ee7bb2d99f83a1e54cbf511b
SHA1: c0093207f1854af7a3f23c21d94ef2bb8394f16f
SHA256: 9a363ee6e23aa2ebbb53bfdab53145c4c7d48768d63caec47ad4f143ae022496
Description-en: generate compilation database for Clang tooling
Bear records the flags passed to the compiler for each translation unit and
stores them in a JSON file. This file can be used by Clang's tooling interface
and programs like clang-check to process a translation unit.
.
cmake supports the generation of JSON compilation databases out of the box.
For any other build system that does not support this, Bear can be used
instead to intercept the invocation of the compiler.
Description-md5: 7181645ef316f8148f4d7cc522b76bf9
Homepage: https://github.com/rizsotto/Bear
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu