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

Last updated: May 07,2024

1. Install "cimg-dev" package

Learn how to install cimg-dev on Kali Linux

$ sudo apt update $ sudo apt install cimg-dev

2. Uninstall "cimg-dev" package

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

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

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

Package: cimg-dev
Source: cimg
Version: 3.2.1+dfsg-1
Installed-Size: 5414
Maintainer: Debian Science Maintainers
Architecture: all
Depends: libx11-dev, libxrandr-dev, libopencv-dev, libimath-dev
Recommends: libheif-dev, libcurl4-gnutls-dev | libcurl4-dev, libgraphicsmagick++1-dev | libmagick++-dev, libfftw3-dev | fftw3-dev
Suggests: xmedcon, lapack3-dev, cimg-doc, cimg-examples, libgimp2.0-dev, libtiff-dev
Size: 497612
SHA256: a37dc2c9a700ef7270f67e91cc1a531249017455e6e9c618cb277eae035fa2df
SHA1: 72fbaa0ed8cc683ad9e09742f661131ce60f4490
MD5sum: c3b2a1dc5daffe7e59ec7d7a0c5b1099
Description: powerful image processing 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.
Description-md5:
Homepage: http://cimg.sourceforge.net/
Tag: devel::library, implemented-in::c++, interface::graphical,
interface::x11, role::devel-lib, role::program, works-with::image,
works-with::image:raster, x11::application, x11::library
Section: math
Priority: optional
Filename: pool/main/c/cimg/cimg-dev_3.2.1+dfsg-1_all.deb