How to Install and Uninstall lasi.x86_64 Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "lasi.x86_64" package

This tutorial shows how to install lasi.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install lasi.x86_64

2. Uninstall "lasi.x86_64" package

Here is a brief guide to show you how to uninstall lasi.x86_64 on Oracle Linux 8:

$ sudo dnf remove lasi.x86_64 $ sudo dnf autoremove

3. Information about the lasi.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:42:23 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lasi
Version : 1.1.2
Release : 13.el8
Architecture : x86_64
Size : 50 k
Source : lasi-1.1.2-13.el8.src.rpm
Repository : epel
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.