How to Install and Uninstall clojure1.6 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "clojure1.6" package

Please follow the guidelines below to install clojure1.6 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install clojure1.6

2. Uninstall "clojure1.6" package

Please follow the step by step instructions below to uninstall clojure1.6 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove clojure1.6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the clojure1.6 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: clojure1.6
Priority: optional
Section: universe/devel
Installed-Size: 3672
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.6.0+dfsg-1
Depends: default-jre-headless | java2-runtime-headless, libasm4-java, libjsr166y-java
Recommends: rlwrap
Conflicts: clojure (<= 1.1)
Filename: pool/universe/c/clojure1.6/clojure1.6_1.6.0+dfsg-1_all.deb
Size: 3143798
MD5sum: 954d0d7d6289229f72734ae34f61e875
SHA1: c7efcda913b4dbd512cd965de4b6011287b593f1
SHA256: 5e8d89922306f720d763033c3b29bc680dbcfd17f1053ed22795a865f55fc499
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
Homepage: http://clojure.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu