How To Install fmt-ptrn-devel on Fedora 36

In this tutorial we learn how to install fmt-ptrn-devel in Fedora 36. fmt-ptrn-devel is Files needed to develop applications using fmt-ptrn’s libraries

Introduction

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

What is fmt-ptrn-devel

New is a template system, especially useful in conjunction with a simple text editor such as vi. The user maintains templates which may contain format strings. At run time, nf replaces the format strings in a template with appropriate values to create a new file. This package provides the libraries, include files, and other resources needed for developing applications using fmt-ptrn’s API.

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

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

sudo dnf -y install fmt-ptrn-devel

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

sudo yum -y install fmt-ptrn-devel

How To Uninstall fmt-ptrn-devel on Fedora 36

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

sudo dnf remove fmt-ptrn-devel

fmt-ptrn-devel Package Contents on Fedora 36

/usr/include/fmt-ptrn
/usr/include/fmt-ptrn/buffer.h
/usr/include/fmt-ptrn/common.h
/usr/include/fmt-ptrn/fmt-ptrn.h
/usr/include/fmt-ptrn/modifiers.h
/usr/include/fmt-ptrn/pair.h
/usr/include/fmt-ptrn/sizes.h
/usr/include/fmt-ptrn/template.h
/usr/lib/libnewfmt-ptrn.so
/usr/lib/libnewtemplate.so
/usr/lib/pkgconfig/fmt-ptrn.pc

References

Summary

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


title: “How To Install fmt-ptrn-devel on Fedora 36” linkTitle: “fmt-ptrn-devel” type: “docs” description: “In this tutorial we learn how to install fmt-ptrn-devel in Fedora 36. fmt-ptrn-devel is Files needed to develop applications using fmt-ptrn’s libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fmt-ptrn-devel-featured.png

Introduction

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

What is fmt-ptrn-devel

New is a template system, especially useful in conjunction with a simple text editor such as vi. The user maintains templates which may contain format strings. At run time, nf replaces the format strings in a template with appropriate values to create a new file. This package provides the libraries, include files, and other resources needed for developing applications using fmt-ptrn’s API.

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

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

sudo dnf -y install fmt-ptrn-devel

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

sudo yum -y install fmt-ptrn-devel

How To Uninstall fmt-ptrn-devel on Fedora 36

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

sudo dnf remove fmt-ptrn-devel

fmt-ptrn-devel Package Contents on Fedora 36

/usr/include/fmt-ptrn
/usr/include/fmt-ptrn/buffer.h
/usr/include/fmt-ptrn/common.h
/usr/include/fmt-ptrn/fmt-ptrn.h
/usr/include/fmt-ptrn/modifiers.h
/usr/include/fmt-ptrn/pair.h
/usr/include/fmt-ptrn/sizes.h
/usr/include/fmt-ptrn/template.h
/usr/lib64/libnewfmt-ptrn.so
/usr/lib64/libnewtemplate.so
/usr/lib64/pkgconfig/fmt-ptrn.pc

References

Summary

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