How to Install and Uninstall clojure Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "clojure" package

Please follow the step by step instructions below to install clojure on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install clojure

2. Uninstall "clojure" package

Please follow the guidelines below to uninstall clojure on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the clojure package on Ubuntu 20.10 (Groovy Gorilla)

Package: clojure
Architecture: all
Version: 1.10.1-1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Clojure Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 93
Depends: default-jre-headless | java8-runtime-headless | openjdk-11-jre-headless, libclojure-java (= 1.10.1-1)
Recommends: rlwrap
Breaks: clojure1.8 (<< 1.8.0-6)
Replaces: clojure1.8 (<< 1.8.0-6)
Filename: pool/universe/c/clojure/clojure_1.10.1-1_all.deb
Size: 13460
MD5sum: f4a14ee04d7f7d6bc513eafcce8687d4
SHA1: cd77be27a1339a76511dab53698b170eb6b4a8f8
SHA256: fb8b462619d998ecf9abcc8c6cdb53c03b87fe42e558b2fa0d790c4729cf8fd1
SHA512: 980c5a10676a105325ad3f856a3008bf02df140cc68c09916f6529761290bda6fad6ce41d326216931bd30e8dbda9d3ae3c8c775b0a0c8cce87db1a463c43416
Homepage: http://clojure.org
Description-en: 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: 375367a1e5611012be8bf354320a8e10