How to Install and Uninstall julia.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "julia.i686" package

This guide covers the steps necessary to install julia.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install julia.i686

2. Uninstall "julia.i686" package

Here is a brief guide to show you how to uninstall julia.i686 on Fedora 34:

$ sudo dnf remove julia.i686 $ sudo dnf autoremove

3. Information about the julia.i686 package on Fedora 34

Last metadata expiration check: 1:50:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : julia
Version : 1.6.6
Release : 1.fc34
Architecture : i686
Size : 42 M
Source : julia-1.6.6-1.fc34.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.