How to Install and Uninstall gl2ps.x86_64 Package on Fedora 35

Last updated: October 02,2024

1. Install "gl2ps.x86_64" package

Please follow the step by step instructions below to install gl2ps.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gl2ps.x86_64

2. Uninstall "gl2ps.x86_64" package

This guide let you learn how to uninstall gl2ps.x86_64 on Fedora 35:

$ sudo dnf remove gl2ps.x86_64 $ sudo dnf autoremove

3. Information about the gl2ps.x86_64 package on Fedora 35

Last metadata expiration check: 4:52:02 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : gl2ps
Version : 1.4.2
Release : 4.fc35
Architecture : x86_64
Size : 64 k
Source : gl2ps-1.4.2-4.fc35.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.