Find the answer to your Linux question:
Results 1 to 5 of 5
I installed Debian 4.0 via the netinstaller and am using XFCE. I have no graphical archiving manager. Code: uholtz@deb-etch:~$ cd Apps/ uholtz@deb-etch:~/Apps$ tar -jxvf pidgin-2.0.0.tar.bz2 tar: bzip2: Cannot exec: No ...
  1. #1
    Linux User netstrider's Avatar
    Join Date
    Jul 2005
    Location
    South Africa
    Posts
    474

    Can't extract tar.bz2

    I installed Debian 4.0 via the netinstaller and am using XFCE. I have no graphical archiving manager.

    Code:
    uholtz@deb-etch:~$ cd Apps/
    uholtz@deb-etch:~/Apps$ tar -jxvf pidgin-2.0.0.tar.bz2
    tar: bzip2: Cannot exec: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    How on earth can I fix this :o O_O

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    It looks like you don't have bzip2 installed.
    Code:
    apt-get install bzip2
    Stand up and be counted as a Linux user!

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    It seems like the file pidgin-2.0.0.tar.bz2 cannot be found in the Apps directory. Did you save it elsewhere?

  4. #4
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    I agree with zelmo. It appears that bzip isn't installed.
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  5. #5
    Linux User netstrider's Avatar
    Join Date
    Jul 2005
    Location
    South Africa
    Posts
    474
    Thanks, downloading bzip worked...never knew about it

Posting Permissions

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