How to Install and Uninstall git-bug Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "git-bug" package

Please follow the steps below to install git-bug on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install git-bug

2. Uninstall "git-bug" package

In this section, we are going to explain the necessary steps to uninstall git-bug on openSuSE Tumbleweed:

$ sudo zypper remove git-bug

3. Information about the git-bug package on openSuSE Tumbleweed

Information for package git-bug:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : git-bug
Version : 0.8.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 25.1 MiB
Installed : No
Status : not installed
Source package : git-bug-0.8.0-1.3.src
Upstream URL : https://github.com/MichaelMure/git-bug
Summary : Distributed, offline-first bug tracker embedded in git, with bridges
Description :
git-bug is a bug tracker that:
* is fully embedded in git: you only need your git repository to have
a bug tracker
* is distributed: use your normal git remote to collaborate, push and
pull your bugs!
* works offline: in a plane or under the sea? Keep reading and
writing bugs!
* prevents vendor lock-in: your usual service is down or went bad?
You already have a full backup.
* is fast: listing bugs or opening them is a matter of
milliseconds
* doesn't pollute your project: no files are added in your
project
* integrates with your tooling: use the UI you like (CLI,
terminal, web) or integrate with your existing tools through
the CLI or the GraphQL API
* bridges to other bug trackers: use bridges to import and export
to other trackers.