How to Install
-
3. Downloading Clojure Installer
Download Clojure for Ubuntu GNU/Linux
Possibly, on Firefox Prompt Choose “Save File”:
-
4. Installing Clojure
Then to Set up Clojure on Ubuntu:
First Access the Target, usually in the Downloads folder:cd && cd Downloads
To Check it’s there List the contents with:
ls . | grep install
The grep Command Refine the output List showing only the entries Matching the Keyword.
But if yuo are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.
Then give Execution Permission:chmod +x ./linux-install.sh
Finally to Setup Clojure:
sudo ./linux-install.sh
The Default Target is in: /usr/local/bin. But to Setup it in a custom Location use the –prefix Flag.
For further Insight see the Official Documentation.
Contents