How To Install libfontenc on Fedora 36
Introduction
In this tutorial we learn how to install libfontenc on Fedora 36.
What is libfontenc
X.Org X11 libfontenc runtime library
We can use yum or dnf to install libfontenc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfontenc.
Install libfontenc 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 libfontenc using dnf by running the following command:
sudo dnf -y install libfontenc
Install libfontenc 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 libfontenc using yum by running the following command:
sudo yum -y install libfontenc
How To Uninstall libfontenc on Fedora 36
To uninstall only the libfontenc package we can use the following command:
sudo dnf remove libfontenc
libfontenc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/346a34fd1118cb0f28724f689da57505e31765
/usr/lib64/libfontenc.so.1
/usr/lib64/libfontenc.so.1.0.0
/usr/share/doc/libfontenc
/usr/share/doc/libfontenc/COPYING
/usr/share/doc/libfontenc/ChangeLog
/usr/share/doc/libfontenc/README.md
References
Summary
In this tutorial we learn how to install libfontenc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libfontenc on Fedora 36” linkTitle: “libfontenc” type: “docs” description: “In this tutorial we learn how to install libfontenc in Fedora 36. libfontenc is X.Org X11 libfontenc runtime library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libfontenc-featured.png
Introduction
In this tutorial we learn how to install libfontenc on Fedora 36.
What is libfontenc
X.Org X11 libfontenc runtime library
We can use yum or dnf to install libfontenc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfontenc.
Install libfontenc 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 libfontenc using dnf by running the following command:
sudo dnf -y install libfontenc
Install libfontenc 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 libfontenc using yum by running the following command:
sudo yum -y install libfontenc
How To Uninstall libfontenc on Fedora 36
To uninstall only the libfontenc package we can use the following command:
sudo dnf remove libfontenc
libfontenc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/f53315465581b2a346ac024229b4abb896c8bc
/usr/lib/libfontenc.so.1
/usr/lib/libfontenc.so.1.0.0
/usr/share/doc/libfontenc
/usr/share/doc/libfontenc/COPYING
/usr/share/doc/libfontenc/ChangeLog
/usr/share/doc/libfontenc/README.md
References
Summary
In this tutorial we learn how to install libfontenc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).