How to Install and Uninstall ocaml-postgresql.x86_64 Package on Fedora 36

Last updated: June 30,2024

1. Install "ocaml-postgresql.x86_64" package

Here is a brief guide to show you how to install ocaml-postgresql.x86_64 on Fedora 36

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

2. Uninstall "ocaml-postgresql.x86_64" package

This is a short guide on how to uninstall ocaml-postgresql.x86_64 on Fedora 36:

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

3. Information about the ocaml-postgresql.x86_64 package on Fedora 36

Last metadata expiration check: 5:52:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-postgresql
Version : 4.0.1
Release : 38.fc36
Architecture : x86_64
Size : 334 k
Source : ocaml-postgresql-4.0.1-38.fc36.src.rpm
Repository : fedora
Summary : OCaml library for accessing PostgreSQL databases
URL : https://github.com/mmottl/postgresql-ocaml
License : LGPLv2+ with exceptions
Description : This OCaml-library provides an interface to PostgreSQL, an efficient
: and reliable, open source, relational database. Almost all
: functionality available through the C-API (libpq) is replicated in a
: type-safe way. This library uses objects for representing database
: connections and results of queries.