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

Last updated: June 03,2024

1. Install "mlton.x86_64" package

This is a short guide on how to install mlton.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mlton.x86_64

2. Uninstall "mlton.x86_64" package

Please follow the guidance below to uninstall mlton.x86_64 on Fedora 34:

$ sudo dnf remove mlton.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:25:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mlton
Version : 20180207
Release : 15.fc34
Architecture : x86_64
Size : 15 M
Source : mlton-20180207-15.fc34.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.