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

Last updated: May 12,2024

1. Install "fop" package

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

$ sudo apt update $ sudo apt install fop

2. Uninstall "fop" package

Please follow the guidance below to uninstall fop on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fop $ sudo apt autoclean && sudo apt autoremove

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

Package: fop
Priority: optional
Section: universe/text
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1:2.1-2
Depends: default-jre-headless | java2-runtime-headless, libfop-java (= 1:2.1-2)
Recommends: libsaxon-java
Suggests: fop-doc
Filename: pool/universe/f/fop/fop_2.1-2_all.deb
Size: 12378
MD5sum: 30fbb568e897d779841bdc543569a6a3
SHA1: 748d8df026b70161e616e7c5fb72d8869b039ea4
SHA256: f02eb8f8aa18fbe83831f6124c980dad6ce1909a13fba0358fe716f7d92c1f1a
Description-en: XML formatter driven by XSL Formatting Objects (XSL-FO.) - app
FOP is a Java application that reads a formatting object tree and then
turns it into a wide variety of output presentations (including AFP,
PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays
the result on-screen.
.
The formatting object tree can be in the form of an XML document
(output by an XSLT engine like xalan) or can be passed in memory as a
DOM Document or (in the case of xalan) SAX events.
.
This package contains the fop command line tool
Description-md5: 7c52f7896f03be5c1298e2f10b724c19
Homepage: http://xmlgraphics.apache.org/fop/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu