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

Last updated: March 28,2024

1. Install "haskell-debian-utils" package

This guide let you learn how to install haskell-debian-utils on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "haskell-debian-utils" package

This tutorial shows how to uninstall haskell-debian-utils on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: haskell-debian-utils
Priority: extra
Section: universe/devel
Installed-Size: 19397
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-debian
Version: 3.89-1build1
Depends: libbz2-1.0, libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10, zlib1g (>= 1:1.1.4)
Recommends: apt-file
Filename: pool/universe/h/haskell-debian/haskell-debian-utils_3.89-1build1_amd64.deb
Size: 2603846
MD5sum: cd1bd131fb26ec53e5ab7ef8ce271e63
SHA1: 70160a22fa650ff84764e390e1fd6da8bebd6760
SHA256: 818e3b04691f333f95537609cad29490c71daa4ef8bf5727d6d901abb9ce9187
Description-en: Various helpers to work with Debian packages
This package contains tools shipped with the Haskell library “debian”:
.
* fakechanges:
Sometimes you have the .debs, .dsc, .tar.gz, .diff.gz, etc from a package
build, but not the .changes file. This package lets you create a fake
.changes file in case you need one.
.
* debian-report:
Analyze Debian repositories and generate reports about their contents and
relations. For example, a list of all packages in a distribution that are
trumped by another distribution.
.
* apt-get-build-depends:
Tool which will parse the Build-Depends{-Indep} lines from debian/control
and apt-get install the required packages
Description-md5: a3d1346732d013adf53617ab02c4fd9b
Homepage: https://github.com/ddssff/debian-haskell
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu