How to Install and Uninstall clojure Package on openSuSE Tumbleweed
Last updated: November 26,2024
1. Install "clojure" package
This is a short guide on how to install clojure on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
clojure
Copied
2. Uninstall "clojure" package
This guide covers the steps necessary to uninstall clojure on openSuSE Tumbleweed:
$
sudo zypper remove
clojure
Copied
3. Information about the clojure package on openSuSE Tumbleweed
Information for package clojure:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : clojure
Version : 1.11.2.1446-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 16.4 MiB
Installed : No
Status : not installed
Source package : clojure-1.11.2.1446-1.1.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.
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : clojure
Version : 1.11.2.1446-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 16.4 MiB
Installed : No
Status : not installed
Source package : clojure-1.11.2.1446-1.1.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.