Jump to content


Tomzi

Member Since 29 Apr 2017
Offline Last Active Mar 25 2018 06:16 PM
-----

#173219 How to play on a linux os

Posted by Tomzi on 25 March 2018 - 01:50 PM

Just a quick guide for anyone using a Linux based OS. Linux doesn't like to run windows programs and if the program wine is having problems it can be a pain to fix. Here's a fast solution that'll have you playing alora in less then 10 mins depending on internet speeds and how often you update your Linux.

Pictures for those who need them

 

 

 

Step 1.

Open up the Terminal (if you dont know how please delete Linux) and set it to the root user by typing the following ( sudo -s) if you have a password type it in.

Spoiler

 

Step 2:

Update your repositories by typing the following command ( apt-get update) whilst its updating go ahead and download the alora.jar file from the website.

Spoiler

 

Step 3:

After it's finished updating you're going to want to download java, i get jdk and jre. First check you have the updated repositories by doing the following ( apt-get install openj ) now hit tab twice and it should look like this)

Spoiler

 

If it looks like that great, next step is to type ( apt-get install openjdk-8-jre ) Then after that one is complete type this command (apt-get install openjre-8-jdk )

Spoiler

 

Step 4:

Goto your downloads file and move alora.jar onto your desktop. Re-open terminal and type the following to change the directory to your Desktop ( cd Desktop) has to be a capital for Desktop. Then type (java -jar alora.jar )

Spoiler

 

Hopefully this helps, even though most people dont use Linux