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

Last updated: May 20,2024

1. Install "cimg-examples" package

Learn how to install cimg-examples on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cimg-examples

2. Uninstall "cimg-examples" package

In this section, we are going to explain the necessary steps to uninstall cimg-examples on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cimg-examples
Priority: optional
Section: universe/doc
Installed-Size: 9932
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Source: cimg
Version: 1.6.5+dfsg-1
Recommends: cimg-dev, libmagick++-dev, libfftw3-dev | fftw3-dev, libgimp2.0-dev, libcv-dev, libhighgui-dev
Filename: pool/universe/c/cimg/cimg-examples_1.6.5+dfsg-1_all.deb
Size: 2045138
MD5sum: 4216400686b3dd5b43b00ea193f3c423
SHA1: af3f698cd3a138c6722b62816f96f259b658f982
SHA256: 8c0de45e15eb5288b6bf2d0d5f0ac5512cdfde58a878685ab6369fac5fcfc098
Description-en: 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: 989b46b47ea3715c1de4b95f9167ec8e
Enhances: cimg-dev, cimg-doc
Homepage: http://cimg.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu