How To Install ocaml-ssl-devel on Fedora 36

In this tutorial we learn how to install ocaml-ssl-devel in Fedora 36. ocaml-ssl-devel is Development files for ocaml-ssl

Introduction

In this tutorial we learn how to install ocaml-ssl-devel on Fedora 36.

What is ocaml-ssl-devel

The ocaml-ssl-devel package contains libraries and signature files for developing applications that use ocaml-ssl.

We can use yum or dnf to install ocaml-ssl-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-ssl-devel.

Install ocaml-ssl-devel 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-ssl-devel using dnf by running the following command:

sudo dnf -y install ocaml-ssl-devel

Install ocaml-ssl-devel 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-ssl-devel using yum by running the following command:

sudo yum -y install ocaml-ssl-devel

How To Uninstall ocaml-ssl-devel on Fedora 36

To uninstall only the ocaml-ssl-devel package we can use the following command:

sudo dnf remove ocaml-ssl-devel

ocaml-ssl-devel Package Contents on Fedora 36

/usr/lib/ocaml/ssl/libssl_stubs.a
/usr/lib/ocaml/ssl/ssl.a
/usr/lib/ocaml/ssl/ssl.cmxa
/usr/lib/ocaml/ssl/ssl.mli
/usr/lib/ocaml/ssl/ssl_threads.mli
/usr/share/doc/ocaml-ssl-devel
/usr/share/doc/ocaml-ssl-devel/alpn.ml
/usr/share/doc/ocaml-ssl-devel/stalkd.ml
/usr/share/doc/ocaml-ssl-devel/stelnet.ml

References

Summary

In this tutorial we learn how to install ocaml-ssl-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ocaml-ssl-devel on Fedora 36” linkTitle: “ocaml-ssl-devel” type: “docs” description: “In this tutorial we learn how to install ocaml-ssl-devel in Fedora 36. ocaml-ssl-devel is Development files for ocaml-ssl” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-ssl-devel-featured.png

Introduction

In this tutorial we learn how to install ocaml-ssl-devel on Fedora 36.

What is ocaml-ssl-devel

The ocaml-ssl-devel package contains libraries and signature files for developing applications that use ocaml-ssl.

We can use yum or dnf to install ocaml-ssl-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-ssl-devel.

Install ocaml-ssl-devel 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-ssl-devel using dnf by running the following command:

sudo dnf -y install ocaml-ssl-devel

Install ocaml-ssl-devel 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-ssl-devel using yum by running the following command:

sudo yum -y install ocaml-ssl-devel

How To Uninstall ocaml-ssl-devel on Fedora 36

To uninstall only the ocaml-ssl-devel package we can use the following command:

sudo dnf remove ocaml-ssl-devel

ocaml-ssl-devel Package Contents on Fedora 36

/usr/lib64/ocaml/ssl/libssl_stubs.a
/usr/lib64/ocaml/ssl/ssl.a
/usr/lib64/ocaml/ssl/ssl.cmxa
/usr/lib64/ocaml/ssl/ssl.mli
/usr/lib64/ocaml/ssl/ssl_threads.mli
/usr/share/doc/ocaml-ssl-devel
/usr/share/doc/ocaml-ssl-devel/alpn.ml
/usr/share/doc/ocaml-ssl-devel/stalkd.ml
/usr/share/doc/ocaml-ssl-devel/stelnet.ml

References

Summary

In this tutorial we learn how to install ocaml-ssl-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).