How to Install and Uninstall gri Package on Kali Linux

Last updated: July 05,2024

1. Install "gri" package

Please follow the guidance below to install gri on Kali Linux

$ sudo apt update $ sudo apt install gri

2. Uninstall "gri" package

In this section, we are going to explain the necessary steps to uninstall gri on Kali Linux:

$ sudo apt remove gri $ sudo apt autoclean && sudo apt autoremove

3. Information about the gri package on Kali Linux

Package: gri
Version: 2.12.27-1.1
Installed-Size: 1444
Maintainer: Peter S Galbraith
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libnetcdf19 (>= 3.6.1), libreadline8 (>= 6.0), libstdc++6 (>= 11), dpkg (>= 1.15.4) | install-info, perl
Suggests: gri-html-doc, gri-pdf-doc, gri-el, gv
Size: 640420
SHA256: 7346424f9f2488f350eb26ee7549507d9b3af5d9e7d6374aa59c99469b5e7f4f
SHA1: 5b29fdbee4c91305ff525ee9aa61904091270942
MD5sum: 0f56e5263890e537ae04a1c2beff3135
Description: a language for scientific illustration
Gri is an open-source language for scientific graphics programming. It is
command-driven, as opposed to point/click. Some users consider Gri similar
to LaTeX, since both provide extensive power as a reward for tolerating a
learning curve. The output is industry-standard PostScript as output,
suitable for inclusion in other documents.
.
Gri can make x-y graphs, contour graphs, and image graphs. Fine control is
provided over all aspects of drawing, e.g. line widths, colors, fonts,
etc. Greek letters and mathematical symbols are available in a TeX-like
syntax.
.
Folks who write 1000-line Gri scripts usually start with something as
simple as the following:
.
open file.dat # open a file
read columns x * y # read the 1st column as x and the 3rd as y
draw curve # draw the data and autoscale the axes
.
A full manual is also available in HTML (gri-html-doc package), in
PDF suitable for printing (gri-pdf-doc package) and on-line by
following links from the gri home page:
http://gri.sourceforge.net/
Description-md5:
Homepage: http://gri.sourceforge.net/
Tag: devel::interpreter, interface::commandline, role::program,
scope::utility, works-with-format::postscript, works-with::text
Section: science
Priority: optional
Filename: pool/main/g/gri/gri_2.12.27-1.1_amd64.deb