How to Install and Uninstall haskell-derive-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "haskell-derive-utils" package

This is a short guide on how to install haskell-derive-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install haskell-derive-utils

2. Uninstall "haskell-derive-utils" package

Please follow the steps below to uninstall haskell-derive-utils on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove haskell-derive-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the haskell-derive-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: haskell-derive-utils
Priority: extra
Section: universe/misc
Installed-Size: 13860
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-derive
Version: 2.5.23-1
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Filename: pool/universe/h/haskell-derive/haskell-derive-utils_2.5.23-1_amd64.deb
Size: 1711236
MD5sum: 2fe910a38b1afaabcb5b29969e66ca20
SHA1: 99edb37a58653de9807a3381f32c5bb2a6e4e9f2
SHA256: 550d21041fa3a06520ad3c67b158241c16f2920f1954b6d619e48d2d2072e3b6
Description-en: Deriving instances for data types in Haskell
Data.Derive is a library and a tool for deriving instances for Haskell
programs. It is designed to work with custom derivations, SYB and
Template Haskell mechanisms. The tool requires GHC, but the generated
code is portable to all compilers. This tool can be regarded as a
competitor to DrIFT.
Description-md5: c05fd8fd5e5606f6fedbc65d75dee338
Homepage: http://community.haskell.org/~ndm/derive/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu