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

Last updated: October 09,2024

1. Install "pango.i686" package

Please follow the guidelines below to install pango.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install pango.i686

2. Uninstall "pango.i686" package

This guide covers the steps necessary to uninstall pango.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove pango.i686 $ sudo dnf autoremove

3. Information about the pango.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:19:00 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : pango
Version : 1.42.4
Release : 8.el8
Architecture : i686
Size : 311 k
Source : pango-1.42.4-8.el8.src.rpm
Repository : ubi-8-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.