How to Install and Uninstall libcss-parser0 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 30,2024

1. Install "libcss-parser0" package

This tutorial shows how to install libcss-parser0 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcss-parser0

2. Uninstall "libcss-parser0" package

This guide let you learn how to uninstall libcss-parser0 on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcss-parser0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcss-parser0 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcss-parser0
Architecture: amd64
Version: 0.86-1.3build1
Multi-Arch: same
Priority: extra
Section: universe/libs
Source: htmlcxx
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: libc6 (>= 2.14)
Filename: pool/universe/h/htmlcxx/libcss-parser0_0.86-1.3build1_amd64.deb
Size: 16296
MD5sum: da13f3d27956944edf8dc93bd4874b1c
SHA1: 1e86fdeccd345e76a6e7bea18c9152467e50a33d
SHA256: ca8c6afef16ce4d1dd017ce293e1644c86e4d05821499ece8365450f7073394b
SHA512: 2c4f67002979346a0605c33e8d53783f60e5e3a08555372b8dc8610d40402875c385945d7b821b75599721029309fe26400efeda1f078a9322fbfa5dca607bec
Homepage: http://htmlcxx.sourceforge.net/
Description-en: simple CSS1 parser library for C
htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
there are several other html parsers available, htmlcxx has some
characteristics that make it unique:
.
* STL like navigation of DOM tree, using excellent tree.hh library from
Kasper Peeters
* It is possible to reproduce exactly, character by character, the original
document from the parse tree
* Bundled CSS parser
* Optional parsing of attributes
* C++ code that looks like C++ (not so true anymore)
* Offsets of tags/elements in the original document are stored in the nodes
of the DOM tree
.
The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
(http://www.mozilla.org) behavior. So you should expect parse trees similar to
those create by Firefox. However, differently from Firefox, htmlcxx does not
insert non-existent stuff in your html. Therefore, serializing the DOM tree
gives exactly the same bytes contained in the original HTML document.
.
This package contains the C runtime library for CSS parsing.
Description-md5: 1e932a39f1e51b7fb0cdda7409d1dd0f