Java
Published on: Jan 29, 2024
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on Unix based systems. It’s useful for installing multiple versions of Java, Maven, Spring Initializer, etc.
Steps to install SDKMAN!
-
Terminal window sudo apt install -y unzip zip curlInstalls curl, unzip, and zip.
curl
tool is required to download installation script.unzip
andzip
tools are used in installation script.
-
Terminal window curl -s "https://get.sdkman.io" | bashDownloads and executes the installation script.
-
Terminal window source ~/.sdkman/bin/sdkman-init.shCompletes the installation.
More details
To check the SDKMAN! version, run:
sdk version