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

Last updated: October 06,2024

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

Learn how to install ocaml-ppx-enumerate.i686 on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:36:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ppx-enumerate
Version : 0.14.0
Release : 7.fc34
Architecture : i686
Size : 107 k
Source : ocaml-ppx-enumerate-0.14.0-7.fc34.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).