How to Install and Uninstall ocaml-migrate-parsetree.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "ocaml-migrate-parsetree.x86_64" package

This guide covers the steps necessary to install ocaml-migrate-parsetree.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ocaml-migrate-parsetree.x86_64

2. Uninstall "ocaml-migrate-parsetree.x86_64" package

Please follow the steps below to uninstall ocaml-migrate-parsetree.x86_64 on CentOS Stream 8:

$ sudo dnf remove ocaml-migrate-parsetree.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-migrate-parsetree.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:30:24 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ocaml-migrate-parsetree
Version : 1.4.0
Release : 4.el8
Architecture : x86_64
Size : 7.3 M
Source : ocaml-migrate-parsetree-1.4.0-4.el8.src.rpm
Repository : epel
Summary : Convert OCaml parsetrees between different major versions
URL : https://github.com/ocaml-ppx/ocaml-migrate-parsetree
License : LGPLv2+ with exceptions
Description : This library converts between parsetrees of different OCaml versions.
: For each version, there is a snapshot of the parsetree and conversion
: functions to the next and/or previous version.