How to Install and Uninstall mlton.x86_64 Package on Fedora 36

Last updated: October 01,2024

1. Install "mlton.x86_64" package

Please follow the step by step instructions below to install mlton.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install mlton.x86_64

2. Uninstall "mlton.x86_64" package

Please follow the steps below to uninstall mlton.x86_64 on Fedora 36:

$ sudo dnf remove mlton.x86_64 $ sudo dnf autoremove

3. Information about the mlton.x86_64 package on Fedora 36

Last metadata expiration check: 2:55:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mlton
Version : 20180207
Release : 17.fc36
Architecture : x86_64
Size : 15 M
Source : mlton-20180207-17.fc36.src.rpm
Repository : fedora
Summary : Optimizing compiler for Standard ML
URL : http://mlton.org/
License : MIT
Description : MLton is a whole-program optimizing compiler for Standard ML. MLton
: generates standalone executables with excellent runtime performance,
: is SML 97 compliant, and has a complete basis library. MLton has
: source-level profiling, a fast C FFI, an interface to the GNU
: multiprecision library, and lots of useful libraries.