How to Install and Uninstall douceur Package on Kali Linux

Last updated: May 20,2024

1. Install "douceur" package

This guide covers the steps necessary to install douceur on Kali Linux

$ sudo apt update $ sudo apt install douceur

2. Uninstall "douceur" package

Here is a brief guide to show you how to uninstall douceur on Kali Linux:

$ sudo apt remove douceur $ sudo apt autoclean && sudo apt autoremove

3. Information about the douceur package on Kali Linux

Package: douceur
Source: golang-github-aymerick-douceur (0.2.0-3)
Version: 0.2.0-3+b9
Installed-Size: 3230
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1198240
SHA256: ebc0f84f762535a9b04b40a874c908b5dd117dbcfeb64b8e5788a76d5ba4611e
SHA1: 45d283eaa97cf415baca38195162f29802d1b1e4
MD5sum: b34c4954e3669dc6b31f49e4860bc227
Description: simple CSS parser and inliner in Go (program)
This package provides douceur, a simple CSS parser and HTML inliner.
.
Parser is vaguely inspired by CSS Syntax Module Level 3
(https://www.w3.org/TR/css-syntax-3/) and corresponding JS parser
(https://github.com/tabatkins/parse-css).
.
Inliner only parses CSS defined in HTML document; it DOES NOT fetch
external stylesheets (for now).
.
Parse a CSS file and display result:
$ douceur parse inputfile.css
.
Inline CSS in an HTML document and display result:
$ douceur inline inputfile.html
Description-md5:
Homepage: https://github.com/aymerick/douceur
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-andybalholm-cascadia (= 1.3.2-1), golang-github-gorilla-css (= 1.0.0-3), golang-github-puerkitobio-goquery (= 1.8.1-2), golang-golang-x-net (= 1:0.15.0-2)
Section: web
Priority: optional
Filename: pool/main/g/golang-github-aymerick-douceur/douceur_0.2.0-3+b9_amd64.deb