How to Install and Uninstall libclojure-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libclojure-java" package

This guide let you learn how to install libclojure-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libclojure-java

2. Uninstall "libclojure-java" package

Please follow the guidance below to uninstall libclojure-java on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libclojure-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclojure-java package on Ubuntu 21.10 (Impish Indri)

Package: libclojure-java
Architecture: all
Version: 1.10.2-1
Priority: optional
Section: universe/java
Source: clojure
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Clojure Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3909
Depends: libjsr166y-java, libcore-specs-alpha-clojure, libspec-alpha-clojure
Breaks: clojure (<< 1.9.0-3), clojure1.8 (<< 1.8.0-6), libclojure1.8-java (<< 1.8.0-6)
Replaces: clojure (<< 1.9.0-3), clojure1.8 (<< 1.8.0-6), libclojure1.8-java (<< 1.8.0-6)
Filename: pool/universe/c/clojure/libclojure-java_1.10.2-1_all.deb
Size: 3442080
MD5sum: 9628f20cd65c905970b43e18a83a7eb7
SHA1: 02f6ac6375e51674e805b976136fb0a80ebb140e
SHA256: 69b4bcf62d5b8ae74ad44c0a0d8c3a116ebe55f58f4d7370035c6227c4081950
SHA512: 9a465c33119ce2ae64beb80e8dae6b4750ece555672ce8ead59d12c882e544cadf51f8c2b559da26c7840e911df498ef7cdf7b75898e371d902eb424a6e4eb4b
Homepage: http://clojure.org
Description-en: Lisp dialect for the JVM (library)
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.
.
This package contains the library.
Description-md5: 93c1db04e8e2532bb929bfe3e88ed517