D
Deno
Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64 - Deno
L
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
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"
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
Installation | Manual | Deno
Deno works on macOS
, Linux
, and Windows
. Deno is a single binary executable
. It
has no external dependencies
.
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
deno on alpine-linux
X
xEska / help
15mo ago
How to install Deno on raspberrian?
D
Definitely Not A Dolphin / help
5mo ago
deno install
R
River / help
2y ago