How to Install and Uninstall perl-PostScript-Simple Package on openSUSE Leap

Last updated: July 02,2024

1. Install "perl-PostScript-Simple" package

Please follow the guidelines below to install perl-PostScript-Simple on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-PostScript-Simple

2. Uninstall "perl-PostScript-Simple" package

This guide covers the steps necessary to uninstall perl-PostScript-Simple on openSUSE Leap:

$ sudo zypper remove perl-PostScript-Simple

3. Information about the perl-PostScript-Simple package on openSUSE Leap

Information for package perl-PostScript-Simple:
-----------------------------------------------
Repository : Main Repository
Name : perl-PostScript-Simple
Version : 0.09-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 121.9 KiB
Installed : No
Status : not installed
Source package : perl-PostScript-Simple-0.09-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/PostScript-Simple/
Summary : Produce PostScript files from Perl
Description :
PostScript::Simple allows you to have a simple method of writing PostScript
files from Perl. It has graphics primitives that allow lines, curves,
circles, polygons and boxes to be drawn. Text can be added to the page
using standard PostScript fonts.
The images can be single page EPS files, or multipage PostScript files. The
image size can be set by using a recognised paper size ("'A4'", for
example) or by giving dimensions. The units used can be specified ("'mm'"
or "'in'", etc) and are the same as those used in TeX. The default unit is
a bp, or a PostScript point, unlike TeX.