mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
255dd213a3
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
9 lines
480 B
Text
9 lines
480 B
Text
This library is for working with ".tar" archive files. It can read and
|
|
write a range of common variations of archive format including V7,
|
|
USTAR, POSIX and GNU formats. It provides support for packing and
|
|
unpacking portable archives. This makes it suitable for distribution
|
|
but not backup because details like file ownership and exact
|
|
permissions are not preserved.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|