How to Install and Uninstall libghc-atomic-write-doc Package on Kali Linux

Last updated: May 16,2024

1. Install "libghc-atomic-write-doc" package

Please follow the instructions below to install libghc-atomic-write-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-atomic-write-doc

2. Uninstall "libghc-atomic-write-doc" package

Please follow the guidance below to uninstall libghc-atomic-write-doc on Kali Linux:

$ sudo apt remove libghc-atomic-write-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-atomic-write-doc package on Kali Linux

Package: libghc-atomic-write-doc
Source: haskell-atomic-write
Version: 0.2.0.7-4
Installed-Size: 435
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-atomic-write-dev, libghc-unix-compat-doc, libjs-mathjax
Suggests: libghc-atomic-write-prof
Size: 47304
SHA256: fa82bef76d874c61d79601a7e8e041a86c80a9ea17b552d4f0438a5bd0716a2a
SHA1: d5cc33fab70de7a4215315ea0b814f2f799ce5fa
MD5sum: be4779279d87bdcafe93a2a891cd6f9c
Description: Atomically write to a file; documentation
Atomically write to a file on POSIX-compliant systems while preserving
permissions.
.
On most Unix systems, `mv` is an atomic operation. This makes it simple to
write to a file atomically just by using the mv operation. However, this will
destroy the permissions on the original file. This library does the following
to preserve permissions while atomically writing to a file:
.
* If an original file exists, take those permissions and apply them to the
temp file before `mv`ing the file into place.
.
* If the original file does not exist, create a following with default
permissions (based on the currently-active umask).
.
This way, when the file is `mv`'ed into place, the permissions will be the
ones held by the original file.
.
This library is based on similar implementations found in common libraries in
Ruby and Python.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/stackbuilders/atomic-write
Section: doc
Priority: optional
Filename: pool/main/h/haskell-atomic-write/libghc-atomic-write-doc_0.2.0.7-4_all.deb