Posted April 24, 20214 yr Hello, it's Elite. I dont know how to install classicube on linux through files...is there a linux command to install it?
April 24, 20214 yr Author 36 minutes ago, azbacho10 said: I hope im not wasting ur time, but id like a tutorial...or break it down...bc that command said no such file or directory
April 24, 20214 yr Are you sure you've cd'd into the downloads folder beforehand? Also, which distro are you using? You could probably install ClassiCube from its package manager...
April 24, 20214 yr Author 1 minute ago, aleksb385 said: Are you sure you've cd'd into the downloads folder beforehand? Also, which distro are you using? You could probably install ClassiCube from its package manager... what's cd'd and what's distro...i have low iq in the field
April 24, 20214 yr cd is a command. Try running cd ~/Downloads then the tar command again, but I can't guarantee it'll work. As for distro, it simply means distribution. Are you using Ubuntu, Debian, Mint, Arch or something else?
April 24, 20214 yr Author 1 minute ago, aleksb385 said: cd is a command. Try running cd ~/Downloads then the tar command again, but I can't guarantee it'll work. As for distro, it simply means distribution. Are you using Ubuntu, Debian, Mint, Arch or something else? im just using Linux Terminal...i think
April 24, 20214 yr Try this to find out: https://www.cyberciti.biz/faq/find-linux-distribution-name-version-number/ If you don't want to read through it, just run cat /etc/*-release and send the output.
April 24, 20214 yr Author Just now, aleksb385 said: Try this to find out: https://www.cyberciti.biz/faq/find-linux-distribution-name-version-number/ If you don't want to read through it, just run cat /etc/*-release and send the output. ok Debian GNU/Linux is the NAME=
April 24, 20214 yr 2 hours ago, ElitePrime said: Hello, it's Elite. I dont know how to install classicube on linux through files...is there a linux command to install it? yes, copy these 3 commands wget http://classicube.s3.amazonaws.com/client/release/nix64/ClassiCube.tar.gz tar -zxvf Classicube.tar.gz ./ClassiCube wget downloads the ClassiCube archive tar extracts it ./ runs classicube
April 24, 20214 yr Author It said Debian aleksb385. 3 minutes ago, MESYETI said: yes, copy these 3 commands wget http://classicube.s3.amazonaws.com/client/release/nix64/ClassiCube.tar.gz tar -zxvf Classicube.tar.gz ./ClassiCube wget downloads the ClassiCube archive tar extracts it ./ runs classicube 8 minutes ago, MESYETI said: yes, copy these 3 commands wget http://classicube.s3.amazonaws.com/client/release/nix64/ClassiCube.tar.gz tar -zxvf Classicube.tar.gz ./ClassiCube wget downloads the ClassiCube archive tar extracts it ./ runs classicube THANKS!!!
Hello, it's Elite. I dont know how to install classicube on linux through files...is there a linux command to install it?