How to Install and Uninstall ocaml-sedlex.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocaml-sedlex.x86_64" package

Please follow the guidelines below to install ocaml-sedlex.x86_64 on Fedora 34

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

2. Uninstall "ocaml-sedlex.x86_64" package

This tutorial shows how to uninstall ocaml-sedlex.x86_64 on Fedora 34:

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

3. Information about the ocaml-sedlex.x86_64 package on Fedora 34

Last metadata expiration check: 3:13:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-sedlex
Version : 2.3
Release : 1.fc34
Architecture : x86_64
Size : 5.0 M
Source : ocaml-sedlex-2.3-1.fc34.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.