OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
tar
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
AUTHORS
601 bytes
07/22/2016 07:37:45 PM
rw-r--r--
📄
NEWS.Debian.gz
357 bytes
07/21/2017 02:35:22 PM
rw-r--r--
📄
NEWS.gz
20.86 KB
07/22/2016 07:37:45 PM
rw-r--r--
📄
README.Debian
1.02 KB
07/21/2017 02:35:22 PM
rw-r--r--
📄
THANKS.gz
10.33 KB
07/22/2016 07:37:45 PM
rw-r--r--
📄
changelog.Debian.gz
1.46 KB
02/15/2023 02:55:10 PM
rw-r--r--
📄
copyright
1.45 KB
07/21/2017 02:35:22 PM
rw-r--r--
Editing: README.Debian
Close
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...