How to Install and Uninstall gl2ps.i686 Package on Fedora 36

Last updated: September 30,2024

1. Install "gl2ps.i686" package

Here is a brief guide to show you how to install gl2ps.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install gl2ps.i686

2. Uninstall "gl2ps.i686" package

This guide covers the steps necessary to uninstall gl2ps.i686 on Fedora 36:

$ sudo dnf remove gl2ps.i686 $ sudo dnf autoremove

3. Information about the gl2ps.i686 package on Fedora 36

Last metadata expiration check: 4:24:10 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gl2ps
Version : 1.4.2
Release : 5.fc36
Architecture : i686
Size : 66 k
Source : gl2ps-1.4.2-5.fc36.src.rpm
Repository : fedora
Summary : An OpenGL to PostScript printing library
URL : http://www.geuz.org/gl2ps/
License : LGPLv2+ or GL2PS
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.