Installing Clojure on Ubuntu
Install Java
$ sudo apt install default-jre
lein script (https://leiningen.org/) https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein Copy the text in the above link and paste into a file called /usr/bin/lein
Change the file to executable.
$ sudo chmod a+x /usr/bin/lein
Execute lein to run the Leiningen install.