How to Install and Uninstall lfortran Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "lfortran" package

Please follow the instructions below to install lfortran on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lfortran

2. Uninstall "lfortran" package

In this section, we are going to explain the necessary steps to uninstall lfortran on openSuSE Tumbleweed:

$ sudo zypper remove lfortran

3. Information about the lfortran package on openSuSE Tumbleweed

Information for package lfortran:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lfortran
Version : 0.31.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.5 MiB
Installed : No
Status : not installed
Source package : lfortran-0.31.0-1.2.src
Upstream URL : https://lfortran.org/
Summary : A modern interactive Fortran compiler built on top of LLVM
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.