How To Install libotf on Fedora 36
Introduction
In this tutorial we learn how to install libotf
on Fedora 36.
What is libotf
The library “libotf” provides the following facilites. Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. Convert a Unicode character sequence to a glyph code sequence by using the above tables. The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. This library is currently used by the m17n library. It seems that the probject Free Type Layout provides the similar (or better) facility as this library, but currently they have not yet released their library. So, we have developed this one.
We can use yum
or dnf
to install libotf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libotf.
Install libotf 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 libotf
using dnf
by running the following command:
sudo dnf -y install libotf
Install libotf 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 libotf
using yum
by running the following command:
sudo yum -y install libotf
How To Uninstall libotf on Fedora 36
To uninstall only the libotf
package we can use the following command:
sudo dnf remove libotf
libotf Package Contents on Fedora 36
/usr/bin/otfdump
/usr/bin/otflist
/usr/bin/otftobdf
/usr/bin/otfview
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/a6bc584643b524dbe7c7e8109d6530a6fbd053
/usr/lib/.build-id/94
/usr/lib/.build-id/94/7a015d1448c8e482c7436fcbf360ff377ad037
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/a101791a39507810738ce8a37a0b918d3fad3e
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/e60d7acf45fa2aec7dc2876f19b03d4bb46634
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/e5a5626ccbe40adb51f64ab0c4f3248d61104d
/usr/lib64/libotf.so.0
/usr/lib64/libotf.so.0.0.0
/usr/share/doc/libotf
/usr/share/doc/libotf/AUTHORS
/usr/share/doc/libotf/COPYING
/usr/share/doc/libotf/NEWS
/usr/share/doc/libotf/README
References
Summary
In this tutorial we learn how to install libotf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libotf on Fedora 36” linkTitle: “libotf” type: “docs” description: “In this tutorial we learn how to install libotf in Fedora 36. libotf is A Library for handling OpenType Font” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libotf-featured.png
Introduction
In this tutorial we learn how to install libotf
on Fedora 36.
What is libotf
The library “libotf” provides the following facilites. Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. Convert a Unicode character sequence to a glyph code sequence by using the above tables. The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. This library is currently used by the m17n library. It seems that the probject Free Type Layout provides the similar (or better) facility as this library, but currently they have not yet released their library. So, we have developed this one.
We can use yum
or dnf
to install libotf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libotf.
Install libotf 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 libotf
using dnf
by running the following command:
sudo dnf -y install libotf
Install libotf 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 libotf
using yum
by running the following command:
sudo yum -y install libotf
How To Uninstall libotf on Fedora 36
To uninstall only the libotf
package we can use the following command:
sudo dnf remove libotf
libotf Package Contents on Fedora 36
/usr/bin/otfdump
/usr/bin/otflist
/usr/bin/otftobdf
/usr/bin/otfview
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/e995dcd56726fdbce0674f7aef86dab69528af
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/6d32efdc4ba5047e2b6adb6fcb51d95f42993b
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/b426910351a28b6684a088af9fa17755bddcfa
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/b84363255c051ee4f88f6bd62b63049a689a16
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/01cefc7a8d8b09ee9734ef2fd81a7709e45383
/usr/lib/libotf.so.0
/usr/lib/libotf.so.0.0.0
/usr/share/doc/libotf
/usr/share/doc/libotf/AUTHORS
/usr/share/doc/libotf/COPYING
/usr/share/doc/libotf/NEWS
/usr/share/doc/libotf/README
References
Summary
In this tutorial we learn how to install libotf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).