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

Last updated: May 17,2024

1. Install "cimg-doc" package

This guide covers the steps necessary to install cimg-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cimg-doc

2. Uninstall "cimg-doc" package

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

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

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

Package: cimg-doc
Priority: optional
Section: universe/doc
Installed-Size: 12378
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Source: cimg
Version: 1.6.5+dfsg-1
Depends: libjs-jquery
Filename: pool/universe/c/cimg/cimg-doc_1.6.5+dfsg-1_all.deb
Size: 7767956
MD5sum: eaf09b4f0c10e41259c1a4f9cff34e0b
SHA1: 23effbc3329ec3b167f89f820a355e8b717d64ae
SHA256: 7dc2acd2f399b337d4f7f8c777cf060efe9649ac7d25bcc0d34ba6a7186d579f
Description-en: 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: 0eb6ff63cab3c330fa17dcf7a2d9b24e
Enhances: cimg-dev
Homepage: http://cimg.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu