Find the answer to your Linux question:
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?...
  1. #1
    Just 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?

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    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.

  3. #3
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    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/

Posting Permissions

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