How to Install and Uninstall ocaml-ppx-custom-printf.i686 Package on Fedora 35

Last updated: May 03,2024

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

This guide covers the steps necessary to install ocaml-ppx-custom-printf.i686 on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall ocaml-ppx-custom-printf.i686 on Fedora 35:

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

3. Information about the ocaml-ppx-custom-printf.i686 package on Fedora 35

Last metadata expiration check: 3:33:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-ppx-custom-printf
Version : 0.14.1
Release : 6.fc35
Architecture : i686
Size : 3.6 M
Source : ocaml-ppx-custom-printf-0.14.1-6.fc35.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.