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

Last updated: November 30,2024

1. Install "mlton.x86_64" package

Please follow the instructions below to install mlton.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install mlton.x86_64

2. Uninstall "mlton.x86_64" package

Please follow the step by step instructions below to uninstall mlton.x86_64 on Fedora 35:

$ sudo dnf remove mlton.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:58:07 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mlton
Version : 20180207
Release : 16.fc35
Architecture : x86_64
Size : 15 M
Source : mlton-20180207-16.fc35.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.