How to Install and Uninstall clojure Package on Kali Linux

Last updated: May 18,2024

1. Install "clojure" package

This guide let you learn how to install clojure on Kali Linux

$ sudo apt update $ sudo apt install clojure

2. Uninstall "clojure" package

This guide let you learn how to uninstall clojure on Kali Linux:

$ sudo apt remove clojure $ sudo apt autoclean && sudo apt autoremove

3. Information about the clojure package on Kali Linux

Package: clojure
Version: 1.11.1-2
Installed-Size: 93
Maintainer: Debian Clojure Maintainers
Architecture: all
Replaces: clojure1.8 (<< 1.8.0-6)
Depends: default-jre-headless, libclojure-java (= 1.11.1-2)
Recommends: rlwrap
Breaks: clojure1.8 (<< 1.8.0-6)
Size: 53824
SHA256: 0b496edb74451a095bd02291384eb2ff5093a0693e37a08b28c1825315405f89
SHA1: 8de9ad710bd75b821b9fc8ccc45536617a26f670
MD5sum: fdbfb5049642d25da5f2f99716aed450
Description: Lisp dialect for the JVM
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.
.
Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly a
functional programming language, and features a rich set of immutable,
persistent data structures. When mutable state is needed, Clojure offers
a software transactional memory system and reactive Agent system that
ensure clean, correct, multithreaded designs.
Description-md5:
Homepage: http://clojure.org
Section: devel
Priority: optional
Filename: pool/main/c/clojure/clojure_1.11.1-2_all.deb