How to Install and Uninstall libcss-parser0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 01,2024

1. Install "libcss-parser0" package

In this section, we are going to explain the necessary steps to install libcss-parser0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libcss-parser0

2. Uninstall "libcss-parser0" package

Here is a brief guide to show you how to uninstall libcss-parser0 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcss-parser0 package on Ubuntu 21.10 (Impish Indri)

Package: libcss-parser0
Architecture: amd64
Version: 0.87-1
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.87-1_amd64.deb
Size: 16736
MD5sum: cf97a800ca205c484b0a19266f934d8f
SHA1: 95c38f6330e38d6abf86018da43e32c4da58692e
SHA256: 5780b350a62fb5c5f0d728b13bfe44e8512daf1b8667ef08e663881ecad76bdb
SHA512: dd31d35af90a12137c8e127df7de163f5658c4b234b7b879dd8c821e4338518cd761ea9d365c91383c04d05ce60aca6167f5c4d646b5d5df6cefb64d5f1a2d25
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