unpacking a tar-file

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default unpacking a tar-file

    marco@Ubuntu:~$ sudo tar -zxvf firefox-1.5.0.4.tar.gz
    Password:
    tar: firefox-1.5.0.4.tar.gz: Kan niet open: Onbekend bestand of map
    tar: Fout is niet herstelbaar: er wordt nu afgesloten
    tar: Child returned status 2
    tar: Afsluitcode uitgesteld na eerdere fouten
    marco@Ubuntu:~$ cd /home/mneudorfer/Downloads
    marco@Ubuntu:~/Downloads$ sudo tar -xvf firefox-1.5.0.4.tar.gz

    After this command the tar file is being unpacked:

    firefox/
    firefox/.autoreg
    etc........until:
    firefox/updater
    firefox/readme.txt
    firefox/removed-files

    Then i must go wrong. This is what i did:

    marco@Ubuntu:~/Downloads$ ./configure
    bash: ./configure: Unknown file or folder

    Or:

    mnarco@Ubuntu:~/Downloads$ ./configure firefox
    bash: ./configure: Unknown file or folder

    What commands should i give now?

    Marco
    Marco Guest

  2. Similar Questions and Discussions

    1. #39304 [NEW]: Segmentation fault with list unpacking of string offset
      From: dave at ramenlabs dot com Operating system: Linux PHP version: 5CVS-2006-10-30 (CVS) PHP Bug Type: Reproducible crash...
    2. problem in binding xml file data to datagrid xml file isgenerated through JSP file
      problem it that i am creating xml file using JSP file and i want to bind DataGrid with xml file data that is created using JSP but it will not Bind...
    3. Error unpacking European Search Packverity_linux_eur.tar file
      Hi, I just downloaded the file verity_linux_eur.tar - European Search Pack (TAR, 60.21MB) and tried to unpack it with: tar -xvf...
    4. splitting / unpacking line into array
      I have an input file which has many subrecords. The subrecord type is denoted by the first 4 characters of the file. The rest of the line is...
    5. Confused about locking a file via file.flock(File::LOCK_EX)
      I am writing a ruby appl under AIX where I need to update the /etc/hosts table. I would like to make sure that during my update nobody else can...
  3. #2

    Default Re: unpacking a tar-file

    Marco wrote:
    >
    > After this command the tar file is being unpacked:
    >
    > firefox/
    > firefox/.autoreg
    > etc........until:
    > firefox/updater
    > firefox/readme.txt
    > firefox/removed-files
    >
    > Then i must go wrong. This is what i did:
    >
    > marco@Ubuntu:~/Downloads$ ./configure
    > bash: ./configure: Unknown file or folder
    >
    > Or:
    >
    > mnarco@Ubuntu:~/Downloads$ ./configure firefox
    > bash: ./configure: Unknown file or folder
    >
    > What commands should i give now?
    >
    > Marco
    Well you downloaded and untared the file so read the readme file.

    --
    "I never fail to convince an audience that the best thing they could do
    was to go away."
    I'm going back to windoze, too many dammed options with linux ;)
    -- Blumf
    Bud Guest

  4. #3

    Default Re: unpacking a tar-file

    Marco wrote:
    > marco@Ubuntu:~$ sudo tar -zxvf firefox-1.5.0.4.tar.gz
    > Password:
    > tar: firefox-1.5.0.4.tar.gz: Kan niet open: Onbekend bestand of map
    > tar: Fout is niet herstelbaar: er wordt nu afgesloten
    > tar: Child returned status 2
    > tar: Afsluitcode uitgesteld na eerdere fouten
    > marco@Ubuntu:~$ cd /home/mneudorfer/Downloads
    > marco@Ubuntu:~/Downloads$ sudo tar -xvf firefox-1.5.0.4.tar.gz
    >
    > After this command the tar file is being unpacked:
    >
    > firefox/
    > firefox/.autoreg
    > etc........until:
    > firefox/updater
    > firefox/readme.txt
    > firefox/removed-files
    >
    > Then i must go wrong. This is what i did:
    >
    > marco@Ubuntu:~/Downloads$ ./configure
    > bash: ./configure: Unknown file or folder
    >
    > Or:
    >
    > mnarco@Ubuntu:~/Downloads$ ./configure firefox
    > bash: ./configure: Unknown file or folder
    >
    > What commands should i give now?
    >
    > Marco
    Maybe this will help?
    [url]http://ubuntuforums.org/showthread.php?t=151179&highlight=firefox[/url]
    Clay Guest

  5. #4

    Default Re: unpacking a tar-file

    Clay schreef:
    > Marco wrote:
    >
    >> marco@Ubuntu:~$ sudo tar -zxvf firefox-1.5.0.4.tar.gz
    >> Password:
    >> tar: firefox-1.5.0.4.tar.gz: Kan niet open: Onbekend bestand of map
    >> tar: Fout is niet herstelbaar: er wordt nu afgesloten
    >> tar: Child returned status 2
    >> tar: Afsluitcode uitgesteld na eerdere fouten
    >> marco@Ubuntu:~$ cd /home/mneudorfer/Downloads
    >> marco@Ubuntu:~/Downloads$ sudo tar -xvf firefox-1.5.0.4.tar.gz
    >>
    >> After this command the tar file is being unpacked:
    >>
    >> firefox/
    >> firefox/.autoreg
    >> etc........until:
    >> firefox/updater
    >> firefox/readme.txt
    >> firefox/removed-files
    >>
    >> Then i must go wrong. This is what i did:
    >>
    >> marco@Ubuntu:~/Downloads$ ./configure
    >> bash: ./configure: Unknown file or folder
    >>
    >> Or:
    >>
    >> mnarco@Ubuntu:~/Downloads$ ./configure firefox
    >> bash: ./configure: Unknown file or folder
    >>
    >> What commands should i give now?
    >>
    >> Marco
    >
    >
    > Maybe this will help?
    > [url]http://ubuntuforums.org/showthread.php?t=151179&highlight=firefox[/url]
    That did help, but i still don't know what is wrong with the commands i
    gave. It seems nobody can answer that question since this is about the
    fourth time i'm asking it over the past few months.
    But thanks for the link. I've got firefox 1.5.0.3 installed now and it
    is much faster than the previous version!

    Marco
    Marco Guest

  6. #5

    Default Re: unpacking a tar-file

    Marco wrote:
    > Clay schreef:
    >> Marco wrote:
    >>
    >>> marco@Ubuntu:~$ sudo tar -zxvf firefox-1.5.0.4.tar.gz
    >>> Password:
    >>> tar: firefox-1.5.0.4.tar.gz: Kan niet open: Onbekend bestand of map
    >>> tar: Fout is niet herstelbaar: er wordt nu afgesloten
    >>> tar: Child returned status 2
    >>> tar: Afsluitcode uitgesteld na eerdere fouten
    >>> marco@Ubuntu:~$ cd /home/mneudorfer/Downloads
    >>> marco@Ubuntu:~/Downloads$ sudo tar -xvf firefox-1.5.0.4.tar.gz
    >>>
    >>> After this command the tar file is being unpacked:
    >>>
    >>> firefox/
    >>> firefox/.autoreg
    >>> etc........until:
    >>> firefox/updater
    >>> firefox/readme.txt
    >>> firefox/removed-files
    >>>
    >>> Then i must go wrong. This is what i did:
    >>>
    >>> marco@Ubuntu:~/Downloads$ ./configure
    >>> bash: ./configure: Unknown file or folder
    >>>
    >>> Or:
    >>>
    >>> mnarco@Ubuntu:~/Downloads$ ./configure firefox
    >>> bash: ./configure: Unknown file or folder
    >>>
    >>> What commands should i give now?
    >>>
    >>> Marco
    >>
    >>
    >> Maybe this will help?
    >> [url]http://ubuntuforums.org/showthread.php?t=151179&highlight=firefox[/url]
    >
    > That did help, but i still don't know what is wrong with the commands i
    > gave. It seems nobody can answer that question since this is about the
    > fourth time i'm asking it over the past few months.
    > But thanks for the link. I've got firefox 1.5.0.3 installed now and it
    > is much faster than the previous version!
    >
    > Marco
    there's a couple tweaks you can make it even faster if you're on broadband.
    [url]http://www.ubuntuforums.org/showthread.php?t=179540&highlight=firefox[/url]
    Clay Guest

  7. #6

    Default Re: unpacking a tar-file

    Marco wrote:
    > Clay schreef:
    >> Marco wrote:
    >>
    >>> marco@Ubuntu:~$ sudo tar -zxvf firefox-1.5.0.4.tar.gz
    >>> Password:
    >>> tar: firefox-1.5.0.4.tar.gz: Kan niet open: Onbekend bestand of map
    >>> tar: Fout is niet herstelbaar: er wordt nu afgesloten
    >>> tar: Child returned status 2
    >>> tar: Afsluitcode uitgesteld na eerdere fouten
    >>> marco@Ubuntu:~$ cd /home/mneudorfer/Downloads
    >>> marco@Ubuntu:~/Downloads$ sudo tar -xvf firefox-1.5.0.4.tar.gz
    >>>
    >>> After this command the tar file is being unpacked:
    >>>
    >>> firefox/
    >>> firefox/.autoreg
    >>> etc........until:
    >>> firefox/updater
    >>> firefox/readme.txt
    >>> firefox/removed-files
    >>>
    >>> Then i must go wrong. This is what i did:
    >>>
    >>> marco@Ubuntu:~/Downloads$ ./configure
    >>> bash: ./configure: Unknown file or folder
    >>>
    >>> Or:
    >>>
    >>> mnarco@Ubuntu:~/Downloads$ ./configure firefox
    >>> bash: ./configure: Unknown file or folder
    >>>
    >>> What commands should i give now?
    >>>
    >>> Marco
    >>
    >>
    >> Maybe this will help?
    >> [url]http://ubuntuforums.org/showthread.php?t=151179&highlight=firefox[/url]
    >
    > That did help, but i still don't know what is wrong with the commands i
    > gave. It seems nobody can answer that question since this is about the
    > fourth time i'm asking it over the past few months.
    OK, here's the answer:
    The "configure" script is INSIDE the "firefox" directory. So you downloaded
    the tar file in ~/Downloads and then unpacked it (as root - why?!), you
    then tried to run the "configure" script from ~/Downloads.

    You should change to the "firefox" directory BEFORE running the configure
    script, ie, "cd firefox ; ./configure".

    Here's some general tips for compiling ANYTHING from source (ie, tar ball):
    1. Download as a normal user (wget/curl/ftp etc)
    2. Unpack as a normal user (tar -zxvf <foo>.tgz.gz etc)
    3. Configure as a normal user (./configure)
    4. Compile as a normal user (make etc)
    5. Install as root (sudo make install, or sudo checkinstall)

    Have a look at the "checkinstall" package. It is a substitute for the "make
    install" step and generates a debian/ubuntu package. This makes management
    of stuff compiled from source MUCH easier.

    Hope this answers your question :)

    Cheers,

    James
    --
    BOFH excuse #387:
    Your computer's union contract is set to expire at midnight.

    Centurion Guest

  8. #7

    Default Re: unpacking a tar-file

    On Thu, 01 Jun 2006 20:29:14 +0200, Marco mumbled:
    > marco@Ubuntu:~$ sudo tar -zxvf firefox-1.5.0.4.tar.gz
    > Password:
    > tar: firefox-1.5.0.4.tar.gz: Kan niet open: Onbekend bestand of map
    > tar: Fout is niet herstelbaar: er wordt nu afgesloten
    > tar: Child returned status 2
    > tar: Afsluitcode uitgesteld na eerdere fouten
    > marco@Ubuntu:~$ cd /home/mneudorfer/Downloads
    > marco@Ubuntu:~/Downloads$ sudo tar -xvf firefox-1.5.0.4.tar.gz
    >
    > After this command the tar file is being unpacked:
    >
    > firefox/
    > firefox/.autoreg
    > etc........until:
    > firefox/updater
    > firefox/readme.txt
    > firefox/removed-files
    >
    > Then i must go wrong. This is what i did:
    >
    > marco@Ubuntu:~/Downloads$ ./configure
    > bash: ./configure: Unknown file or folder
    >
    > Or:
    >
    > mnarco@Ubuntu:~/Downloads$ ./configure firefox
    > bash: ./configure: Unknown file or folder
    >
    > What commands should i give now?
    >
    > Marco
    Remove the sudo from the initial tar and I reckon you can just run firefox
    from the directory just created?
    --
    Simon.
    ================================================== ===================
    "Back up my hard disk ? I can't find the reverse switch !"
    ================================================== ===================
    Simon Jones Guest

  9. #8

    Default Re: unpacking a tar-file

    Centurion schreef:
    > Marco wrote:
    >
    >
    >>Clay schreef:
    >>
    >>>Marco wrote:
    >>>
    >>>
    >>>>marco@Ubuntu:~$ sudo tar -zxvf firefox-1.5.0.4.tar.gz
    >>>>Password:
    >>>>tar: firefox-1.5.0.4.tar.gz: Kan niet open: Onbekend bestand of map
    >>>>tar: Fout is niet herstelbaar: er wordt nu afgesloten
    >>>>tar: Child returned status 2
    >>>>tar: Afsluitcode uitgesteld na eerdere fouten
    >>>>marco@Ubuntu:~$ cd /home/mneudorfer/Downloads
    >>>>marco@Ubuntu:~/Downloads$ sudo tar -xvf firefox-1.5.0.4.tar.gz
    >>>>
    >>>>After this command the tar file is being unpacked:
    >>>>
    >>>>firefox/
    >>>>firefox/.autoreg
    >>>>etc........until:
    >>>>firefox/updater
    >>>>firefox/readme.txt
    >>>>firefox/removed-files
    >>>>
    >>>>Then i must go wrong. This is what i did:
    >>>>
    >>>>marco@Ubuntu:~/Downloads$ ./configure
    >>>>bash: ./configure: Unknown file or folder
    >>>>
    >>>>Or:
    >>>>
    >>>>mnarco@Ubuntu:~/Downloads$ ./configure firefox
    >>>>bash: ./configure: Unknown file or folder
    >>>>
    >>>>What commands should i give now?
    >>>>
    >>>>Marco
    >>>
    >>>
    >>>Maybe this will help?
    >>>[url]http://ubuntuforums.org/showthread.php?t=151179&highlight=firefox[/url]
    >>
    >>That did help, but i still don't know what is wrong with the commands i
    >>gave. It seems nobody can answer that question since this is about the
    >>fourth time i'm asking it over the past few months.
    >
    >
    > OK, here's the answer:
    > The "configure" script is INSIDE the "firefox" directory. So you downloaded
    > the tar file in ~/Downloads and then unpacked it (as root - why?!), you
    > then tried to run the "configure" script from ~/Downloads.
    >
    > You should change to the "firefox" directory BEFORE running the configure
    > script, ie, "cd firefox ; ./configure".
    >
    > Here's some general tips for compiling ANYTHING from source (ie, tar ball):
    > 1. Download as a normal user (wget/curl/ftp etc)
    > 2. Unpack as a normal user (tar -zxvf <foo>.tgz.gz etc)
    > 3. Configure as a normal user (./configure)
    > 4. Compile as a normal user (make etc)
    > 5. Install as root (sudo make install, or sudo checkinstall)
    >
    > Have a look at the "checkinstall" package. It is a substitute for the "make
    > install" step and generates a debian/ubuntu package. This makes management
    > of stuff compiled from source MUCH easier.
    >
    > Hope this answers your question :)
    >
    > Cheers,
    >
    > James
    Now i know what i did wrong and how to do it right. Thanks very much!

    Marco
    Marco Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139