K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / doc / tar /
server ip : 104.21.89.46

your ip : 172.70.100.67

H O M E


Filename/usr/share/doc/tar/README.Debian
Size1.02 kb
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified04-Feb-2014 09:38
Last accessed06-Jul-2025 19:34
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
The options -Z, --compress, and --uncompress all require that there be a
'compress' utility installed on the system. If there is no compress installed
on your system, you will get errors if you try to use these options to tar.

Unfortunately, the algorithm used by compress is encumbered, and therefore
this utility is not part of Debian.

The gunzip package can uncompress a file created with compress, but gzip can
not create a file in 'compress' format. Since the tar -Z option and friends
end up calling 'compress' or 'compress -d', support for these options is not
available in Debian. However, at the time of this writing a package called
'ncompress' exists in non-free, and you can install it if the license terms
are acceptable to you.

Alternatively, if you don't really care what the format of the resulting file
is, you could always create a 'compress' that is a symlink to gzip. I refuse
to do that in either the tar or gzip packages, however, since what gzip creates
is a compressed file, but not a 'compress' format file...