How to Install and Uninstall pango.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "pango.x86_64" package

Please follow the steps below to install pango.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install pango.x86_64

2. Uninstall "pango.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pango.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove pango.x86_64 $ sudo dnf autoremove

3. Information about the pango.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:19:26 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : pango
Version : 1.48.7
Release : 3.el9
Architecture : x86_64
Size : 306 k
Source : pango-1.48.7-3.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : System for layout and rendering of internationalized text
URL : http://www.pango.org
License : LGPLv2+
Description : Pango is a library for laying out and rendering of text, with an emphasis
: on internationalization. Pango can be used anywhere that text layout is needed,
: though most of the work on Pango so far has been done in the context of the
: GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+.
:
: Pango is designed to be modular; the core Pango layout engine can be used
: with different font backends.
:
: The integration of Pango with Cairo provides a complete solution with high
: quality text handling and graphics rendering.