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

Last updated: April 30,2024

1. Install "libcss-parser-pp0v5" package

Please follow the guidance below to install libcss-parser-pp0v5 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcss-parser-pp0v5

2. Uninstall "libcss-parser-pp0v5" package

Please follow the instructions below to uninstall libcss-parser-pp0v5 on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcss-parser-pp0v5 $ sudo apt autoclean && sudo apt autoremove

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

Package: libcss-parser-pp0v5
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: 64
Depends: libc6 (>= 2.14), libcss-parser0 (>= 0.83), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Breaks: libcss-parser-pp0 (<< 0.85-3.1~)
Replaces: libcss-parser-pp0 (<< 0.85-3.1~)
Filename: pool/universe/h/htmlcxx/libcss-parser-pp0v5_0.86-1.3build1_amd64.deb
Size: 16148
MD5sum: 567f95638147dc31a1cc0d4ee438a1d9
SHA1: f604365654bdeac4e433151222cdab37f54656b7
SHA256: 9f6400deb72c3bd6ba3629b6f8c5bf2664a24c68c8488223062b437e5d791884
SHA512: 5c6b416ae922f8fc068a39aa2f57d6da7a034bcaedb94393ec661994e742fc12478d75c1f50cf5bfe667e6a738c2d38bc53022b0fd66a3402f3c639efaa6c358
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: 4a1bdbd7b6c15e92339ec9b20f69edd6