How To Install julia on Fedora 36
Introduction
In this tutorial we learn how to install julia
on Fedora 36.
What is julia
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.
We can use yum
or dnf
to install julia
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install julia.
Install julia on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install julia
using dnf
by running the following command:
sudo dnf -y install julia
Install julia on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install julia
using yum
by running the following command:
sudo yum -y install julia
How To Uninstall julia on Fedora 36
To uninstall only the julia
package we can use the following command:
sudo dnf remove julia
julia Package Contents on Fedora 36
/usr/bin/julia
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/d521045682a823a4177a6767b150a4be128e8e
/usr/lib/.build-id/21
/usr/lib/.build-id/21/8b585e9bb0a381f0cbbcd8e341462d59eef7fc
/usr/lib/.build-id/30
/usr/lib/.build-id/30/7d81e58ffed639dbeb91ecee2f76f8bffb3a49
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/46147757d53344672918fd00fdcf4f2ac64958
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/528aa63bea062c96df8065892f10f7e4c3860c
/usr/lib/.build-id/69
/usr/lib/.build-id/69/a7bc6b2d18c47421474b00470f1c4fb97c0004
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/e84a613a0329351d78a14a92d4ac9e508aacf9
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/2937e31b4a5d88c669d0e5ca1a2f819c53a5a4
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/b26acd31b795fff2c5a6b342e00d27552b7b49
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/267230f2f7d84fe70379233aa868329c57d909
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/7069ee43780a79d85bf6c28c4d05350b5dd018
/usr/lib64/julia
/usr/lib64/julia/libLLVM-12jl.so
/usr/lib64/julia/libLLVM.so
/usr/lib64/julia/libamd.so
/usr/lib64/julia/libatomic.so.1
/usr/lib64/julia/libblastrampoline.so
/usr/lib64/julia/libbtf.so
/usr/lib64/julia/libcamd.so
/usr/lib64/julia/libccalltest.so
/usr/lib64/julia/libccolamd.so
/usr/lib64/julia/libcholmod.so
/usr/lib64/julia/libcolamd.so
/usr/lib64/julia/libcurl.so
/usr/lib64/julia/libdSFMT.so
/usr/lib64/julia/libgcc_s.so.1
/usr/lib64/julia/libgfortran.so.5
/usr/lib64/julia/libgit2.so
/usr/lib64/julia/libgmp.so
/usr/lib64/julia/libgomp.so.1
/usr/lib64/julia/libjulia-internal.so
/usr/lib64/julia/libjulia-internal.so.1
/usr/lib64/julia/libjulia-internal.so.1.7
/usr/lib64/julia/libjulia.so
/usr/lib64/julia/libklu.so
/usr/lib64/julia/libldl.so
/usr/lib64/julia/libllvmcalltest.so
/usr/lib64/julia/libmbedcrypto.so
/usr/lib64/julia/libmbedtls.so
/usr/lib64/julia/libmbedx509.so
/usr/lib64/julia/libmpfr.so
/usr/lib64/julia/libnghttp2.so
/usr/lib64/julia/libopenblas64_.so
/usr/lib64/julia/libopenblas64_.so.0
/usr/lib64/julia/libopenlibm.so
/usr/lib64/julia/libpcre2-8.so
/usr/lib64/julia/libquadmath.so.0
/usr/lib64/julia/librbio.so
/usr/lib64/julia/libspqr.so
/usr/lib64/julia/libssh2.so
/usr/lib64/julia/libstdc++.so.6
/usr/lib64/julia/libsuitesparseconfig.so
/usr/lib64/julia/libumfpack.so
/usr/lib64/julia/libunwind.so
/usr/lib64/julia/libunwind.so.8
/usr/lib64/julia/libunwind.so.8.0.1
/usr/lib64/julia/libuv.so
/usr/lib64/julia/libuv.so.2
/usr/lib64/julia/libuv.so.2.0.0
/usr/lib64/julia/sys.so
/usr/lib64/libjulia.so.1
/usr/lib64/libjulia.so.1.7
/usr/share/appdata/julia.appdata.xml
/usr/share/applications/julia.desktop
/usr/share/doc/julia
/usr/share/doc/julia/CONTRIBUTING.md
/usr/share/doc/julia/LICENSE.md
/usr/share/doc/julia/NEWS.md
/usr/share/doc/julia/README.md
/usr/share/icons/hicolor/16x16/apps/julia.png
/usr/share/icons/hicolor/24x24/apps/julia.png
/usr/share/icons/hicolor/256x256/apps/julia.png
/usr/share/icons/hicolor/32x32/apps/julia.png
/usr/share/icons/hicolor/48x48/apps/julia.png
/usr/share/icons/hicolor/scalable/apps/julia.svg
/usr/share/man/man1/julia.1.gz
References
Summary
In this tutorial we learn how to install julia
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install julia on Fedora 36” linkTitle: “julia” type: “docs” description: “In this tutorial we learn how to install julia in Fedora 36. julia is High-level, high-performance dynamic language for technical computing” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/julia-featured.png
Introduction
In this tutorial we learn how to install julia
on Fedora 36.
What is julia
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.
We can use yum
or dnf
to install julia
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install julia.
Install julia on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install julia
using dnf
by running the following command:
sudo dnf -y install julia
Install julia on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install julia
using yum
by running the following command:
sudo yum -y install julia
How To Uninstall julia on Fedora 36
To uninstall only the julia
package we can use the following command:
sudo dnf remove julia
julia Package Contents on Fedora 36
/usr/bin/julia
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/e9089eba87071bd3b53731c35f79ff988abb6c
/usr/lib/.build-id/46
/usr/lib/.build-id/46/d93f7c074f08f546e2b5516589d17113f5aa03
/usr/lib/.build-id/49
/usr/lib/.build-id/49/bcb208db556c6025d7763e9af984aa75cb58a6
/usr/lib/.build-id/57
/usr/lib/.build-id/57/a9ba6c50fca3d2f21a0d2e8e98c81f304b7787
/usr/lib/.build-id/99
/usr/lib/.build-id/99/fe1c62247c579aa9e341dd285c4ad9e1395636
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/c112f2a57064bcc315856bd45952333069e4f2
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/e2cdec5da019516fd5c1b940b0a5b8e6da921a
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/32e4dbba3ebf8eada96d3c5c96d2f3985d8560
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/8177fa655f57f5c1c25668ffaba34255a83649
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/9b202716c32cc7c3d6d07f335d999b9d2717d1
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/ca4c66e9cc27d2bb30ae6c5a4a699902e55c92
/usr/lib/julia
/usr/lib/julia/libLLVM-12jl.so
/usr/lib/julia/libLLVM.so
/usr/lib/julia/libamd.so
/usr/lib/julia/libatomic.so.1
/usr/lib/julia/libblastrampoline.so
/usr/lib/julia/libcamd.so
/usr/lib/julia/libccalltest.so
/usr/lib/julia/libccolamd.so
/usr/lib/julia/libcholmod.so
/usr/lib/julia/libcolamd.so
/usr/lib/julia/libcurl.so
/usr/lib/julia/libdSFMT.so
/usr/lib/julia/libgcc_s.so.1
/usr/lib/julia/libgfortran.so.5
/usr/lib/julia/libgit2.so
/usr/lib/julia/libgmp.so
/usr/lib/julia/libgomp.so.1
/usr/lib/julia/libjulia-internal.so
/usr/lib/julia/libjulia-internal.so.1
/usr/lib/julia/libjulia-internal.so.1.7
/usr/lib/julia/libjulia.so
/usr/lib/julia/libllvmcalltest.so
/usr/lib/julia/libmbedcrypto.so
/usr/lib/julia/libmbedtls.so
/usr/lib/julia/libmbedx509.so
/usr/lib/julia/libmpfr.so
/usr/lib/julia/libnghttp2.so
/usr/lib/julia/libopenblas.so
/usr/lib/julia/libopenblas.so.0
/usr/lib/julia/libopenlibm.so
/usr/lib/julia/libpcre2-8.so
/usr/lib/julia/libquadmath.so.0
/usr/lib/julia/libspqr.so
/usr/lib/julia/libssh2.so
/usr/lib/julia/libstdc++.so.6
/usr/lib/julia/libsuitesparseconfig.so
/usr/lib/julia/libumfpack.so
/usr/lib/julia/libunwind.so
/usr/lib/julia/libunwind.so.8
/usr/lib/julia/libunwind.so.8.0.1
/usr/lib/julia/libuv.so
/usr/lib/julia/libuv.so.2
/usr/lib/julia/libuv.so.2.0.0
/usr/lib/julia/sys.so
/usr/lib/libjulia.so.1
/usr/lib/libjulia.so.1.7
/usr/share/appdata/julia.appdata.xml
/usr/share/applications/julia.desktop
/usr/share/doc/julia
/usr/share/doc/julia/CONTRIBUTING.md
/usr/share/doc/julia/LICENSE.md
/usr/share/doc/julia/NEWS.md
/usr/share/doc/julia/README.md
/usr/share/icons/hicolor/16x16/apps/julia.png
/usr/share/icons/hicolor/24x24/apps/julia.png
/usr/share/icons/hicolor/256x256/apps/julia.png
/usr/share/icons/hicolor/32x32/apps/julia.png
/usr/share/icons/hicolor/48x48/apps/julia.png
/usr/share/icons/hicolor/scalable/apps/julia.svg
/usr/share/man/man1/julia.1.gz
References
Summary
In this tutorial we learn how to install julia
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).