How to Install and Uninstall libcss-parser0 Package on Kali Linux

Last updated: May 14,2024

1. Install "libcss-parser0" package

Please follow the instructions below to install libcss-parser0 on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libcss-parser0 package on Kali Linux

Package: libcss-parser0
Source: htmlcxx
Version: 0.87-4
Installed-Size: 59
Maintainer: Ludovico Cavedon
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 16928
SHA256: f28657c772afa9d03ff493941f4797f1791291bcac815959f377475fb406b855
SHA1: 810e9d1c043a96491ae4749c8168708a7133c9ec
MD5sum: b38232514b420c0416ad8ea10dc762e4
Description: 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:
Multi-Arch: same
Homepage: http://htmlcxx.sourceforge.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/h/htmlcxx/libcss-parser0_0.87-4_amd64.deb