How To Install libotf-devel on Fedora 36

In this tutorial we learn how to install libotf-devel in Fedora 36. libotf-devel is Development files for libotf

Introduction

In this tutorial we learn how to install libotf-devel on Fedora 36.

What is libotf-devel

The libotf-devel package contains libraries and header files for developing applications that use libotf.

We can use yum or dnf to install libotf-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libotf-devel.

Install libotf-devel 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-devel using dnf by running the following command:

sudo dnf -y install libotf-devel

Install libotf-devel 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-devel using yum by running the following command:

sudo yum -y install libotf-devel

How To Uninstall libotf-devel on Fedora 36

To uninstall only the libotf-devel package we can use the following command:

sudo dnf remove libotf-devel

libotf-devel Package Contents on Fedora 36

/usr/include/otf.h
/usr/lib64/libotf.so
/usr/lib64/pkgconfig/libotf.pc
/usr/share/doc/libotf-devel
/usr/share/doc/libotf-devel/example
/usr/share/doc/libotf-devel/example/Makefile.am
/usr/share/doc/libotf-devel/example/Makefile.in
/usr/share/doc/libotf-devel/example/otfdump.c
/usr/share/doc/libotf-devel/example/otflist.c
/usr/share/doc/libotf-devel/example/otftobdf.c
/usr/share/doc/libotf-devel/example/otfview.c

References

Summary

In this tutorial we learn how to install libotf-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libotf-devel on Fedora 36” linkTitle: “libotf-devel” type: “docs” description: “In this tutorial we learn how to install libotf-devel in Fedora 36. libotf-devel is Development files for libotf” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libotf-devel-featured.png

Introduction

In this tutorial we learn how to install libotf-devel on Fedora 36.

What is libotf-devel

The libotf-devel package contains libraries and header files for developing applications that use libotf.

We can use yum or dnf to install libotf-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libotf-devel.

Install libotf-devel 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-devel using dnf by running the following command:

sudo dnf -y install libotf-devel

Install libotf-devel 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-devel using yum by running the following command:

sudo yum -y install libotf-devel

How To Uninstall libotf-devel on Fedora 36

To uninstall only the libotf-devel package we can use the following command:

sudo dnf remove libotf-devel

libotf-devel Package Contents on Fedora 36

/usr/include/otf.h
/usr/lib/libotf.so
/usr/lib/pkgconfig/libotf.pc
/usr/share/doc/libotf-devel
/usr/share/doc/libotf-devel/example
/usr/share/doc/libotf-devel/example/Makefile.am
/usr/share/doc/libotf-devel/example/Makefile.in
/usr/share/doc/libotf-devel/example/otfdump.c
/usr/share/doc/libotf-devel/example/otflist.c
/usr/share/doc/libotf-devel/example/otftobdf.c
/usr/share/doc/libotf-devel/example/otfview.c

References

Summary

In this tutorial we learn how to install libotf-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).