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

Last updated: May 02,2024

1. Install "libghc-safe-dev" package

This is a short guide on how to install libghc-safe-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-safe-dev" package

In this section, we are going to explain the necessary steps to uninstall libghc-safe-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-safe-dev
Priority: extra
Section: universe/haskell
Installed-Size: 478
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-safe
Version: 0.3.9-3
Provides: libghc-safe-dev-0.3.9-e3aa4
Depends: libghc-base-dev-4.8.2.0-0d6d1, libc6 (>= 2.2.5)
Suggests: libghc-safe-doc, libghc-safe-prof
Filename: pool/universe/h/haskell-safe/libghc-safe-dev_0.3.9-3_amd64.deb
Size: 55344
MD5sum: a0f1bd59ef4a6487350ff378211d1c15
SHA1: d60d330ad29741a3c577d3228dfb8cb088dbbdb5
SHA256: 68791c843202991ba5a3175e4cd2060f3a55156c3bfdb80c4510afd284f9595c
Description-en: GHC Library for safe (pattern match free) functions
.
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 1bb380411da1d16e3150a00ac2ff9464
Homepage: https://github.com/ndmitchell/safe#readme
Ghc-Package: safe-0.3.9-e3aa437cf6afe091d2ac3ab91bc10ddd
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu