How to Install and Uninstall clojure Package on openSUSE Leap

Last updated: May 19,2024

1. Install "clojure" package

In this section, we are going to explain the necessary steps to install clojure on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install clojure

2. Uninstall "clojure" package

Please follow the instructions below to uninstall clojure on openSUSE Leap:

$ sudo zypper remove clojure

3. Information about the clojure package on openSUSE Leap

Information for package clojure:
--------------------------------
Repository : Main Repository
Name : clojure
Version : 1.11.1.1155-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 19.5 MiB
Installed : No
Status : not installed
Source package : clojure-1.11.1.1155-bp155.1.5.src
Upstream URL : https://clojure.org/
Summary : A dynamic programming language that targets the JVM
Description :
Clojure is a dynamic programming language that targets the Java
Virtual Machine (and the CLR, and JavaScript). It is designed to be a
general-purpose language, combining the approachability and
interactive development of a scripting language with an
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 access to the Java frameworks, with
optional type hints and type inference, to ensure that calls to Java
can avoid reflection.