How to Install and Uninstall julia.x86_64 Package on Fedora 36

Last updated: May 05,2024

1. Install "julia.x86_64" package

Please follow the step by step instructions below to install julia.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install julia.x86_64

2. Uninstall "julia.x86_64" package

Learn how to uninstall julia.x86_64 on Fedora 36:

$ sudo dnf remove julia.x86_64 $ sudo dnf autoremove

3. Information about the julia.x86_64 package on Fedora 36

Last metadata expiration check: 3:58:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : julia
Version : 1.7.3
Release : 1.fc36
Architecture : x86_64
Size : 45 M
Source : julia-1.7.3-1.fc36.src.rpm
Repository : updates
Summary : High-level, high-performance dynamic language for technical computing
URL : http://julialang.org/
License : MIT and LGPLv2+ and GPLv2+
Description : Julia is a high-level, high-performance dynamic programming language
: for technical computing, with syntax that is familiar to users of
: other technical computing environments. It provides a sophisticated
: compiler, distributed parallel execution, numerical accuracy, and an
: extensive mathematical function library. The library, largely written
: in Julia itself, also integrates mature, best-of-breed C and Fortran
: libraries for linear algebra, random number generation, signal processing,
: and string processing.
:
: This package only contains the essential parts of the Julia environment:
: the julia executable and the standard library.