Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does sdkman install packages?

I used sdkman to install groovy which went fine. Where is the installed package now? I need the path for it. I am on Ubuntu 14.04.

like image 309
Med Tumy Avatar asked Dec 20 '15 11:12

Med Tumy


People also ask

Where does Sdkman install to?

The installed SDKs are stored in the SDKMAN! directory which defaults to ~/. sdkman/candidates. Therefore, the currently selected version of Java will also be available as current in that directory.

Where does Sdkman install Java on Mac?

When you run sdk install , the downloaded binaries get saved in $HOME/. sdkman/archives . For example, $HOME/. sdkman/archives/java-8.0.

What is Sdkman Mac?

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates.


2 Answers

I've checked it on my system. It should be located in $HOME/.sdkman/candidates/.

like image 143
Tom Gijselinck Avatar answered Oct 14 '22 08:10

Tom Gijselinck


Upon installation, SDKMAN creates an environment variable $SDKMAN_DIR which points to the installation directory.

Usuall it's ~/.sdkman

like image 28
Sudip Bhandari Avatar answered Oct 14 '22 07:10

Sudip Bhandari