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

Last updated: June 29,2024

1. Install "ocaml-expat.x86_64" package

Please follow the guidance below to install ocaml-expat.x86_64 on Fedora 34

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

2. Uninstall "ocaml-expat.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-expat.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:02:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-expat
Version : 0.9.1
Release : 70.fc34
Architecture : x86_64
Size : 26 k
Source : ocaml-expat-0.9.1-70.fc34.src.rpm
Repository : fedora
Summary : OCaml wrapper for the Expat XML parsing library
URL : http://www.xs4all.nl/~mmzeeman/ocaml/
License : MIT
Description : An ocaml wrapper for the Expat XML parsing library. It allows you to
: write XML-Parsers using the SAX method. An XML document is parsed on
: the fly without needing to load the entire XML-Tree into memory.