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

Last updated: November 01,2024

1. Install "ocaml-ppx-enumerate.i686" package

This is a short guide on how to install ocaml-ppx-enumerate.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install ocaml-ppx-enumerate.i686

2. Uninstall "ocaml-ppx-enumerate.i686" package

This is a short guide on how to uninstall ocaml-ppx-enumerate.i686 on Fedora 35:

$ sudo dnf remove ocaml-ppx-enumerate.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:31:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-ppx-enumerate
Version : 0.14.0
Release : 12.fc35
Architecture : i686
Size : 107 k
Source : ocaml-ppx-enumerate-0.14.0-12.fc35.src.rpm
Repository : fedora
Summary : Generate a list containing all values of a finite type
URL : https://github.com/janestreet/ppx_enumerate
License : MIT
Description : Ppx_enumerate is a ppx rewriter which generates a definition for the
: list of all values of a type (for a type which has only finitely many
: values).