Table of Contents

Application - Software Development Kit (SDK)

About

A Software Development Kit (SDK) makes possible to develop application (ie to compile code, to run it , etc…)

Example

A typical SDK example is the Java Development Kit (also known as Java SDK, or JDK) for producing Java programs.

But each language as its own SDK.

Tool

SDKMan

sdkman permits to install and manage easily sdk on your computer

Installation In wsl

apt-get install unzip
apt-get install zip
curl -s "https://get.sdkman.io" | bash
source "/root/.sdkman/bin/sdkman-init.sh"

Documentation / Reference