How To Install ocaml-sqlite-devel on Fedora 36

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

Introduction

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

What is ocaml-sqlite-devel

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

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

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

sudo dnf -y install ocaml-sqlite-devel

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

sudo yum -y install ocaml-sqlite-devel

How To Uninstall ocaml-sqlite-devel on Fedora 36

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

sudo dnf remove ocaml-sqlite-devel

ocaml-sqlite-devel Package Contents on Fedora 36

/usr/lib/ocaml/sqlite3/libsqlite3_stubs.a
/usr/lib/ocaml/sqlite3/sqlite3.a
/usr/lib/ocaml/sqlite3/sqlite3.cmx
/usr/lib/ocaml/sqlite3/sqlite3.cmxa
/usr/lib/ocaml/sqlite3/sqlite3.mli
/usr/share/doc/ocaml-sqlite-devel
/usr/share/doc/ocaml-sqlite-devel/CHANGES.txt
/usr/share/doc/ocaml-sqlite-devel/README.md
/usr/share/doc/ocaml-sqlite-devel/TODO.md

References

Summary

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


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

Introduction

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

What is ocaml-sqlite-devel

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

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

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

sudo dnf -y install ocaml-sqlite-devel

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

sudo yum -y install ocaml-sqlite-devel

How To Uninstall ocaml-sqlite-devel on Fedora 36

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

sudo dnf remove ocaml-sqlite-devel

ocaml-sqlite-devel Package Contents on Fedora 36

/usr/lib64/ocaml/sqlite3/libsqlite3_stubs.a
/usr/lib64/ocaml/sqlite3/sqlite3.a
/usr/lib64/ocaml/sqlite3/sqlite3.cmx
/usr/lib64/ocaml/sqlite3/sqlite3.cmxa
/usr/lib64/ocaml/sqlite3/sqlite3.mli
/usr/share/doc/ocaml-sqlite-devel
/usr/share/doc/ocaml-sqlite-devel/CHANGES.txt
/usr/share/doc/ocaml-sqlite-devel/README.md
/usr/share/doc/ocaml-sqlite-devel/TODO.md

References

Summary

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