liil'booL
Denoβ€’3y agoβ€’
6 replies
liil'boo

Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64

Hello

Context & Tech : Trying to install Deno on Linux Ubuntu LTS v22.04 on x86_64 architecture

Problem : when trying to run
deno --version
it says : " command 'deno' not found but can be installed with : snap install deno" -> I do not want to install anything with snap

I followed the instructions on the official documentation https://deno.land/manual@v1.36.1/getting_started/installation

The part -> Using shell (macOs and Linux)

the curl command seemed to work.
( The binary appears to be on my computer )

I was prompted by installer to run the following commands to have 'deno' in my PATH variable

export DENO_INSTALL="home/<my name here>/.deno
export PATH="$DENO_INSTALL/bin:$PATH"


I did restart : my shell, my terminal, my session and computer.

deno is still not in my path

Please tell me where it got wrong
Deno
Deno works on macOS, Linux, and Windows. Deno is a single binary executable. It
has no external dependencies.
Installation | Manual | Deno
Was this page helpful?