How To Install libmagick++-6.q16hdri-dev on Ubuntu 20.04

In this tutorial we learn how to install libmagick++-6.q16hdri-dev on Ubuntu 20.04. libmagick++-6.q16hdri-dev is C++ interface to ImageMagick - development files (Q16HDRI) C++ interface to ImageMagick - development files (Q16HDRI)

Introduction

In this tutorial we learn how to install libmagick++-6.q16hdri-dev on Ubuntu 20.04.

What is libmagick++-6.q16hdri-dev

libmagick++-6.q16hdri-dev is:

The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application.

This package includes header files and static libraries needed to compile programs using Magick++.

This version of libmagick++-dev is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagick++-6.q16hdri-dev Architecture: amd64 Version: 8:6.9.10.23+dfsg-2.1ubuntu11 Multi-Arch: same Priority: optional Section: universe/libdevel Source: imagemagick Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: ImageMagick Packaging Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 1132 Pre-Depends: dpkg (>= 1.17.11) Depends: libmagick++-6-headers (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagick++-6.q16hdri-8 (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickcore-6.q16hdri-dev (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickwand-6.q16hdri-dev (= 8:6.9.10.23+dfsg-2.1ubuntu11), pkg-config Breaks: libmagick++-dev (« 8:6.8.3.10-1~) Replaces: libmagick++-dev (« 8:6.8.3.10-1~) Filename: pool/universe/i/imagemagick/libmagick++-6.q16hdri-dev_6.9.10.23+dfsg-2.1ubuntu11_amd64.deb Size: 127096 MD5sum: 4e5db7cc9bb46404d4fc4c8186248260 SHA1: 161529742c7b47bdfc592213df7ad56bf0672dbd SHA256: ded9730de43e7d4b7ece8dc9031d3f3004584fcc691d83aab08081c6541099d5 Homepage: https://www.imagemagick.org/ Description-en: C++ interface to ImageMagick - development files (Q16HDRI) The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application.

This package includes header files and static libraries needed to compile programs using Magick++.

This version of libmagick++-dev is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI).

There are three methods to install libmagick++-6.q16hdri-dev on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libmagick++-6.q16hdri-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libmagick++-6.q16hdri-dev using apt-get by running the following command:

sudo apt-get -y install libmagick++-6.q16hdri-dev

Install libmagick++-6.q16hdri-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libmagick++-6.q16hdri-dev using apt by running the following command:

sudo apt -y install libmagick++-6.q16hdri-dev

Install libmagick++-6.q16hdri-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libmagick++-6.q16hdri-dev using aptitude by running the following command:

sudo aptitude -y install libmagick++-6.q16hdri-dev

How To Uninstall libmagick++-6.q16hdri-dev on Ubuntu 20.04

To uninstall only the libmagick++-6.q16hdri-dev package we can use the following command:

sudo apt-get remove libmagick++-6.q16hdri-dev

Uninstall libmagick++-6.q16hdri-dev And Its Dependencies

To uninstall libmagick++-6.q16hdri-dev and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libmagick++-6.q16hdri-dev

Remove libmagick++-6.q16hdri-dev Configurations and Data

To remove libmagick++-6.q16hdri-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libmagick++-6.q16hdri-dev

Remove libmagick++-6.q16hdri-dev configuration, data, and all of its dependencies

We can use the following command to remove libmagick++-6.q16hdri-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libmagick++-6.q16hdri-dev

References

Summary

In this tutorial we learn how to install libmagick++-6.q16hdri-dev package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.