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 ...
- 05-08-2007 #1
Can't extract tar.bz2
I installed Debian 4.0 via the netinstaller and am using XFCE. I have no graphical archiving manager.
How on earth can I fix this :o O_OCode: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
- 05-08-2007 #2
It looks like you don't have bzip2 installed.
Code:apt-get install bzip2
Stand up and be counted as a Linux user!
- 05-08-2007 #3
It seems like the file pidgin-2.0.0.tar.bz2 cannot be found in the Apps directory. Did you save it elsewhere?
- 05-09-2007 #4
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
- 05-09-2007 #5
Thanks, downloading bzip worked...never knew about it


Reply With Quote