How to Install and Uninstall ocaml-ppx-custom-printf.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocaml-ppx-custom-printf.x86_64" package

Learn how to install ocaml-ppx-custom-printf.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-ppx-custom-printf.x86_64

2. Uninstall "ocaml-ppx-custom-printf.x86_64" package

This is a short guide on how to uninstall ocaml-ppx-custom-printf.x86_64 on Fedora 34:

$ sudo dnf remove ocaml-ppx-custom-printf.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-ppx-custom-printf.x86_64 package on Fedora 34

Last metadata expiration check: 0:52:07 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-ppx-custom-printf
Version : 0.14.1
Release : 1.fc34
Architecture : x86_64
Size : 3.7 M
Source : ocaml-ppx-custom-printf-0.14.1-1.fc34.src.rpm
Repository : fedora
Summary : Printf-style format-strings for user-defined string conversion
URL : https://github.com/janestreet/ppx_custom_printf
License : MIT
Description : 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.