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

Last updated: May 03,2024

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

This is a short guide on how to install libghc-atomic-write-dev on Kali Linux

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

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

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

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

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

Package: libghc-atomic-write-dev
Source: haskell-atomic-write (0.2.0.7-4)
Version: 0.2.0.7-4+b1
Installed-Size: 348
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-atomic-write-dev-0.2.0.7-947d5
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-bytestring-dev-0.11.5.2-6590e, libghc-directory-dev-1.3.7.1-e5694, libghc-filepath-dev-1.4.2.2-290a6, libghc-temporary-dev-1.3-1ef8a, libghc-text-dev-2.0.2-0847e, libghc-unix-compat-dev-0.7-a2590, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 37176
SHA256: e437d5727f7836d21cf5ff919249c390146b33f9b93205d6b688d2e8bbce4e6b
SHA1: 3f61b31bba1da84ea81c13ea368fc55c04cc507b
MD5sum: 87de25631f089bfb0be4e8d2b1da5e2a
Description: Atomically write to a file
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 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
Ghc-Package: atomic-write-0.2.0.7-KFzKQlprgYr6ClpmCCf18I
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-atomic-write/libghc-atomic-write-dev_0.2.0.7-4+b1_amd64.deb