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

Last updated: October 06,2024

1. Install "clojure.noarch" package

In this section, we are going to explain the necessary steps to install clojure.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install clojure.noarch

2. Uninstall "clojure.noarch" package

Please follow the guidance below to uninstall clojure.noarch on Fedora 36:

$ sudo dnf remove clojure.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:10:56 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : clojure
Epoch : 1
Version : 1.10.3
Release : 4.fc36
Architecture : noarch
Size : 3.3 M
Source : clojure-1.10.3-4.fc36.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.