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

Last updated: May 19,2024

1. Install "global" package

This is a short guide on how to install global on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install global

2. Uninstall "global" package

Please follow the guidelines below to uninstall global on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove global $ sudo apt autoclean && sudo apt autoremove

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

Package: global
Priority: optional
Section: universe/devel
Installed-Size: 1284
Maintainer: Ubuntu Developers
Original-Maintainer: Ron Lee
Architecture: amd64
Version: 5.7.1-2
Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.4)
Suggests: lynx | www-browser, doxygen (>= 1.4.3), apache | httpd, id-utils
Filename: pool/universe/g/global/global_5.7.1-2_amd64.deb
Size: 541318
MD5sum: cb70ae5e14c54fc6aaa1426253b53f84
SHA1: 5098c637eea1cf07c527ec416167aa566264a656
SHA256: 593d21bc2effbc7c35cdc2841def79863f995e6a8b0ff91fb7b8827dea9c21f2
Description-en: Source code search and browse tools
GNU GLOBAL is a source code tag system that works the same way across
diverse environments. Currently, it supports the following:
.
o command line, and the 'globash' query subshell.
o vim plugin, and support for other vi clones.
o less
o emacs
o web browser
.
Supported languages are C, C++, yacc and Java.
You can locate a specified function in the source files and move
there easily. It is especially useful for hacking large projects
containing many subdirectories, many '#ifdef' and many main()
functions, like X or kernel source.
.
This package include the htmake(1) extension which allows GLOBAL's
hypertext search function to be implemented from a single central
cgi script.
.
Doxygen now supports using global as its source browser, with the
USE_HTAGS option.
Description-md5: 5692ae4f6ecc435bd0544646bcd63301
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu