How to Install and Uninstall cimg-doc Package on Kali Linux

Last updated: May 16,2024

1. Install "cimg-doc" package

This tutorial shows how to install cimg-doc on Kali Linux

$ sudo apt update $ sudo apt install cimg-doc

2. Uninstall "cimg-doc" package

This is a short guide on how to uninstall cimg-doc on Kali Linux:

$ sudo apt remove cimg-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the cimg-doc package on Kali Linux

Package: cimg-doc
Source: cimg
Version: 3.2.1+dfsg-1
Installed-Size: 12604
Maintainer: Debian Science Maintainers
Architecture: all
Depends: libjs-jquery
Enhances: cimg-dev
Size: 7905508
SHA256: 68b81b088f892ae9ddfa9cbc073e7ad078b794a22a7c393995bd04a14730f739
SHA1: 5d722430ff1fe9615cd08282a12f5114ddad240e
MD5sum: db672cab3cfb2ae0744c874915ec4e5f
Description: documentation of cimg-dev imaging library
The CImg Library is a C++ toolkit providing simple classes and functions
to load, save, process and display images in your own C++ code. It consists
only of a single header file CImg.h that must be included in your program
source. It contains useful image processing algorithms for loading/saving,
resizing/rotating, filtering, object drawing (text, lines, faces,
ellipses, ...), etc.
.
Images are instantiated by a class able to represent images up to 4-dimension
wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
template pixel types. It depends on a minimal number of libraries : you can
compile it with only standard C libraries. No need for exotic libraries and
complex dependencies.
.
This package contains the documentation.
Description-md5:
Multi-Arch: foreign
Homepage: http://cimg.sourceforge.net/
Tag: made-of::html, made-of::pdf, role::documentation
Section: doc
Priority: optional
Filename: pool/main/c/cimg/cimg-doc_3.2.1+dfsg-1_all.deb