How to Install and Uninstall libghc-safe-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libghc-safe-prof" package

Learn how to install libghc-safe-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-safe-prof

2. Uninstall "libghc-safe-prof" package

Please follow the guidelines below to uninstall libghc-safe-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-safe-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-safe-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-safe-prof
Priority: extra
Section: universe/haskell
Installed-Size: 387
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-safe
Version: 0.3.9-3
Provides: libghc-safe-prof-0.3.9-e3aa4
Depends: libghc-safe-dev (= 0.3.9-3), libghc-base-prof-4.8.2.0-0d6d1
Filename: pool/universe/h/haskell-safe/libghc-safe-prof_0.3.9-3_amd64.deb
Size: 45226
MD5sum: d66fe7386d0ee34676165558af66be23
SHA1: 51858df2b0c1f9cccd2abb44423e4e5ebbdbfd63
SHA256: f85c7e873200d329a4ea10d34ac6891238fae9a0d5a5a09c276bc74fd831fd62
Description-en: Profiling library for safe (pattern match free) functions; profiling libraries
.
Partial functions from the base library, such as head and !!, modified to
return more descriptive error messages, programmer defined error messages,
Maybe wrapped results and default values. These functions can be used to
reduce the number of unsafe pattern matches in your code.
.
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: 912192e6381ff3ce5bbaf83318076410
Homepage: https://github.com/ndmitchell/safe#readme
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu