How To Install libimage-magick-q16-perl on Ubuntu 20.04

In this tutorial we learn how to install libimage-magick-q16-perl on Ubuntu 20.04. libimage-magick-q16-perl is Perl interface to the ImageMagick graphics routines – Q16 version Perl interface to the ImageMagick graphics routines – Q16 version

Introduction

In this tutorial we learn how to install libimage-magick-q16-perl on Ubuntu 20.04.

What is libimage-magick-q16-perl

libimage-magick-q16-perl is:

PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts.

This version of libimage-magick is compiled for a channel depth of 16 bits (Q16).

This package provides the perl Image::Magick::Q16 class. Task: ubuntustudio-video, ubuntustudio-graphics

Package: libimage-magick-q16-perl Architecture: amd64 Version: 8:6.9.10.23+dfsg-2.1ubuntu11 Multi-Arch: allowed Priority: optional Section: universe/perl 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: 510 Provides: libimage-magick-defaultquantum-perl, perlmagick (= 8:6.9.10.23+dfsg-2.1ubuntu11) Pre-Depends: dpkg (>= 1.17.11) Depends: perl (>= 5.30.0-9build1), perlapi-5.30.0, libc6 (>= 2.7), libmagickcore-6.q16-6 (>= 8:6.9.10.2), libperl5.30 (>= 5.30.0) Suggests: imagemagick-doc Breaks: perlmagick (« 8:6.8.3.10-1~) Replaces: perlmagick (« 8:6.8.3.10-1~) Filename: pool/universe/i/imagemagick/libimage-magick-q16-perl_6.9.10.23+dfsg-2.1ubuntu11_amd64.deb Size: 98020 MD5sum: 8091303fbda87957ce8a11a94b7aad4c SHA1: 0de9c8bfbcb6695d29eca7bdfb83dbbcd3014944 SHA256: fd75d772f4419f6984298218ae67fcb2728c65996513f2505cfd7623ba7d550c Homepage: https://www.imagemagick.org/ Description-en: Perl interface to the ImageMagick graphics routines – Q16 version PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts.

This version of libimage-magick is compiled for a channel depth of 16 bits (Q16).

This package provides the perl Image::Magick::Q16 class. Task: ubuntustudio-video, ubuntustudio-graphics

There are three methods to install libimage-magick-q16-perl 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 libimage-magick-q16-perl Using apt-get

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

sudo apt-get update

After updating apt database, We can install libimage-magick-q16-perl using apt-get by running the following command:

sudo apt-get -y install libimage-magick-q16-perl

Install libimage-magick-q16-perl Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libimage-magick-q16-perl using apt by running the following command:

sudo apt -y install libimage-magick-q16-perl

Install libimage-magick-q16-perl 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 libimage-magick-q16-perl using aptitude by running the following command:

sudo aptitude -y install libimage-magick-q16-perl

How To Uninstall libimage-magick-q16-perl on Ubuntu 20.04

To uninstall only the libimage-magick-q16-perl package we can use the following command:

sudo apt-get remove libimage-magick-q16-perl

Uninstall libimage-magick-q16-perl And Its Dependencies

To uninstall libimage-magick-q16-perl and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libimage-magick-q16-perl

Remove libimage-magick-q16-perl Configurations and Data

To remove libimage-magick-q16-perl configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libimage-magick-q16-perl

Remove libimage-magick-q16-perl configuration, data, and all of its dependencies

We can use the following command to remove libimage-magick-q16-perl configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libimage-magick-q16-perl

References

Summary

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