How to Install haskell-debian-utils in Ubuntu 18.04



Install haskell-debian-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install haskell-debian-utils

Description:

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

Homepage: https://github.com/ddssff/debian-haskell

Version: 3.93.2-1build1

Section: universe/devel