How To Install pango-tests.x86_64 on Amazon Linux 2

In this tutorial we learn how to install pango-tests.x86_64 in Amazon Linux 2. pango-tests.x86_64 is Tests for the pango package

Introduction

In this tutorial we learn how to install pango-tests.x86_64 on Amazon Linux 2.

What is pango-tests.x86_64

The pango-tests package contains tests that can be used to verify the functionality of the installed pango package.

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

Install pango-tests.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 pango-tests.x86_64 using yum by running the following command:

sudo yum -y install pango-tests.x86_64

How To Uninstall pango-tests.x86_64 on Amazon Linux 2

To uninstall only the pango-tests.x86_64 package we can use the following command:

sudo yum remove pango-tests.x86_64

pango-tests.x86_64 Package Contents on Amazon Linux 2

/usr/libexec/installed-tests/pango
/usr/libexec/installed-tests/pango/GraphemeBreakTest.txt
/usr/libexec/installed-tests/pango/all-unicode.txt
/usr/libexec/installed-tests/pango/boundaries.utf8
/usr/libexec/installed-tests/pango/cxx-test
/usr/libexec/installed-tests/pango/layouts
/usr/libexec/installed-tests/pango/layouts/valid-1.expected
/usr/libexec/installed-tests/pango/layouts/valid-1.markup
/usr/libexec/installed-tests/pango/layouts/valid-2.expected
/usr/libexec/installed-tests/pango/layouts/valid-2.markup
/usr/libexec/installed-tests/pango/markup-parse
/usr/libexec/installed-tests/pango/markups
/usr/libexec/installed-tests/pango/markups/fail-1.expected
/usr/libexec/installed-tests/pango/markups/fail-1.markup
/usr/libexec/installed-tests/pango/markups/fail-2.expected
/usr/libexec/installed-tests/pango/markups/fail-2.markup
/usr/libexec/installed-tests/pango/markups/fail-3.expected
/usr/libexec/installed-tests/pango/markups/fail-3.markup
/usr/libexec/installed-tests/pango/markups/fail-4.expected
/usr/libexec/installed-tests/pango/markups/fail-4.markup
/usr/libexec/installed-tests/pango/markups/fail-5.expected
/usr/libexec/installed-tests/pango/markups/fail-5.markup
/usr/libexec/installed-tests/pango/markups/valid-1.expected
/usr/libexec/installed-tests/pango/markups/valid-1.markup
/usr/libexec/installed-tests/pango/markups/valid-2.expected
/usr/libexec/installed-tests/pango/markups/valid-2.markup
/usr/libexec/installed-tests/pango/markups/valid-3.expected
/usr/libexec/installed-tests/pango/markups/valid-3.markup
/usr/libexec/installed-tests/pango/markups/valid-4.expected
/usr/libexec/installed-tests/pango/markups/valid-4.markup
/usr/libexec/installed-tests/pango/markups/valid-5.expected
/usr/libexec/installed-tests/pango/markups/valid-5.markup
/usr/libexec/installed-tests/pango/markups/valid-6.expected
/usr/libexec/installed-tests/pango/markups/valid-6.markup
/usr/libexec/installed-tests/pango/markups/valid-7.expected
/usr/libexec/installed-tests/pango/markups/valid-7.markup
/usr/libexec/installed-tests/pango/markups/valid-8.expected
/usr/libexec/installed-tests/pango/markups/valid-8.markup
/usr/libexec/installed-tests/pango/markups/valid-9.expected
/usr/libexec/installed-tests/pango/markups/valid-9.markup
/usr/libexec/installed-tests/pango/test-font
/usr/libexec/installed-tests/pango/test-layout
/usr/libexec/installed-tests/pango/test-ot-tags
/usr/libexec/installed-tests/pango/test-pangocairo-threads
/usr/libexec/installed-tests/pango/testattributes
/usr/libexec/installed-tests/pango/testboundaries
/usr/libexec/installed-tests/pango/testboundaries_ucd
/usr/libexec/installed-tests/pango/testcolor
/usr/libexec/installed-tests/pango/testiter
/usr/libexec/installed-tests/pango/testscript
/usr/share/installed-tests
/usr/share/installed-tests/pango
/usr/share/installed-tests/pango/cxx-test.test
/usr/share/installed-tests/pango/markup-parse.test
/usr/share/installed-tests/pango/test-font.test
/usr/share/installed-tests/pango/test-layout.test
/usr/share/installed-tests/pango/test-ot-tags.test
/usr/share/installed-tests/pango/test-pangocairo-threads.test
/usr/share/installed-tests/pango/testattributes.test
/usr/share/installed-tests/pango/testboundaries.test
/usr/share/installed-tests/pango/testboundaries_ucd.test
/usr/share/installed-tests/pango/testcolor.test
/usr/share/installed-tests/pango/testiter.test
/usr/share/installed-tests/pango/testscript.test

References

Summary

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