How To Install ocaml-brlapi.x86_64 on Amazon Linux 2
In this tutorial we learn how to install ocaml-brlapi.x86_64 in Amazon Linux 2. ocaml-brlapi.x86_64 is OCaml binding for BrlAPI
Introduction
In this tutorial we learn how to install ocaml-brlapi.x86_64
on Amazon Linux 2.
What is ocaml-brlapi.x86_64
This package provides the OCaml binding for BrlAPI.
We can use yum
to install ocaml-brlapi.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-brlapi.x86_64.
Install ocaml-brlapi.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-brlapi.x86_64
using yum
by running the following command:
sudo yum -y install ocaml-brlapi.x86_64
How To Uninstall ocaml-brlapi.x86_64 on Amazon Linux 2
To uninstall only the ocaml-brlapi.x86_64
package we can use the following command:
sudo yum remove ocaml-brlapi.x86_64
ocaml-brlapi.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/ocaml/brlapi
/usr/lib64/ocaml/brlapi/META
/usr/lib64/ocaml/brlapi/brlapi.cma
/usr/lib64/ocaml/brlapi/brlapi.cmi
/usr/lib64/ocaml/brlapi/brlapi.cmxa
/usr/lib64/ocaml/brlapi/brlapi.mli
/usr/lib64/ocaml/brlapi/libbrlapi_stubs.a
/usr/lib64/ocaml/stublibs
/usr/lib64/ocaml/stublibs/dllbrlapi_stubs.so
/usr/lib64/ocaml/stublibs/dllbrlapi_stubs.so.owner
References
Summary
In this tutorial we learn how to install ocaml-brlapi.x86_64
on Amazon Linux 2 using yum.