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

User:Djavin novienta/Sandbox: Difference between revisions

From EVE University Wiki
Djavin novienta (talk | contribs)
Djavin novienta (talk | contribs)
Line 10: Line 10:
#:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1104891.tar.gz</nowiki>}}
#:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1104891.tar.gz</nowiki>}}
#Extract the compressed files (<code>.tar.gz</code>)
#Extract the compressed files (<code>.tar.gz</code>)
#:{{code|tar -svf evelauncher-1104891.tar.gz}}
#:{{code|tar -xvf evelauncher-1104891.tar.gz}}
#Unpack the remaining binary files (<code>.tar</code>)
#Unpack the remaining binary files (<code>.tar</code>)
#:{{code|tar -svf evelauncher-1104891.tar}}
#:{{code|tar -xvf evelauncher-1104891.tar}}
#Move to the newly-extracted folder
#Move to the newly-extracted folder
#:{{code|cd evelauncher}}
#:{{code|cd evelauncher}}