How to Install and Uninstall global Package on openSUSE Leap

Last updated: May 12,2024

1. Install "global" package

Please follow the step by step instructions below to install global on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install global

2. Uninstall "global" package

Here is a brief guide to show you how to uninstall global on openSUSE Leap:

$ sudo zypper remove global

3. Information about the global package on openSUSE Leap

Information for package global:
-------------------------------
Repository : Main Repository
Name : global
Version : 6.6.9-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.7 MiB
Installed : No
Status : not installed
Source package : global-6.6.9-bp155.1.5.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.