Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Help needed with installing Bitcoin Core on a Chromebook
by
BitMaxz
on 03/05/2023, 18:21:32 UTC
⭐ Merited by vapourminer (1)
The path or command you are trying to enter is not the correct path since Chromebook is a Linux-based OS or if you are using Linux VM then try this command below

if the tarball is in My files/Downloads  then this should be the command to go on that path

Code:
cd ~/My files/Downloads

Meaning you forgot to add ~ and /
Update here if it works if not try the pwd command to show the current path you are in.