Results 1 to 3 of 3
Whenever i try and use
tar -jvzf gwt-linux-1.5.2.tar.bz2
i get a response:
tar: Conflicting compression options
any ideas?...
- 09-29-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 6
My problem
Whenever i try and use
tar -jvzf gwt-linux-1.5.2.tar.bz2
i get a response:
tar: Conflicting compression options
any ideas?
- 09-29-2008 #2
Please read the instruction manual you get with "man tar".
GZip and Bzip2 are two different compression methods and programs.Debian GNU/Linux -- You know you want it.
- 09-29-2008 #3
Yeah, it's in the manual, but in case you walk past the problem on your command line... j = bzip2 and z = gzip.
And you probably need to specify either x for extract or c for create.Linux user #126863 - see http://linuxcounter.net/


Reply With Quote