How to Install and Uninstall libghc-atomic-write-doc Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

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

Learn how to install libghc-atomic-write-doc on Ubuntu 20.10 (Groovy Gorilla)

$ 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 20.10 (Groovy Gorilla):

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

3. Information about the libghc-atomic-write-doc package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-atomic-write-doc
Architecture: all
Version: 0.2.0.7-2
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: 397
Depends: haddock-interface-35
Recommends: libjs-mathjax
Filename: pool/universe/h/haskell-atomic-write/libghc-atomic-write-doc_0.2.0.7-2_all.deb
Size: 34560
MD5sum: e57f4086124f194514d86b16abeaf987
SHA1: ef5da01bca85cac708d21e1273d4bd00510f004d
SHA256: 68e3768ee0f9290afc5f644235bad7957b02034808debc0af601c9636da9f19f
SHA512: c32d0e61fcc03a984b894b9f5f15debf23a1e9664d1cd0c46bb94bb76e500bcd0673aa495d767e2ce82b03ec5860c804303f9a3e3403a25e9c74a29e75e76906
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