#New to Linux, Cant open a program that I was able to on windows and not sure why

1 messages · Page 1 of 1 (latest)

sweet flare
#

@open remnant If you try to launch Windows installer that does not work like that. Linux does not natively execute Windows exe files, two differents systems with two different binary executable format etc...

You can however do it using Wine (which is a kind of emulator that allow to run Windows programs on Linux) BUT, if you want to install Java JRE, you should not do it using Windows installer

#

And as far as I know, Java JRE is already installed on most Linux distributions...

sweet flare
#

@open remnant here

open remnant
#

Ive tried to open it but all it does is open it as a file

#

even thought i have the exucutable box checked

sweet flare
#

what is the filename ?

open remnant
#

launcher-1.09_17.jar

sweet flare
#

ok

#

open terminal

open remnant
#

okay

sweet flare
#

type sudo apt install java-common

#

what it say ?

open remnant
#

a lot of things

sweet flare
#

It ask you if you want to install it ?

#

if so, type Y and enter

open remnant
#

i did and it said command not found

sweet flare
#

take a screenshot

open remnant
#

now it is spamming the letter y obver and over

sweet flare
#

ctrl+shift+Printscreen

#

take a screenshot

open remnant
sweet flare
#

WTF...

#

how did you managed to do that...

open remnant
#

it keeps doing that

sweet flare
#

close terminal

open remnant
#

okay

sweet flare
#

open terminal and type sudo apt install -y java-common

open remnant
sweet flare
#

ok, now type sudo apt install -y openjdk-8-jre

open remnant
#

it installed something

#

and it says its done

sweet flare
#

now sudo apt install -y openjdk-8-jre-headless

open remnant
sweet flare
#

you misstyped

open remnant
#

oh sorry

sweet flare
#

copy-paste command, Ctrl+Shift+V

open remnant
sweet flare
#

good

#

now retry launching betcraft

open remnant
#

thank you man

#

i would not have figured that out in a million years

sweet flare
#

Know that in linux we often do not install softwares or components like in windows

#

so, don't try to mimic the Windows way... First, check in Softwares Library

#

then, if you don't found what you want, check the officiel website for a .deb package or ask here

open remnant
#

okay will do, thank you agian