Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved How to run client on Ubuntu?

Joined
Jan 25, 2015
Messages
121
Hi guys, first I do not know if this question has been settled, after not getting satisfactory results in my search here on the forum.

So what are the basic commands to run the client on Ubuntu? It is better (easier) to use the version with installer or standalone? Use the terminal to that?

Sorry for these basic questions, but I had to change my operating system today. :(

I hope to help me, thank you.
 
Joined
Dec 7, 2015
Messages
36
I'm currently using linux and I just used the installer and it works fine, but you could use the standalone version and run
Code:
java -jar RuneMate.jar
from the terminal.

Also here's a list of helpful command line arguments you could use via the terminal if you wanted
If you have any more questions feel free to ask :)
 
Joined
Jan 25, 2015
Messages
121
Nice, thanks for replying! One more question, before making
Code:
java -jar RuneMate.jar
I need specify the folder of the client? Or just puting this at terminal solve the problem?
 
Joined
Dec 7, 2015
Messages
36
I need specify the folder of the client? Or just puting this at terminal solve the problem?
You need to be in the same directory as the file, it's most likely in your Downloads directory so you should do
Code:
cd ~/Downloads
If this is you first time using linux, I suggest you familiarize yourself with the command line. There are many great sources out there.
I even made this website to help out new users learn some basic linux commands, which you should check out: Hlynux
 
Joined
Jan 25, 2015
Messages
121
You need to be in the same directory as the file, it's most likely in your Downloads directory so you should do
Code:
cd ~/Downloads
If this is you first time using linux, I suggest you familiarize yourself with the command line. There are many great sources out there.
I even made this website to help out new users learn some basic linux commands, which you should check out: Hlynux

Thanks, Glitch! Is not my first time using Ubuntu, but I don't have some knowledge to solve situations like that by myself, so thanks again for support. :):)
 
Top