How To Install phatch-doc on Debian 9

In this tutorial we learn how to install phatch-doc on Debian 9. phatch-doc is simple to use Photo Batch Processor - developer documentation

Introduction

In this tutorial we learn how to install phatch-doc on Debian 9.

What is phatch-doc

phatch-doc is:

Phatch handles all popular image formats and can duplicate (sub)folder hierarchies. It can batch resize, rotate, apply perspective, shadows, rounded corners, … and more in minutes instead of hours or days if you do it manually. Phatch allows you to use EXIF and IPTC tags for renaming and data stamping.

This package provides Phatch documentation for developers.

There are three methods to install phatch-doc on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install phatch-doc Using apt-get

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

sudo apt-get update

After updating apt database, We can install phatch-doc using apt-get by running the following command:

sudo apt-get -y install phatch-doc

Install phatch-doc Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install phatch-doc using apt by running the following command:

sudo apt -y install phatch-doc

Install phatch-doc 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 Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install phatch-doc using aptitude by running the following command:

sudo aptitude -y install phatch-doc

How To Uninstall phatch-doc on Debian 9

To uninstall only the phatch-doc package we can use the following command:

sudo apt-get remove phatch-doc

Uninstall phatch-doc And Its Dependencies

To uninstall phatch-doc and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove phatch-doc

Remove phatch-doc Configurations and Data

To remove phatch-doc configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge phatch-doc

Remove phatch-doc configuration, data, and all of its dependencies

We can use the following command to remove phatch-doc configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge phatch-doc

Dependencies

phatch-doc have the following dependencies:

References

Summary

In this tutorial we learn how to install phatch-doc package on Debian 9 using different package management tools: apt, apt-get and aptitude.