How to Install and Uninstall fop.noarch Package on Fedora 39

Last updated: October 13,2024

1. Install "fop.noarch" package

Please follow the guidelines below to install fop.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install fop.noarch

2. Uninstall "fop.noarch" package

This tutorial shows how to uninstall fop.noarch on Fedora 39:

$ sudo dnf remove fop.noarch $ sudo dnf autoremove

3. Information about the fop.noarch package on Fedora 39

Last metadata expiration check: 3:54:50 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : fop
Version : 2.9
Release : 1.fc39
Architecture : noarch
Size : 4.2 M
Source : fop-2.9-1.fc39.src.rpm
Repository : fedora
Summary : XSL-driven print formatter
URL : https://xmlgraphics.apache.org/fop
License : Apache-2.0 AND Apache-1.1
Description : FOP is the world's first print formatter driven by XSL formatting
: objects. It is a Java application that reads a formatting object tree
: and then turns it into a PDF document. The formatting object tree, can
: be in the form of an XML document (output by an XSLT engine like XT or
: Xalan) or can be passed in memory as a DOM Document or (in the case of
: XT) SAX events.