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

Last updated: May 06,2024

1. Install "haskell-mode" package

Please follow the step by step instructions below to install haskell-mode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install haskell-mode

2. Uninstall "haskell-mode" package

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

$ sudo apt remove haskell-mode $ sudo apt autoclean && sudo apt autoremove

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

Package: haskell-mode
Priority: optional
Section: universe/devel
Installed-Size: 786
Maintainer: Ubuntu Developers
Original-Maintainer: Petr Rockai
Architecture: all
Version: 13.14.2-1
Depends: emacs24 | emacs-snapshot | emacs
Recommends: ghc | hugs
Breaks: agda-mode (<< 2.3.2)
Filename: pool/universe/h/haskell-mode/haskell-mode_13.14.2-1_all.deb
Size: 147464
MD5sum: be0835dbed9402df61f1e3799a4788a9
SHA1: 5bd169e73c3382e08c923a4cbe9c99640214186e
SHA256: 8f4723fcc1f0a50bde551483b0352bdfccfb88ffad643af07ab4129e86807e50
Description-en: major mode for editing Haskell in Emacs
A major mode for editing Haskell (the functional
programming language) in Emacs.
.
Major features:
- syntax highlighting (font lock),
- automatic indentation,
- on-the-fly documentation,
- interaction with inferior ghci or hugs instance,
- scans declarations and places them in a menu.
Description-md5: 2f398cd5c22a0c541e396191b6b13d72
Homepage: https://github.com/haskell/haskell-mode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu