Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Tar File

  1. #1

    Tar File

    I was able to get download Strife; however, it came as a tar package, and I have not opened one in so long that installing it has proven to be rather frustrating.

    What I have accomplished so far:

    1) Extracted the package
    2) set up a directory named Strife

    However, i cannot get to the Strife directory.

    What should I do?


    Thank you in advance.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  2. #2
    Join Date
    Mar 2011
    Location
    Pizza Hut
    Beans
    1,206
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: Tar File

    How did you extract the package? What error are you getting when you cd into the strife directory? What are the permissions on the downloaded archive and extracted folder?
    Ubuntu user #35115 - Linux user #555707 - My Ubuntu Wik page
    Join the Ubuntu Forums' IRC room (#ubuntuforums on irc.freenode.net)!

  3. #3

    Re: Tar File

    How did you extract the package?
    Right clicked and used extract.

    What error are you getting when you cd into the strife directory?
    sef@sef-laptop:~$ cd /home/sef/StrifeClientLinux64-0.0.1.12
    bash: cd: /home/sef/StrifeClientLinux64-0.0.1.12: No such file or directory
    sef@sef-laptop:~$ /home/StrifeClientLinux64-0.0.1.12
    bash: /home/StrifeClientLinux64-0.0.1.12: No such file or directory
    sef@sef-laptop:~$ /home/Downloads/StrifeClientLinux64-0.0.1.12
    bash: /home/Downloads/StrifeClientLinux64-0.0.1.12: No such file or directory

    The folder I created is in /Downloads.

    What are the permissions on the downloaded archive and extracted folder?
    Owner: Create and delete files. (I am the owner.)

    Group: Access files

    Other: Access files.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: Tar File

    Maybe
    Code:
    ls Downloads
    if it was extracted to the downloads folder.
    Perhaps a name change is the reason it doesn't exit(?).

    Just a thought.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  5. #5

    Re: Tar File

    Perhaps a name change is the reason it doesn't exit(?).
    drwxr-xr-x 6 sef sef 4096 Feb 19 13:48 StrifeClient
    drwxr-xr-x 2 sef sef 4096 Mar 16 09:52 StrifeClientLinux64-0.0.1.12
    -rw-r--r-- 1 sef sef 1261975527 Mar 12 12:39 StrifeClientLinux64-0.0.1.12.tar.gz

    The first two (StrifeClient) are highlighted in light blue, while the third one (StrifeClient) is highlighted
    Last edited by Sef; March 16th, 2014 at 08:27 PM.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  6. #6
    Join Date
    Aug 2012
    Beans
    Hidden!

    Re: Tar File

    sef@sef-laptop:~$ cd /home/sef/StrifeClientLinux64-0.0.1.12
    bash: cd: /home/sef/StrifeClientLinux64-0.0.1.12: No such file or directory
    sef@sef-laptop:~$ /home/StrifeClientLinux64-0.0.1.12
    bash: /home/StrifeClientLinux64-0.0.1.12: No such file or directory
    sef@sef-laptop:~$ /home/Downloads/StrifeClientLinux64-0.0.1.12
    bash: /home/Downloads/StrifeClientLinux64-0.0.1.12: No such file or directory

    The folder I created is in /Downloads.
    The Downloads folder in Ubuntu is usually at the location /home/<user>/Downloads

    Try cd'ing into the folder /home/sef/Downloads/StrifeClientLinux64-0.0.1.12 and see if you get an error.

    Edit: also, you forgot the "cd" before the last two addresses above.
    Last edited by coldcritter64; March 16th, 2014 at 08:34 PM.

  7. #7

    Re: Tar File

    Try cd'ing into the folder /home/sef/Downloads/StrifeClientLinux64-0.0.1.12 and see if you get an error.
    Got that part done. Thank you.

    Now for unpacking the tar file.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  8. #8
    Join Date
    Aug 2012
    Beans
    Hidden!

    Re: Tar File

    Quote Originally Posted by Sef View Post
    Got that part done. Thank you.

    Now for unpacking the tar file.
    If you've extracted the tar file into the directory there should be a README or INSTALL file in the contents with specific build/installation notes. Usually you would "configure" a package then "make" or "make install" the package.

    Look for specific instructions, if there are any, in the tar file contents.

  9. #9

    Re: Tar File

    If you've extracted the tar file into the directory there should be a README or INSTALL file in the contents with specific build/installation notes. Usually you would "configure" a package then "make" or "make install" the package.

    Look for specific instructions, if there are any, in the tar file contents.
    Unfortunately, there are no instructions or readme or install files.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  10. #10
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: Tar File

    Quote Originally Posted by Sef View Post
    Unfortunately, there are no instructions or readme or install files.
    I hope this means the extraction went well.

    What are the contents, if no install or readme file?

    Does the strife site give any hints in their faqs.
    Or do they just assume since you run linux you are a tech super genius?
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

Page 1 of 3 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •