How to Install and Uninstall clojure.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "clojure.noarch" package

This guide covers the steps necessary to install clojure.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install clojure.noarch

2. Uninstall "clojure.noarch" package

This tutorial shows how to uninstall clojure.noarch on Fedora 34:

$ sudo dnf remove clojure.noarch $ sudo dnf autoremove

3. Information about the clojure.noarch package on Fedora 34

Last metadata expiration check: 2:24:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : clojure
Epoch : 1
Version : 1.10.2
Release : 1.fc34
Architecture : noarch
Size : 3.3 M
Source : clojure-1.10.2-1.fc34.src.rpm
Repository : fedora
Summary : A dynamic programming language that targets the Java Virtual Machine
URL : http://clojure.org/
License : EPL-1.0
Description : Clojure is a dynamic programming language that targets the Java
: Virtual Machine. It is designed to be a general-purpose language,
: combining the approachability and interactive development of a
: scripting language with an efficient and robust infrastructure for
: multithreaded programming. Clojure is a compiled language - it
: compiles directly to JVM bytecode, yet remains completely
: dynamic. Every feature supported by Clojure is supported at
: runtime. Clojure provides easy access to the Java frameworks, with
: optional type hints and type inference, to ensure that calls to Java
: can avoid reflection.