How To Install libimage-magick-perl on Ubuntu 20.04

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

Introduction

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

What is libimage-magick-perl

libimage-magick-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 is the compatibility (wrapper) perlmagick package that use the default channel depth.

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

Package: libimage-magick-perl Architecture: all 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: 98 Provides: perlmagick Pre-Depends: dpkg (>= 1.15.7.2) Depends: perl:any, imagemagick-6-common (= 8:6.9.10.23+dfsg-2.1ubuntu11), libimage-magick-q16-perl 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-perl_6.9.10.23+dfsg-2.1ubuntu11_all.deb Size: 52884 MD5sum: ee11a289e9942ae711d596fb3ba70282 SHA1: 94f84a0fd7398cf242c3caa000f8c4fd54afc5e4 SHA256: c02890cbaa54f92c98a153dc9626bd8a8b542e2f505813aa47e188128e5a4578 Homepage: https://www.imagemagick.org/ Description-en: Perl interface to the ImageMagick graphics routines 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 is the compatibility (wrapper) perlmagick package that use the default channel depth.

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

There are three methods to install libimage-magick-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-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-perl using apt-get by running the following command:

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

Install libimage-magick-perl Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libimage-magick-perl

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

sudo aptitude -y install libimage-magick-perl

How To Uninstall libimage-magick-perl on Ubuntu 20.04

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

sudo apt-get remove libimage-magick-perl

Uninstall libimage-magick-perl And Its Dependencies

To uninstall libimage-magick-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-perl

Remove libimage-magick-perl Configurations and Data

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

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

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

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

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

References

Summary

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