How to Install and Uninstall clojure Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "clojure" package

Here is a brief guide to show you how to install clojure on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install clojure

2. Uninstall "clojure" package

Please follow the guidance below to uninstall clojure on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the clojure package on Ubuntu 21.04 (Hirsute Hippo)

Package: clojure
Architecture: all
Version: 1.10.2-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: 94
Depends: default-jre-headless | java8-runtime-headless | openjdk-11-jre-headless, libclojure-java (= 1.10.2-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.2-1_all.deb
Size: 13480
MD5sum: 2d980850fe1c9bd7aee29cf28e51d457
SHA1: 832b7f261c8b25108581f48b5a29befbd41fabd2
SHA256: dc4ef10fa46c9d08dce006251c0877cab41e2caa78b38289aa35b2a3014b0436
SHA512: c605a65d9c098fe01092db217158dd23307896fd12c684dd53ec9e694dd1a684051f3fe1dc6f5c6cc57971b8d35cd0203e53052b36d7862e60b22ce1d95295f6
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