< Home - < Back

lasi


Information about the package, lasi, which is shipped with common Linux distributions. The lasi package is designed for, C++ library for creating Postscript documents.


Package Name:

lasi

Summary:

C++ library for creating Postscript documents

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 accomodates 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.

Architecture:

x86_64

Version:

1.1.0

Release:

6.el6

Size:

43 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for lasi


Control the lasi package with the following handy commands outlined below.


Command

Description of Command

yum install lasi

This command will install lasi on the server.

yum remove lasi

This command will un-install lasi on the server. When you run this command, you will be asked if you are sure that you want to remove lasi, so you have to manually confirm that you want to do this.

yum -y remove lasi

This command will un-install lasi on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove lasi when using the -y flag.

yum update lasi

This command will update lasi to the latest version. When you run this command, you will be asked if you are sure that you want to remove lasi, so you have to manually confirm that you want to do this.

yum -y update lasi

This command will update lasi to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove lasi when using the -y flag.

yum info lasi

This command will show you core information about the lasi package.

yum deplist lasi

This command will show you the dependencies for lasi. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update lasi

This command will check if there is an update waiting on lasi. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.