Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/KarChunT/karchunt.com/llms.txt

Use this file to discover all available pages before exploring further.

1
Update apt package index
2
sudo apt update
3
Install the default JRE
4
sudo apt install default-jre
5
Verify the Java installation
6
java -version
7
Install the default JDK
8
sudo apt install default-jdk
9
Verify the JDK installation
10
javac -version

Build docs developers (and LLMs) love