How to Install and Uninstall libghc-xss-sanitize-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libghc-xss-sanitize-dev" package

This is a short guide on how to install libghc-xss-sanitize-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-xss-sanitize-dev

2. Uninstall "libghc-xss-sanitize-dev" package

Please follow the guidance below to uninstall libghc-xss-sanitize-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-xss-sanitize-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-xss-sanitize-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-xss-sanitize-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1383
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-xss-sanitize
Version: 0.3.5.6-3build1
Provides: libghc-xss-sanitize-dev-0.3.5.6-e2c06
Depends: libghc-attoparsec-dev-0.13.0.1-13ee8, libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-css-text-dev-0.1.2.1-e53a0, libghc-network-uri-dev-2.6.0.3-49848, libghc-tagsoup-dev-0.13.6-346bc, libghc-text-dev-1.2.2.0-2c09c, libghc-utf8-string-dev-1.0.1.1-09f69, libc6 (>= 2.2.5)
Suggests: libghc-xss-sanitize-doc, libghc-xss-sanitize-prof
Filename: pool/universe/h/haskell-xss-sanitize/libghc-xss-sanitize-dev_0.3.5.6-3build1_amd64.deb
Size: 124474
MD5sum: 14297ee72dc1898eeb34e7cc8ff5c385
SHA1: bc914a6636853fafdc6aee51cd20bb2d31f6e821
SHA256: e6207ad3e98bb28969a24af58fb24b21535358841a582e67103c59815f753a7d
Description-en: Library to sanitize HTML and prevent XSS attacks
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
(Cross-Site Scripting). It can be used in a Web application when using
HTML code coming from an untrusted party.
.
Moreover, this library is also able to check for unbalanced tags and
tries to fix them (even though it could produce invalid HTML).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 3db851cf55d8ce06e5c4765ce4c68eaa
Homepage: http://github.com/yesodweb/haskell-xss-sanitize
Ghc-Package: xss-sanitize-0.3.5.6-e2c061d5642860101ede170107935fce
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu