Skip to content

Instantly share code, notes, and snippets.

@ricardozanini
ricardozanini / how-to-install-graalvm-linux.md
Last active July 20, 2024 18:54
How to install GraalVM on Linux with alternatives

How to Install GraalVM Community Edition on Linux

Note: Tested on Fedora only

  1. Download the new release of GraalVM and unpack it anywhere in your filesystem:
$ tar -xvzf graalvm-ce-1.0.0-rc14-linux-amd64.tar.gz