How to Install and Uninstall lfortran.x86_64 Package on Fedora 38

Last updated: September 23,2024

1. Install "lfortran.x86_64" package

This guide covers the steps necessary to install lfortran.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install lfortran.x86_64

2. Uninstall "lfortran.x86_64" package

This tutorial shows how to uninstall lfortran.x86_64 on Fedora 38:

$ sudo dnf remove lfortran.x86_64 $ sudo dnf autoremove

3. Information about the lfortran.x86_64 package on Fedora 38

Last metadata expiration check: 1:25:51 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : lfortran
Version : 0.31.0
Release : 1.fc38
Architecture : x86_64
Size : 15 M
Source : lfortran-0.31.0-1.fc38.src.rpm
Repository : updates
Summary : A modern Fortran compiler
URL : https://lfortran.org/
License : BSD-3-Clause AND Apache-2.0 WITH LLVM-exception
Description :
: LFortran is a modern open-source (BSD licensed) interactive Fortran
: compiler built on top of LLVM. It can execute user's code interactively
: to allow exploratory work (much like Python, MATLAB or Julia) as well as
: compile to binaries with the goal to run user's code on modern
: architectures such as multi-core CPUs and GPUs.