How To Install pcfi on Fedora 36
Introduction
In this tutorial we learn how to install pcfi
on Fedora 36.
What is pcfi
Collection of PDF core font information files downloaded from Adobe’s Developer Center and elsewhere. This collection contains font metrics for the 14 PDF core fonts, CMaps for the PDF CJK fonts and the Adobe Glyph List. The files are stored inside the com/adobe/pdf/pcfi directory. See the individual files for exact licensing information.
We can use yum
or dnf
to install pcfi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcfi.
Install pcfi on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pcfi
using dnf
by running the following command:
sudo dnf -y install pcfi
Install pcfi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pcfi
using yum
by running the following command:
sudo yum -y install pcfi
How To Uninstall pcfi on Fedora 36
To uninstall only the pcfi
package we can use the following command:
sudo dnf remove pcfi
pcfi Package Contents on Fedora 36
/usr/share/doc/pcfi
/usr/share/doc/pcfi/LICENSE.txt
/usr/share/doc/pcfi/License
/usr/share/doc/pcfi/README.txt
/usr/share/java/pcfi
/usr/share/java/pcfi/pcfi.jar
/usr/share/maven-metadata/pcfi.xml
/usr/share/maven-poms/pcfi
/usr/share/maven-poms/pcfi/pcfi.pom
References
Summary
In this tutorial we learn how to install pcfi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).