mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
10 lines
480 B
Text
10 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
|