Skip to content

Instantly share code, notes, and snippets.

View atellezfx's full-sized avatar

Alejandro Téllez atellezfx

View GitHub Profile
@atellezfx
atellezfx / how-to-install-graalvm-linux.md
Created July 6, 2022 12:40 — forked from ricardozanini/how-to-install-graalvm-linux.md
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