How To Install mustache-d-devel on Fedora 36
Introduction
In this tutorial we learn how to install mustache-d-devel on Fedora 36.
What is mustache-d-devel
Mustache is a push-strategy (a.k.a logic-less) template engine. This package provides the development headers and static library for integrating support for the Mustache template engine into applications written in D.
We can use yum or dnf to install mustache-d-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mustache-d-devel.
Install mustache-d-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 mustache-d-devel using dnf by running the following command:
sudo dnf -y install mustache-d-devel
Install mustache-d-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 mustache-d-devel using yum by running the following command:
sudo yum -y install mustache-d-devel
How To Uninstall mustache-d-devel on Fedora 36
To uninstall only the mustache-d-devel package we can use the following command:
sudo dnf remove mustache-d-devel
mustache-d-devel Package Contents on Fedora 36
/usr/include/d/mustache-d
/usr/include/d/mustache-d/mustache.d
/usr/lib/libmustache-d.a
/usr/lib/pkgconfig/mustache-d.pc
/usr/share/doc/mustache-d-devel
/usr/share/doc/mustache-d-devel/README.markdown
/usr/share/doc/mustache-d-devel/example
/usr/share/doc/mustache-d-devel/example/basic.d
/usr/share/doc/mustache-d-devel/example/basic.mustache
/usr/share/doc/mustache-d-devel/example/projects.d
/usr/share/doc/mustache-d-devel/example/projects.mustache
/usr/share/doc/mustache-d-devel/example/whitespace_spec.d
/usr/share/licenses/mustache-d-devel
/usr/share/licenses/mustache-d-devel/LICENSE
References
Summary
In this tutorial we learn how to install mustache-d-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install mustache-d-devel on Fedora 36” linkTitle: “mustache-d-devel” type: “docs” description: “In this tutorial we learn how to install mustache-d-devel in Fedora 36. mustache-d-devel is Development files for using mustache-d” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mustache-d-devel-featured.png
Introduction
In this tutorial we learn how to install mustache-d-devel on Fedora 36.
What is mustache-d-devel
Mustache is a push-strategy (a.k.a logic-less) template engine. This package provides the development headers and static library for integrating support for the Mustache template engine into applications written in D.
We can use yum or dnf to install mustache-d-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mustache-d-devel.
Install mustache-d-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 mustache-d-devel using dnf by running the following command:
sudo dnf -y install mustache-d-devel
Install mustache-d-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 mustache-d-devel using yum by running the following command:
sudo yum -y install mustache-d-devel
How To Uninstall mustache-d-devel on Fedora 36
To uninstall only the mustache-d-devel package we can use the following command:
sudo dnf remove mustache-d-devel
mustache-d-devel Package Contents on Fedora 36
/usr/include/d/mustache-d
/usr/include/d/mustache-d/mustache.d
/usr/lib64/libmustache-d.a
/usr/lib64/pkgconfig/mustache-d.pc
/usr/share/doc/mustache-d-devel
/usr/share/doc/mustache-d-devel/README.markdown
/usr/share/doc/mustache-d-devel/example
/usr/share/doc/mustache-d-devel/example/basic.d
/usr/share/doc/mustache-d-devel/example/basic.mustache
/usr/share/doc/mustache-d-devel/example/projects.d
/usr/share/doc/mustache-d-devel/example/projects.mustache
/usr/share/doc/mustache-d-devel/example/whitespace_spec.d
/usr/share/licenses/mustache-d-devel
/usr/share/licenses/mustache-d-devel/LICENSE
References
Summary
In this tutorial we learn how to install mustache-d-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).