How To Install the Deno JavaScript Runtime on Ubuntu 20.04 | DigitalOcean

PHOTO EMBED

Mon Jul 18 2022 06:52:51 GMT+0000 (Coordinated Universal Time)

Saved by @havy0709 #bash

##install packages 
#step 1: see the version required clearly
#step 2: go to git hub and use: curl -Lo [name of the package] [link]
#step3: move the file to /usr/local/bin
#step4: check permission of the file using ls -al [file]

curl -Lo "deno.zip" "https://github.com/denoland/deno/releases/latest/download/deno-x86_64-unknown-linux-gnu.zip"

content_copyCOPY

https://www.digitalocean.com/community/tutorials/how-to-install-the-deno-javascript-runtime-on-ubuntu-20-04