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

Last updated: May 18,2024

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

This guide covers the steps necessary to install libghc-atomic-write-prof on Ubuntu 20.10 (Groovy Gorilla)

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

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

Learn how to uninstall libghc-atomic-write-prof on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libghc-atomic-write-prof
Architecture: amd64
Version: 0.2.0.7-2
Priority: optional
Section: universe/haskell
Source: haskell-atomic-write
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 340
Provides: libghc-atomic-write-prof-0.2.0.7-a9b64
Depends: libghc-atomic-write-dev (= 0.2.0.7-2), libghc-base-prof-4.13.0.0-c9705, libghc-bytestring-prof-0.10.10.0-70a9a, libghc-directory-prof-1.3.6.0-a7edc, libghc-filepath-prof-1.4.2.1-251c0, libghc-temporary-prof-1.3-d0497, libghc-text-prof-1.2.4.0-455b7, libghc-unix-compat-prof-0.5.2-de043
Filename: pool/universe/h/haskell-atomic-write/libghc-atomic-write-prof_0.2.0.7-2_amd64.deb
Size: 27976
MD5sum: 30a0550537f046c783aa59ffbe380d21
SHA1: 8b5b6c707475b9bdd06bc419b249b66c4bc27fac
SHA256: bb2003e03f331edf646e740919da6d349a6d7a571a6f2a3bddea194db4b276c4
SHA512: 0a6f0740988d72c4452b4e3a99cda1b4381222bb7cb7968f3fdb7d9a7c24b70355d3897a662e035018897f637945e1a272c6762772d8c3e9b868d84cb9ac36f2
Homepage: https://github.com/stackbuilders/atomic-write
Description-en: Atomically write to a file; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 37dbb53e304319bef17548051e9006e4