How to Install and Uninstall hugs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "hugs" package

Please follow the instructions below to install hugs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install hugs

2. Uninstall "hugs" package

This tutorial shows how to uninstall hugs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove hugs $ sudo apt autoclean && sudo apt autoremove

3. Information about the hugs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: hugs
Priority: optional
Section: universe/interpreters
Installed-Size: 3488
Maintainer: Ubuntu Developers
Original-Maintainer: Isaac Jones
Architecture: amd64
Source: hugs98
Version: 98.200609.21-5.4
Replaces: hugs98
Provides: hugs98
Depends: libhugs-base, libhugs-haskell98, libc6 (>= 2.14), libreadline6 (>= 6.0)
Recommends: libhugs-alut, libhugs-cabal, libhugs-fgl, libhugs-glut, libhugs-haskell-src, libhugs-haxml, libhugs-hgl, libhugs-hunit, libhugs-mtl, libhugs-network, libhugs-openal, libhugs-opengl, libhugs-parsec, libhugs-quickcheck, libhugs-stm, libhugs-time, libhugs-unix, libhugs-x11, libhugs-xhtml
Suggests: haskell-mode, haskell-doc, cpphs
Conflicts: hugs98
Filename: pool/universe/h/hugs98/hugs_98.200609.21-5.4_amd64.deb
Size: 593398
MD5sum: 39e5c689cd5dbdd96071d5eb42d92bde
SHA1: dd20333eb8d353f5c19ca2af7468d2cb77f3559c
SHA256: 97b7569d68e27e124ee6ba9b6027866c90d73274bae6c8faac4ca5982782dc2d
Description-en: A Haskell 98 interpreter
Hugs is an interpreter for the non-strict, purely functional programming
language Haskell. This version of Hugs, Hugs 98, supports nearly all of
the Haskell 98 specification, as well as a number of extensions.
.
The Haskell language is described by documents in the haskell-doc
package. Other libraries are documented in the ghc6-doc package.
Description-md5: 2298afbd1c01627f864705c8897f2501
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu