How to Install and Uninstall perl-Pango Package on openSUSE Leap

Last updated: May 11,2024

1. Install "perl-Pango" package

This tutorial shows how to install perl-Pango on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Pango

2. Uninstall "perl-Pango" package

This tutorial shows how to uninstall perl-Pango on openSUSE Leap:

$ sudo zypper remove perl-Pango

3. Information about the perl-Pango package on openSUSE Leap

Information for package perl-Pango:
-----------------------------------
Repository : Main Repository
Name : perl-Pango
Version : 1.227-150400.1.10
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 443.9 KiB
Installed : No
Status : not installed
Source package : perl-Pango-1.227-150400.1.10.src
Upstream URL : https://metacpan.org/release/Pango
Summary : Layout and render international text
Description :
Pango is a library for laying out and rendering text, with an emphasis on
internationalization. Pango can be used anywhere that text layout is
needed, but using Pango in conjunction with L and/or L
provides a complete solution with high quality text handling and graphics
rendering.
Dynamically loaded modules handle text layout for particular
combinations of script and font backend. Pango provides a wide selection
of modules, including modules for Hebrew, Arabic, Hangul, Thai, and a
number of Indic scripts. Virtually all of the world's major scripts are
supported.
In addition to the low level layout rendering routines, Pango includes
Pango::Layout, a high level driver for laying out entire blocks of text,
and routines to assist in editing internationalized text.