How To Install libmagickcore-6.q16hdri-dev on Ubuntu 20.04

In this tutorial we learn how to install libmagickcore-6.q16hdri-dev on Ubuntu 20.04. libmagickcore-6.q16hdri-dev is low-level image manipulation library - development files (Q16HDRI) low-level image manipulation library - development files (Q16HDRI)

Introduction

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

What is libmagickcore-6.q16hdri-dev

libmagickcore-6.q16hdri-dev is:

The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly.

This package includes header static libraries needed to compile programs using MagickCore.

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

Package: libmagickcore-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: 5074 Pre-Depends: dpkg (>= 1.17.11) Depends: libmagickcore-6-arch-config (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickcore-6.q16hdri-6 (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickcore-6.q16hdri-6-extra (= 8:6.9.10.23+dfsg-2.1ubuntu11), libbz2-dev, libdjvulibre-dev, libexif-dev, libfreetype6-dev, libjpeg-dev, liblcms2-dev, liblqr-1-0-dev, libltdl-dev, libopenexr-dev, libpng-dev, librsvg2-dev, libtiff-dev, libwmf-dev, libx11-dev, libxext-dev, libxml2-dev, libxt-dev, zlib1g-dev, pkg-config Breaks: libmagickcore-dev (« 8:6.8.3.10-1~) Replaces: libmagickcore-dev (« 8:6.8.3.10-1~) Filename: pool/universe/i/imagemagick/libmagickcore-6.q16hdri-dev_6.9.10.23+dfsg-2.1ubuntu11_amd64.deb Size: 978240 MD5sum: 3339881fb3df2e03dc1453e301d167e9 SHA1: 3abcf8ae8d1a0552a46683c9cdb662d2b2c424a6 SHA256: 98e30213b84574056d9bdf282d3274a57236919f9f7e9719a468b24bb2134709 Homepage: https://www.imagemagick.org/ Description-en: low-level image manipulation library - development files (Q16HDRI) The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly.

This package includes header static libraries needed to compile programs using MagickCore.

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

There are three methods to install libmagickcore-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 libmagickcore-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 libmagickcore-6.q16hdri-dev using apt-get by running the following command:

sudo apt-get -y install libmagickcore-6.q16hdri-dev

Install libmagickcore-6.q16hdri-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libmagickcore-6.q16hdri-dev

Install libmagickcore-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 libmagickcore-6.q16hdri-dev using aptitude by running the following command:

sudo aptitude -y install libmagickcore-6.q16hdri-dev

How To Uninstall libmagickcore-6.q16hdri-dev on Ubuntu 20.04

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

sudo apt-get remove libmagickcore-6.q16hdri-dev

Uninstall libmagickcore-6.q16hdri-dev And Its Dependencies

To uninstall libmagickcore-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 libmagickcore-6.q16hdri-dev

Remove libmagickcore-6.q16hdri-dev Configurations and Data

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

sudo apt-get -y purge libmagickcore-6.q16hdri-dev

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

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

sudo apt-get -y autoremove --purge libmagickcore-6.q16hdri-dev

References

Summary

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