How to Install and Uninstall global Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "global" package

In this section, we are going to explain the necessary steps to install global on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install global

2. Uninstall "global" package

Please follow the step by step instructions below to uninstall global on openSuSE Tumbleweed:

$ sudo zypper remove global

3. Information about the global package on openSuSE Tumbleweed

Information for package global:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : global
Version : 6.6.11-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.2 MiB
Installed : No
Status : not installed
Source package : global-6.6.11-2.1.src
Upstream URL : https://www.gnu.org/software/global/
Summary : Common source code tag system
Description :
GLOBAL is a common source code tag system for C, C++, Yacc, and Java.
You can locate the specified function in source files and move there
easily. It is useful to hack a large project containing many
subdirectories or many main() functions like MH, X, or Linux kernel.