]> git.cworth.org Git - tar/blob - debian/README.Debian
fold in previous work on tar 1.20
[tar] / debian / README.Debian
1 The options -Z, --compress, and --uncompress all require that there be a
2 'compress' utility installed on the system.  If there is no compress installed
3 on your system, you will get errors if you try to use these options to tar.  
4
5 Unfortunately, the algorithm used by compress is encumbered, and therefore 
6 this utility is not part of Debian.
7
8 The gunzip package can uncompress a file created with compress, but gzip can
9 not create a file in 'compress' format.  Since the tar -Z option and friends
10 end up calling 'compress' or 'compress -d', support for these options is not
11 available in Debian.  However, at the time of this writing a package called 
12 'ncompress' exists in non-free, and you can install it if the license terms 
13 are acceptable to you.  
14
15 Alternatively, if you don't really care what the format of the resulting file
16 is, you could always create a 'compress' that is a symlink to gzip.  I refuse
17 to do that in either the tar or gzip packages, however, since what gzip creates
18 is a compressed file, but not a 'compress' format file...