Deno
Deno1 is a Typescript and Javascript runtime.
Installation
Fedora
To install Deno on Fedora, first download the installation file:
curl -fsSL https://deno.land/x/install/install.sh | sh
And then add the following to your shell’s profile (e.g. ~/.bashrc
):
export DENO_INSTALL="/home/$USER/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"