How to Install and Uninstall lasi.i686 Package on Fedora 34

Last updated: October 07,2024

1. Install "lasi.i686" package

Learn how to install lasi.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install lasi.i686

2. Uninstall "lasi.i686" package

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

$ sudo dnf remove lasi.i686 $ sudo dnf autoremove

3. Information about the lasi.i686 package on Fedora 34

Last metadata expiration check: 4:44:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : lasi
Version : 1.1.3
Release : 6.fc34
Architecture : i686
Size : 58 k
Source : lasi-1.1.3-6.fc34.src.rpm
Repository : fedora
Summary : C++ library for creating Postscript documents
URL : http://www.unifont.org/lasi/
License : LGPLv2+
Description : LASi is a library written by Larry Siden that provides a C++ stream output
: interface ( with operator << ) for creating Postscript documents that can
: contain characters from any of the scripts and symbol blocks supported in
: Unicode and by Owen Taylor's Pango layout engine. The library accommodates
: right-to-left scripts such as Arabic and Hebrew as easily as left-to-right
: scripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such as
: Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by
: Pango and by the OpenType fonts installed on your system. All of this is
: provided without need for any special configuration or layout calculation on
: the programmer's part.
:
: Although the capability to produce Unicode-based multilingual Postscript
: documents exists in large Open Source application framework libraries such as
: GTK+, QT, and KDE, LASi was designed for projects which require the ability
: to produce Postscript independent of any one application framework.