How To Install libtiff-tools.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libtiff-tools.x86_64 in Amazon Linux 2. libtiff-tools.x86_64 is Command-line utility programs for manipulating TIFF files

Introduction

In this tutorial we learn how to install libtiff-tools.x86_64 on Amazon Linux 2.

What is libtiff-tools.x86_64

This package contains command-line programs for manipulating TIFF format image files using the libtiff library.

We can use yum to install libtiff-tools.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libtiff-tools.x86_64.

Install libtiff-tools.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libtiff-tools.x86_64 using yum by running the following command:

sudo yum -y install libtiff-tools.x86_64

How To Uninstall libtiff-tools.x86_64 on Amazon Linux 2

To uninstall only the libtiff-tools.x86_64 package we can use the following command:

sudo yum remove libtiff-tools.x86_64

libtiff-tools.x86_64 Package Contents on Amazon Linux 2

/usr/bin/bmp2tiff
/usr/bin/fax2ps
/usr/bin/fax2tiff
/usr/bin/gif2tiff
/usr/bin/pal2rgb
/usr/bin/ppm2tiff
/usr/bin/ras2tiff
/usr/bin/raw2tiff
/usr/bin/rgb2ycbcr
/usr/bin/thumbnail
/usr/bin/tiff2bw
/usr/bin/tiff2pdf
/usr/bin/tiff2ps
/usr/bin/tiff2rgba
/usr/bin/tiffcmp
/usr/bin/tiffcp
/usr/bin/tiffcrop
/usr/bin/tiffdither
/usr/bin/tiffdump
/usr/bin/tiffinfo
/usr/bin/tiffmedian
/usr/bin/tiffset
/usr/bin/tiffsplit
/usr/share/man/man1/bmp2tiff.1.gz
/usr/share/man/man1/fax2ps.1.gz
/usr/share/man/man1/fax2tiff.1.gz
/usr/share/man/man1/gif2tiff.1.gz
/usr/share/man/man1/pal2rgb.1.gz
/usr/share/man/man1/ppm2tiff.1.gz
/usr/share/man/man1/ras2tiff.1.gz
/usr/share/man/man1/raw2tiff.1.gz
/usr/share/man/man1/rgb2ycbcr.1.gz
/usr/share/man/man1/thumbnail.1.gz
/usr/share/man/man1/tiff2bw.1.gz
/usr/share/man/man1/tiff2pdf.1.gz
/usr/share/man/man1/tiff2ps.1.gz
/usr/share/man/man1/tiff2rgba.1.gz
/usr/share/man/man1/tiffcmp.1.gz
/usr/share/man/man1/tiffcp.1.gz
/usr/share/man/man1/tiffcrop.1.gz
/usr/share/man/man1/tiffdither.1.gz
/usr/share/man/man1/tiffdump.1.gz
/usr/share/man/man1/tiffinfo.1.gz
/usr/share/man/man1/tiffmedian.1.gz
/usr/share/man/man1/tiffset.1.gz
/usr/share/man/man1/tiffsplit.1.gz

References

Summary

In this tutorial we learn how to install libtiff-tools.x86_64 on Amazon Linux 2 using yum.