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

Last updated: May 09,2024

1. Install "clojure.noarch" package

Please follow the step by step instructions below to install clojure.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install clojure.noarch

2. Uninstall "clojure.noarch" package

Please follow the step by step instructions below to uninstall clojure.noarch on Fedora 35:

$ sudo dnf remove clojure.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:25:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : clojure
Epoch : 1
Version : 1.10.3
Release : 2.fc35
Architecture : noarch
Size : 3.3 M
Source : clojure-1.10.3-2.fc35.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.