How To Install ocaml-libguestfs-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install ocaml-libguestfs-devel.x86_64 on Amazon Linux 2.
What is ocaml-libguestfs-devel.x86_64
ocaml-libguestfs-devel contains development libraries required to use the OCaml bindings for libguestfs.
We can use yum to install ocaml-libguestfs-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-libguestfs-devel.x86_64.
Install ocaml-libguestfs-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-libguestfs-devel.x86_64 using yum by running the following command:
sudo yum -y install ocaml-libguestfs-devel.x86_64
How To Uninstall ocaml-libguestfs-devel.x86_64 on Amazon Linux 2
To uninstall only the ocaml-libguestfs-devel.x86_64 package we can use the following command:
sudo yum remove ocaml-libguestfs-devel.x86_64
ocaml-libguestfs-devel.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/ocaml/guestfs/guestfs.cmx
/usr/lib64/ocaml/guestfs/guestfs.mli
/usr/lib64/ocaml/guestfs/libmlguestfs.a
/usr/lib64/ocaml/guestfs/mlguestfs.a
/usr/lib64/ocaml/guestfs/mlguestfs.cmxa
/usr/share/doc/ocaml-libguestfs-devel-1.36.10
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/create_disk.ml
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/debug_logging.ml
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/Guestfs.Errno.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/Guestfs.guestfs-c.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/Guestfs.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_attributes.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_class_types.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_classes.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_exceptions.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_extensions.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_methods.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_module_types.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_modules.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_types.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/index_values.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/style.css
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/type_Guestfs.Errno.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/type_Guestfs.guestfs.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/html/type_Guestfs.html
/usr/share/doc/ocaml-libguestfs-devel-1.36.10/inspect_vm.ml
/usr/share/man/man3/guestfs-ocaml.3.gz
References
Summary
In this tutorial we learn how to install ocaml-libguestfs-devel.x86_64 on Amazon Linux 2 using yum.