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

Last updated: September 22,2024

1. Install "julia-devel.i686" package

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

$ sudo dnf update $ sudo dnf install julia-devel.i686

2. Uninstall "julia-devel.i686" package

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

$ sudo dnf remove julia-devel.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:10:06 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : julia-devel
Version : 1.6.6
Release : 1.fc34
Architecture : i686
Size : 609 k
Source : julia-1.6.6-1.fc34.src.rpm
Repository : updates
Summary : Julia development, debugging and testing files
URL : http://julialang.org/
License : MIT and LGPLv2+ and GPLv2+
Description : Contains library symbolic links and header files for developing applications
: linking to the Julia library, in particular embedding it, as well as
: tests. This package is normally not
: needed when programming in the Julia language, but rather for embedding
: Julia into external programs or debugging Julia itself.