How to Install and Uninstall pango.i686 Package on Fedora 36

Last updated: October 05,2024

1. Install "pango.i686" package

This guide let you learn how to install pango.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install pango.i686

2. Uninstall "pango.i686" package

In this section, we are going to explain the necessary steps to uninstall pango.i686 on Fedora 36:

$ sudo dnf remove pango.i686 $ sudo dnf autoremove

3. Information about the pango.i686 package on Fedora 36

Last metadata expiration check: 3:19:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : pango
Version : 1.50.9
Release : 1.fc36
Architecture : i686
Size : 356 k
Source : pango-1.50.9-1.fc36.src.rpm
Repository : updates
Summary : System for layout and rendering of internationalized text
URL : https://pango.gnome.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.