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 version.
Line 6: Line 6:
'''''(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-1104891.tar.gz here]) or via terminal command:
#Download the launcher binaries either manually (found [https://binaries.eveonline.com/evelauncher-1385477.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-1104891.tar.gz</nowiki>}}
#:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1385477.tar.gz</nowiki>}}
#:If this file no longer exists or is outdated, check for an updated link in [https://forums.eveonline.com/t/eve-launcher-for-linux/7286 CCP Snorlax's forum post].
#: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-1104891.tar.gz}}
#:{{code|tar -xvf evelauncher-1104891.tar.gz}}