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

Last updated: May 12,2024

1. Install "gri" package

Please follow the guidance below to install gri on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gri

2. Uninstall "gri" package

Please follow the instructions below to uninstall gri on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: gri
Priority: optional
Section: universe/science
Installed-Size: 1275
Maintainer: Ubuntu Developers
Original-Maintainer: Peter S Galbraith
Architecture: amd64
Version: 2.12.23-9build2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libnetcdf11 (>= 3.6.1), libreadline6 (>= 6.0), libstdc++6 (>= 5.2), dpkg (>= 1.15.4) | install-info, perl
Suggests: gri-html-doc, gri-pdf-doc, gri-el, gv
Filename: pool/universe/g/gri/gri_2.12.23-9build2_amd64.deb
Size: 568694
MD5sum: a537d5fae1bdc731663538752c7621f9
SHA1: fc78f68645cf479cace9264b4f96f82ef3d53c4e
SHA256: 34a3d66470fac037dce923750cf16eb74069eb723f1bed2c792eea95054995a6
Description-en: 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: c588f5439f167dc7ee09f54114861606
Homepage: http://gri.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu