How to Install and Uninstall libcroco-tools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libcroco-tools" package

Please follow the step by step instructions below to install libcroco-tools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcroco-tools

2. Uninstall "libcroco-tools" package

This guide let you learn how to uninstall libcroco-tools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcroco-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcroco-tools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcroco-tools
Priority: optional
Section: universe/libs
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GNOME Maintainers
Architecture: amd64
Source: libcroco
Version: 0.6.11-1
Depends: libc6 (>= 2.4), libcroco3 (>= 0.6.2), libglib2.0-0 (>= 2.12.0), libxml2 (>= 2.7.4)
Filename: pool/universe/libc/libcroco/libcroco-tools_0.6.11-1_amd64.deb
Size: 8702
MD5sum: e6fee73ad0a09129be7983f9a615fccd
SHA1: 58b43a12dc140dfa337cb55f457611a6efb469c3
SHA256: 874ac8550d290f06b166faba880eb2364de12315a31c981b500dd786bcd6b7d5
Description-en: Cascading Style Sheet (CSS) parsing and manipulation toolkit - utils
Services provided by Libcroco
* A parser module that provides
o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
API which resembles SAX in the xml world.
o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
.
The libcroco parser implements the CSS Level 2 specification, the CSS
forward compatibility rules and the CSS cascading rules.
.
* A CSS2 selection engine
Given an xml element node (that obviously comes from an xml document) and
a stylesheet cascade, the Libcroco selection engine can evaluate the css
selectors of the cascade and return the style properties associated to
the xml element node.
.
Note that the xml manipulation toolkit used by the libcroco selection
engine at the moment is libxml2.
.
This package contains csslint, a standalone utility based on libcroco that
can be used for testing CSS correctness.
Description-md5: 3b53e0d91ec738c40047e8cd57c4fb5b
Multi-Arch: foreign
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu