How to Install and Uninstall cgvg Package on Kali Linux

Last updated: May 15,2024

1. Install "cgvg" package

This is a short guide on how to install cgvg on Kali Linux

$ sudo apt update $ sudo apt install cgvg

2. Uninstall "cgvg" package

This guide let you learn how to uninstall cgvg on Kali Linux:

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

3. Information about the cgvg package on Kali Linux

Package: cgvg
Version: 1.6.2-4
Installed-Size: 54
Maintainer: Debian QA Group
Architecture: all
Depends: perl | perl5, libperl4-corelibs-perl | perl (<< 5.12.3-7)
Suggests: ctags
Size: 20512
SHA256: 0cbd600c33baea79707ca9ad5e21a2c8169eb711ac1644846630b51209418e37
SHA1: e35ec1e5903c2de8f1e3b3cb2293f14d361a3e6f
MD5sum: a582b982b6bd7da01421d97ece8af8ea
Description: 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, bold (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:
Homepage: http://linux.ucla.edu/~uzi/cgvg/cgvg-1.6.1.tar.gz
Tag: implemented-in::perl, interface::commandline, role::program,
scope::utility, use::searching, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/c/cgvg/cgvg_1.6.2-4_all.deb