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

Last updated: May 10,2024

1. Install "cgvg" package

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

$ sudo apt update $ sudo apt install cgvg

2. Uninstall "cgvg" package

In this section, we are going to explain the necessary steps to uninstall cgvg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cgvg $ sudo apt autoclean && sudo apt autoremove

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

Package: cgvg
Priority: optional
Section: universe/devel
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Sergio Talens-Oliag
Architecture: all
Version: 1.6.2-2.2
Depends: perl | perl5, libperl4-corelibs-perl | perl (<< 5.12.3-7)
Suggests: ctags
Filename: pool/universe/c/cgvg/cgvg_1.6.2-2.2_all.deb
Size: 15706
MD5sum: 23b0a9fd2a277b33f85fde68d729457a
SHA1: 2dae93583c8ce97e8a537db65b748628908145e1
SHA256: 6db24b0996dacc58d5293f085644f1baa5ec0fba3c914b3deae4901bbe1224ee
Description-en: command-line source browsing tool
cgvg is a pair of Perl scripts ("cg" and "vg") which are meant to
assist a programmer in doing command-line source browsing.
.
The idea is you can easily search for keywords in the code, and jump
to the file and line where a match is found. Used with ctags(1), this
can really help with jumping around and following code. Some features
include a human-readable output, coloring, bolding (and alternate
bolding), and just sheer convenience for a programmer.
.
cgvg uses the Perl internal find and does its own searching, rather
than being a wrapper for UNIX find(1) and grep(1). There is a
~/.cgvgrc file for per-user configuration, and some nice features
like coloring, and multiple log files.
Description-md5: 79d35101ba3f7ec8ac8d4627796d5be3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu