How To Install ocaml-ppx-custom-printf on Fedora 36

In this tutorial we learn how to install ocaml-ppx-custom-printf in Fedora 36. ocaml-ppx-custom-printf is Printf-style format-strings for user-defined string conversion

Introduction

In this tutorial we learn how to install ocaml-ppx-custom-printf on Fedora 36.

What is ocaml-ppx-custom-printf

Ppx_custom_printf is a ppx rewriter that allows the use of user-defined string conversion functions in format strings (that is, strings passed to printf, sprintf, etc.). No new syntax is introduced. Instead a previously ill-typed use of the ! operator is re-purposed.

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

Install ocaml-ppx-custom-printf 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 ocaml-ppx-custom-printf using dnf by running the following command:

sudo dnf -y install ocaml-ppx-custom-printf

Install ocaml-ppx-custom-printf 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 ocaml-ppx-custom-printf using yum by running the following command:

sudo yum -y install ocaml-ppx-custom-printf

How To Uninstall ocaml-ppx-custom-printf on Fedora 36

To uninstall only the ocaml-ppx-custom-printf package we can use the following command:

sudo dnf remove ocaml-ppx-custom-printf

ocaml-ppx-custom-printf Package Contents on Fedora 36

---
title: "How To Install ocaml-ppx-custom-printf on Fedora 36"
linkTitle: "ocaml-ppx-custom-printf"
type: "docs"
description: "In this tutorial we learn how to install ocaml-ppx-custom-printf in Fedora 36. ocaml-ppx-custom-printf is Printf-style format-strings for user-defined string conversion"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ocaml-ppx-custom-printf-featured.png
---

## Introduction

In this tutorial we learn how to install `ocaml-ppx-custom-printf` on Fedora 36.

### What is `ocaml-ppx-custom-printf`

> Ppx_custom_printf is a ppx rewriter that allows the use of user-defined string conversion functions in format strings (that is, strings passed to printf, sprintf, etc.).  No new syntax is introduced.  Instead a previously ill-typed use of the `!` operator is re-purposed.  

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

/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/85403a7c8c8a043e598e278fdb196261275dc0
/usr/lib/.build-id/97
/usr/lib/.build-id/97/0a3dbf7640b81b57042cfd9e561d205565e32c
/usr/lib64/ocaml/ppx_custom_printf
/usr/lib64/ocaml/ppx_custom_printf/META
/usr/lib64/ocaml/ppx_custom_printf/ppx.exe
/usr/lib64/ocaml/ppx_custom_printf/ppx_custom_printf.cma
/usr/lib64/ocaml/ppx_custom_printf/ppx_custom_printf.cmi
/usr/lib64/ocaml/ppx_custom_printf/ppx_custom_printf.cmxs
/usr/lib64/ocaml/ppx_custom_printf/ppx_custom_printf__.cmi
/usr/lib64/ocaml/ppx_custom_printf/ppx_custom_printf__Format_lifter.cmi
/usr/share/doc/ocaml-ppx-custom-printf
/usr/share/doc/ocaml-ppx-custom-printf/CHANGES.md
/usr/share/doc/ocaml-ppx-custom-printf/README.md
/usr/share/licenses/ocaml-ppx-custom-printf
/usr/share/licenses/ocaml-ppx-custom-printf/LICENSE.md
## Install ocaml-ppx-custom-printf on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash

sudo dnf makecache –refresh


After updating yum database, We can install `ocaml-ppx-custom-printf` using `dnf` by running the following command:

```bash
sudo dnf -y install ocaml-ppx-custom-printf

Install ocaml-ppx-custom-printf on Fedora 36 Using yum

Update yum database with yum using the following command.

## References
sudo yum makecache --refresh

After updating yum database, We can install ocaml-ppx-custom-printf using yum by running the following command:

Summary

sudo yum -y install ocaml-ppx-custom-printf
In this tutorial we learn how to install `ocaml-ppx-custom-printf` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).

How To Uninstall ocaml-ppx-custom-printf on Fedora 36

To uninstall only the ocaml-ppx-custom-printf package we can use the following command:

sudo dnf remove ocaml-ppx-custom-printf

ocaml-ppx-custom-printf Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/fe71ca8c47cc3786ad79eac84fd13e40f379be
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/9430e920bbad8305c6b494f45d650cce19ebea
/usr/lib/ocaml/ppx_custom_printf
/usr/lib/ocaml/ppx_custom_printf/META
/usr/lib/ocaml/ppx_custom_printf/ppx.exe
/usr/lib/ocaml/ppx_custom_printf/ppx_custom_printf.cma
/usr/lib/ocaml/ppx_custom_printf/ppx_custom_printf.cmi
/usr/lib/ocaml/ppx_custom_printf/ppx_custom_printf.cmxs
/usr/lib/ocaml/ppx_custom_printf/ppx_custom_printf__.cmi
/usr/lib/ocaml/ppx_custom_printf/ppx_custom_printf__Format_lifter.cmi
/usr/share/doc/ocaml-ppx-custom-printf
/usr/share/doc/ocaml-ppx-custom-printf/CHANGES.md
/usr/share/doc/ocaml-ppx-custom-printf/README.md
/usr/share/licenses/ocaml-ppx-custom-printf
/usr/share/licenses/ocaml-ppx-custom-printf/LICENSE.md

References

Summary

In this tutorial we learn how to install ocaml-ppx-custom-printf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).