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

Last updated: October 08,2024

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

Learn how to install ocaml-ppx-custom-printf.i686 on Fedora 36

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

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

Please follow the step by step instructions below to uninstall ocaml-ppx-custom-printf.i686 on Fedora 36:

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

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

Last metadata expiration check: 0:13:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-ppx-custom-printf
Version : 0.15.0
Release : 5.fc36
Architecture : i686
Size : 3.7 M
Source : ocaml-ppx-custom-printf-0.15.0-5.fc36.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.