How to Install and Uninstall libghc-atomic-write-doc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: November 25,2024

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

Here is a brief guide to show you how to install libghc-atomic-write-doc on Ubuntu 21.04 (Hirsute Hippo)

$ 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 Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libghc-atomic-write-doc package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-atomic-write-doc
Architecture: all
Version: 0.2.0.7-2build1
Priority: optional
Section: universe/doc
Source: haskell-atomic-write
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 391
Depends: haddock-interface-35
Recommends: libjs-mathjax
Filename: pool/universe/h/haskell-atomic-write/libghc-atomic-write-doc_0.2.0.7-2build1_all.deb
Size: 34600
MD5sum: bea5555c6402e85e74975a1822fe3eb4
SHA1: a653579065ad2f20d6734b86d89d460ee29f081f
SHA256: 15cc06d7d0b7206e5367bc60e352e5f56c60f83078ed9c0e5bc3972602afd7cb
SHA512: 7d0742173d92f32ca169e1293669f850a890e904cfca1e4e2d47c5dd3da5f3ac6abac159aea0031e5d01fdbfcc37048a4fa41f3eab9279cabef14c533be13026
Homepage: https://github.com/stackbuilders/atomic-write
Description-en: 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: 51891c67cea1f2b49f1954ddbf8262e3