How To Install ocaml-curses-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install ocaml-curses-devel.x86_64 on Amazon Linux 2.
What is ocaml-curses-devel.x86_64
The ocaml-curses-devel package contains libraries and signature files for developing applications that use ocaml-curses.
We can use yum to install ocaml-curses-devel.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-curses-devel.x86_64.
Install ocaml-curses-devel.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-curses-devel.x86_64 using yum by running the following command:
sudo yum -y install ocaml-curses-devel.x86_64
How To Uninstall ocaml-curses-devel.x86_64 on Amazon Linux 2
To uninstall only the ocaml-curses-devel.x86_64 package we can use the following command:
sudo yum remove ocaml-curses-devel.x86_64
ocaml-curses-devel.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/ocaml/curses/curses.a
/usr/lib64/ocaml/curses/curses.cmx
/usr/lib64/ocaml/curses/curses.cmxa
/usr/lib64/ocaml/curses/curses.mli
/usr/lib64/ocaml/curses/keys.cmx
/usr/lib64/ocaml/curses/libcurses_stubs.a
/usr/share/doc/ocaml-curses-devel-1.0.3
/usr/share/doc/ocaml-curses-devel-1.0.3/COPYING
References
Summary
In this tutorial we learn how to install ocaml-curses-devel.x86_64 on Amazon Linux 2 using yum.