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

Last updated: December 21,2024

1. Install "mlton.x86_64" package

This guide let you learn how to install mlton.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install mlton.x86_64

2. Uninstall "mlton.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mlton.x86_64 on Fedora 39:

$ sudo dnf remove mlton.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:49:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : mlton
Version : 20180207
Release : 20.fc39
Architecture : x86_64
Size : 15 M
Source : mlton-20180207-20.fc39.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.