How To Install ocaml-zip on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-zip
on Fedora 36.
What is ocaml-zip
This Objective Caml library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats.
We can use yum
or dnf
to install ocaml-zip
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-zip.
Install ocaml-zip on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ocaml-zip
using dnf
by running the following command:
sudo dnf -y install ocaml-zip
Install ocaml-zip on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-zip
using yum
by running the following command:
sudo yum -y install ocaml-zip
How To Uninstall ocaml-zip on Fedora 36
To uninstall only the ocaml-zip
package we can use the following command:
sudo dnf remove ocaml-zip
ocaml-zip Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/0b196a2406e07ec784fced502c74eaa9e6ae54
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/862a2c95a9029ecc12c14db4d60424ebec70f1
/usr/lib64/ocaml/camlzip
/usr/lib64/ocaml/camlzip/META
/usr/lib64/ocaml/stublibs/dllcamlzip.so
/usr/lib64/ocaml/stublibs/dllcamlzip.so.owner
/usr/lib64/ocaml/zip
/usr/lib64/ocaml/zip/META
/usr/lib64/ocaml/zip/gzip.cmi
/usr/lib64/ocaml/zip/zip.cma
/usr/lib64/ocaml/zip/zip.cmi
/usr/lib64/ocaml/zip/zip.cmxs
/usr/lib64/ocaml/zip/zlib.cmi
/usr/share/licenses/ocaml-zip
/usr/share/licenses/ocaml-zip/LICENSE
References
Summary
In this tutorial we learn how to install ocaml-zip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ocaml-zip on Fedora 36” linkTitle: “ocaml-zip” type: “docs” description: “In this tutorial we learn how to install ocaml-zip in Fedora 36. ocaml-zip is OCaml library for reading and writing zip, jar and gzip files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-zip-featured.png
Introduction
In this tutorial we learn how to install ocaml-zip
on Fedora 36.
What is ocaml-zip
This Objective Caml library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats.
We can use yum
or dnf
to install ocaml-zip
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-zip.
Install ocaml-zip on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ocaml-zip
using dnf
by running the following command:
sudo dnf -y install ocaml-zip
Install ocaml-zip on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-zip
using yum
by running the following command:
sudo yum -y install ocaml-zip
How To Uninstall ocaml-zip on Fedora 36
To uninstall only the ocaml-zip
package we can use the following command:
sudo dnf remove ocaml-zip
ocaml-zip Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/36a053f06b17f23fe672d196bee5c836dc4fbc
/usr/lib/.build-id/76
/usr/lib/.build-id/76/d30755a55cc2135e811839d62c49e90b3f9e18
/usr/lib/ocaml/camlzip
/usr/lib/ocaml/camlzip/META
/usr/lib/ocaml/stublibs/dllcamlzip.so
/usr/lib/ocaml/stublibs/dllcamlzip.so.owner
/usr/lib/ocaml/zip
/usr/lib/ocaml/zip/META
/usr/lib/ocaml/zip/gzip.cmi
/usr/lib/ocaml/zip/zip.cma
/usr/lib/ocaml/zip/zip.cmi
/usr/lib/ocaml/zip/zip.cmxs
/usr/lib/ocaml/zip/zlib.cmi
/usr/share/licenses/ocaml-zip
/usr/share/licenses/ocaml-zip/LICENSE
References
Summary
In this tutorial we learn how to install ocaml-zip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).