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

Last updated: October 14,2024

1. Install "julia.x86_64" package

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

$ sudo dnf update $ sudo dnf install julia.x86_64

2. Uninstall "julia.x86_64" package

Please follow the steps below to uninstall julia.x86_64 on Fedora 39:

$ sudo dnf remove julia.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:55:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : julia
Version : 1.9.2
Release : 3.fc39
Architecture : x86_64
Size : 53 M
Source : julia-1.9.2-3.fc39.src.rpm
Repository : fedora
Summary : High-level, high-performance dynamic language for technical computing
URL : http://julialang.org/
License : MIT and Apache-2.0-WITH-LLVM-exception
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.