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

Last updated: September 20,2024

1. Install "groff" package

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

$ sudo apt update $ sudo apt install groff

2. Uninstall "groff" package

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

$ sudo apt remove groff $ sudo apt autoclean && sudo apt autoremove

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

Package: groff
Priority: optional
Section: universe/text
Installed-Size: 10298
Maintainer: Colin Watson
Architecture: amd64
Version: 1.22.3-7
Replaces: groff-base (<< 1.17.2-9), groff-x11 (<< 1.18-1), jgroff (<< 1.17-1)
Provides: groff-x11, jgroff
Depends: groff-base (= 1.22.3-7), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), libx11-6, libxaw7, libxmu6, libxt6
Recommends: ghostscript, imagemagick, libpaper1, netpbm, perl, psutils
Breaks: groff-x11 (<< 1.18-1), jgroff (<< 1.17-1)
Filename: pool/universe/g/groff/groff_1.22.3-7_amd64.deb
Size: 3288772
MD5sum: 5f0623b25ddbf6d3c59cc7859c7abf87
SHA1: a468bee0200c989569fc0fc4118308213b5d78d0
SHA256: c9274f81052b4aae27fbef200be2e85425f8e17764ec45e22c12980afac2e4b5
Description-en: GNU troff text-formatting system
This package contains optional components of the GNU troff text-formatting
system. The core package, groff-base, contains the traditional tools like
troff, nroff, tbl, eqn, and pic. This package contains additional devices
and drivers for output to DVI, HTML (when recommended packages are
installed - see below), PDF, HP LaserJet printers, and Canon CAPSL LBP-4
and LBP-8 printers.
.
The X75, X75-12, X100, and X100-12 devices, which allow groff output to be
conveniently viewed on an X display using the standard X11 fonts, are now
included here. They were previously in a separate package, groff-x11.
.
Besides these, the groff package contains man pages describing the language
and its macro sets, info documentation, and a number of supplementary
programs:
.
- gxditview, which is used to display the output of the X* devices, and
can also be used to view PostScript output from groff;
- grn, a preprocessor for pictures in the 'gremlin' format;
- tfmtodit, which creates font files for use with 'groff -Tdvi';
- hpftodit, which creates font files for use with 'groff -Tlj4';
- afmtodit, which creates font files for use with 'groff -Tps';
- refer, which preprocesses bibliographic references for use with groff;
- indxbib, which creates inverted indices for bibliographic databases used
by 'refer';
- lkbib and lookbib, which search bibliographic databases;
- addftinfo, which adds metric information to troff font files for use
with groff;
- pfbtops, which translates a PostScript font in .pfb format to ASCII for
use with groff;
- mmroff, a simple groff preprocessor which expands references in mm;
- pic2graph, which converts PIC diagrams into cropped image files;
- eqn2graph, which converts EQN equations into cropped image files;
- pdfmom, which runs 'groff -mom' to produce PDFs.
.
All the standard macro packages are supported.
.
Some facilities only work if certain recommended packages are installed:
.
- ghostscript, netpbm, psutils: required for HTML output;
- imagemagick: required for the pic2graph and eqn2graph programs;
- libpaper1: paper size detection in dvi, lbp, lj4, and ps devices (falls
back to a4 if not installed);
- perl: required for PDF output and for the chem preprocessor.
Description-md5: 11123d1736a0022d49d06092e56ad563
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/groff/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu