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

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

Introduction

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

What is libmagickwand-6.q16-dev

libmagickwand-6.q16-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 (Q16).

Package: libmagickwand-6.q16-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: 2663 Provides: libmagickwand-6.defaultquantum-dev, libmagickwand-dev (= 8:6.9.10.23+dfsg-2.1ubuntu11) Pre-Depends: dpkg (>= 1.17.11) Depends: libmagickwand-6-headers (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickwand-6.q16-6 (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickcore-6.q16-6-extra (= 8:6.9.10.23+dfsg-2.1ubuntu11), libmagickcore-6.q16-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.q16-dev_6.9.10.23+dfsg-2.1ubuntu11_amd64.deb Size: 305484 MD5sum: 2f14295df7873da13f87351b24b7761a SHA1: 028d727bab656005d884d5d230e1562bbdc04f9c SHA256: 7c10e3a5cb38a5942b75cc4a0496eeed81a76378a2702ef9fb6d130a77591e7f Homepage: https://www.imagemagick.org/ Description-en: image manipulation library - development files (Q16) 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 (Q16).

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

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

Install libmagickwand-6.q16-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

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

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

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

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

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

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

Uninstall libmagickwand-6.q16-dev And Its Dependencies

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

Remove libmagickwand-6.q16-dev Configurations and Data

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

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

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

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

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

References

Summary

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