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

Last updated: October 06,2024

1. Install "julia-devel.x86_64" package

This tutorial shows how to install julia-devel.x86_64 on Fedora 34

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

2. Uninstall "julia-devel.x86_64" package

Please follow the guidance below to uninstall julia-devel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:22:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : julia-devel
Version : 1.6.6
Release : 1.fc34
Architecture : x86_64
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.