How to Install and Uninstall ocaml-sedlex.i686 Package on Fedora 36

Last updated: September 28,2024

1. Install "ocaml-sedlex.i686" package

In this section, we are going to explain the necessary steps to install ocaml-sedlex.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-sedlex.i686

2. Uninstall "ocaml-sedlex.i686" package

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

$ sudo dnf remove ocaml-sedlex.i686 $ sudo dnf autoremove

3. Information about the ocaml-sedlex.i686 package on Fedora 36

Last metadata expiration check: 4:24:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-sedlex
Version : 2.5
Release : 4.fc36
Architecture : i686
Size : 4.9 M
Source : ocaml-sedlex-2.5-4.fc36.src.rpm
Repository : fedora
Summary : Unicode-friendly lexer generator
URL : https://github.com/ocaml-community/sedlex
License : MIT
Description : A lexer generator for OCaml, similar to ocamllex, but supporting Unicode.
: Contrary to ocamllex, lexer specifications for sedlex are embedded in
: regular OCaml source files.