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

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

Introduction

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

What is libmagickwand-6.q16hdri-dev

libmagickwand-6.q16hdri-dev is:

The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties.

This package the static libraries needed to compile programs using MagickWand.

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

Package: libmagickwand-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: 2657 Pre-Depends: dpkg (>= 1.17.11) Depends: libmagickwand-6-headers (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickwand-6.q16hdri-6 (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickcore-6.q16hdri-6-extra (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickcore-6.q16hdri-dev (= 8:6.9.10.23+dfsg-2.1ubuntu11), pkg-config Breaks: libmagickwand-dev (« 8:6.8.3.10-1~) Replaces: libmagickwand-dev (« 8:6.8.3.10-1~) Filename: pool/universe/i/imagemagick/libmagickwand-6.q16hdri-dev_6.9.10.23+dfsg-2.1ubuntu11_amd64.deb Size: 304928 MD5sum: a270fb6af7f95323aa93c6a983a30cff SHA1: 38bb16613114c0b7f45655b67122c579f854d6de SHA256: c928e631ac89db1df1ec894706b42095c750eed84c23777b9dec16c7281f2997 Homepage: https://www.imagemagick.org/ Description-en: image manipulation library - development files (Q16HDRI) The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties.

This package the static libraries needed to compile programs using MagickWand.

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

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

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

Install libmagickwand-6.q16hdri-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

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

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

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

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

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

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

Uninstall libmagickwand-6.q16hdri-dev And Its Dependencies

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

Remove libmagickwand-6.q16hdri-dev Configurations and Data

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

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

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

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

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

References

Summary

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