How to Install and Uninstall cimg-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "cimg-dev" package

Please follow the instructions below to install cimg-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cimg-dev

2. Uninstall "cimg-dev" package

Please follow the step by step instructions below to uninstall cimg-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cimg-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cimg-dev
Priority: optional
Section: universe/math
Installed-Size: 4588
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Source: cimg
Version: 1.6.5+dfsg-1
Depends: libx11-dev, libxrandr-dev, libcv-dev
Suggests: xmedcon, lapack3-dev, cimg-doc, cimg-examples, libmagick++-dev, libfftw3-dev | fftw3-dev, libgimp2.0-dev, libhighgui-dev, libtiff5-dev, libtiffxx5
Filename: pool/universe/c/cimg/cimg-dev_1.6.5+dfsg-1_all.deb
Size: 397872
MD5sum: 1804f0db908ffd9c238d94db1a963709
SHA1: 8ce1c6b64e9f06f3c819988ed5901de8d58cd0a2
SHA256: 699bf4cbb2c4c018e558da34352fd96ba3d9942d49792779bfdff8a77390b29b
Description-en: 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: 56992994760615db1ad7152d046d81ae
Homepage: http://cimg.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu