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

Last updated: September 23,2024

1. Install "clojure.noarch" package

This guide let you learn how to install clojure.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install clojure.noarch

2. Uninstall "clojure.noarch" package

Here is a brief guide to show you how to uninstall clojure.noarch on Fedora 38:

$ sudo dnf remove clojure.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:14:29 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : clojure
Epoch : 1
Version : 1.11.1
Release : 4.fc38
Architecture : noarch
Size : 3.5 M
Source : clojure-1.11.1-4.fc38.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.