installing Emteria on raspberry pi3
in OS installer
I'm real new to linux and raspberry pi and i'm just trying to install this emteria.os on a raspberry pi 3.
what am i doing wrong?:
pi@pico:~ $ cd Downloads
pi@pico:~/Downloads $ chmod a+x Emteria.OS_Installer-x86_64.AppImage
pi@pico:~/Downloads $ sudo -/Emteria.OS_Installer-x86_64.AppImage
sudo: invalid option -- '/'
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
[command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] file ...
I'll appreciate any help.
0
Comments
You have a dash "-" after sudo when it should be a dot ".", i.e. run "sudo ./Emteria.OS.."
@schake thanks,
now i get this:
pi@pico:~/Downloads $ chmod a+x Emteria.OS_Installer-x86_64.AppImage
pi@pico:~/Downloads $ sudo ./Emteria.OS_Installer-x86_64.AppImage
./Emteria.OS_Installer-x86_64.AppImage: 1: ./Emteria.OS_Installer-x86_64.AppImage: Syntax error: "(" unexpected
I have the same Problem "Syntax Error: "(" unexpected.... any help?
Which Linux distribution are you using?
Raspbian on a Raspberry Pi3
You can't install emteria.OS to your RPi from RPi itself. Just use your PC.
Dang.. I downloaded the wrong installer because I thought there are Emteria Versions for other platforms too.. my bad
Now it works just fine. Thank you!