Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Installing EVE on Linux: Difference between revisions

From EVE University Wiki
updated to current version
Line 9: Line 9:
'''''(Terminal commands are displayed in code blocks)'''''
'''''(Terminal commands are displayed in code blocks)'''''


#Download the launcher binaries either manually (found [https://binaries.eveonline.com/evelauncher-1548102.tar.gz here]) or via terminal command:
#Download the launcher binaries either manually (found [https://binaries.eveonline.com/evelauncher-1747682.tar.gz here]) or via terminal command:
#:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended.
#:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended.
#:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1548102.tar.gz</nowiki>}}
#:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1747682.tar.gz</nowiki>}}
#:If this file no longer exists or is outdated, check for an updated link in [https://forums.eveonline.com/c/technology-research/linux CCP Snorlax's forum post which should be stickied here].
#:If this file no longer exists or is outdated, check for an updated link in [https://forums.eveonline.com/c/technology-research/linux CCP Snorlax's forum post which should be stickied here].
#Extract the compressed files (<code>.tar.gz</code>)
#Extract the compressed files (<code>.tar.gz</code>)
#:{{code|tar -xvf evelauncher-1548102.tar.gz}}
#:{{code|tar -xvf evelauncher-1747682.tar.gz}}
#Move to the newly-extracted folder
#Move to the newly-extracted folder
#:{{code|cd evelauncher}}
#:{{code|cd evelauncher}}