How to Install and Uninstall Bear Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "Bear" package

Please follow the guidance below to install Bear on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install Bear

2. Uninstall "Bear" package

This tutorial shows how to uninstall Bear on openSuSE Tumbleweed:

$ sudo zypper remove Bear

3. Information about the Bear package on openSuSE Tumbleweed

Information for package Bear:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : Bear
Version : 3.1.3-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 1002.7 KiB
Installed : No
Status : not installed
Source package : Bear-3.1.3-1.9.src
Upstream URL : https://github.com/rizsotto/Bear
Summary : Tool to generate compilation database for clang tooling
Description :
Bear is a tool to generate compilation database for clang tooling.
One way to get compilation database is to use cmake as build tool. When the
project compiles with no cmake, but another build system, there is no free json
file. Bear is a tool to generate such file during the build process.