How to Install and Uninstall libghc-atomic-write-prof Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

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

This is a short guide on how to install libghc-atomic-write-prof on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the steps below to uninstall libghc-atomic-write-prof on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libghc-atomic-write-prof package on Ubuntu 21.10 (Impish Indri)

Package: libghc-atomic-write-prof
Architecture: amd64
Version: 0.2.0.7-2build1
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-adcc8
Depends: libghc-atomic-write-dev (= 0.2.0.7-2build1), libghc-base-prof-4.13.0.0-2f220, libghc-bytestring-prof-0.10.10.1-c40ee, libghc-directory-prof-1.3.6.0-49fdf, libghc-filepath-prof-1.4.2.1-103b6, libghc-temporary-prof-1.3-73fbc, libghc-text-prof-1.2.4.0-a7a6e, libghc-unix-compat-prof-0.5.2-0cbb9
Filename: pool/universe/h/haskell-atomic-write/libghc-atomic-write-prof_0.2.0.7-2build1_amd64.deb
Size: 27940
MD5sum: 8a376b13941c95490225ea071249c98b
SHA1: 0b6d141a7e74dcd08ee1578cfd0e93d829326525
SHA256: 9201e3f5555ce22ee4528f69569758157602bf9337a93c86d23dceb4095e3813
SHA512: 66512b732d42ea5657a3d44d6f67743090963940e0f05d4189ffaba595a1634fa230b55da6a2abdf1933b0da94696403926b73cf95c7d1a24fedaa3e05a0860e
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