< Home - < Back

gl2ps


Information about the package, gl2ps, which is shipped with common Linux distributions. The gl2ps package is designed for, An OpenGL to PostScript printing library.


Package Name:

gl2ps

Summary:

An OpenGL to PostScript printing library

Description:

GL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more... GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS) and Portable Document Format (PDF) files, as well as LaTeX files for the text fragments. Adding new vector output formats should be relatively easy (and amongst the formats we would be interested in adding, SVG is first in line). Meanwhile, you can use the excellent pstoedit program to transform the PostScript files generated by GL2PS into many other vector formats such as xfig, cgm, wmf, etc.

Architecture:

x86_64

Version:

1.3.5

Release:

1.el6

Size:

51 k

Repository:

epel

From Repository:

Licence:

LGPLv2+ or GL2PS



Handy Yum Commands for gl2ps


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


Command

Description of Command

yum install gl2ps

This command will install gl2ps on the server.

yum remove gl2ps

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

yum -y remove gl2ps

This command will un-install gl2ps 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 gl2ps when using the -y flag.

yum update gl2ps

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

yum -y update gl2ps

This command will update gl2ps 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 gl2ps when using the -y flag.

yum info gl2ps

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

yum deplist gl2ps

This command will show you the dependencies for gl2ps. 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 gl2ps

This command will check if there is an update waiting on gl2ps. 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.