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

Last updated: May 12,2024

1. Install "cimg-examples" package

Please follow the instructions below to install cimg-examples on Kali Linux

$ sudo apt update $ sudo apt install cimg-examples

2. Uninstall "cimg-examples" package

Please follow the step by step instructions below to uninstall cimg-examples on Kali Linux:

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

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

Package: cimg-examples
Source: cimg
Version: 3.2.1+dfsg-1
Installed-Size: 9622
Maintainer: Debian Science Maintainers
Architecture: all
Recommends: cimg-dev, libgraphicsmagick++1-dev | libmagick++-dev, libfftw3-dev | fftw3-dev, libgimp2.0-dev, libopencv-dev
Enhances: cimg-dev, cimg-doc
Size: 1980368
SHA256: 35e7cca321047041b70b079a543407e13411cac44367a9e023779eaf425cede3
SHA1: 00a4ae198824dd7083b8f4723bfcc738f89ac1f3
MD5sum: 82ca2e738274ad5fcd28cd01eb29cf16
Description: examples for 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 examples for the usage of the library.
Description-md5:
Multi-Arch: foreign
Homepage: http://cimg.sourceforge.net/
Tag: devel::examples, role::examples
Section: doc
Priority: optional
Filename: pool/main/c/cimg/cimg-examples_3.2.1+dfsg-1_all.deb