pkg.soopen package index

brew / rank 6674

Install paps with Homebrew, apt, dnf, MacPorts, Nix, zypper

Pango to PostScript converter. Version 0.8.0 via Homebrew; verified 2026-09-11. Also installable with debian: sudo apt install libpaps-dev.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install paps

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install paps

MacPorts ports tree · print/paps/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install paps

Debian stable package indexes · paps · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install paps

Fedora Rawhide package metadata · paps · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#paps

nixpkgs package indexes · pkgs/by-name/pa/paps/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install paps

openSUSE Tumbleweed package metadata · paps · source: download.opensuse.org

overview

Package summary

Pango to PostScript converter

Commands and aliases

  • paps
  • src-to-paps

history

Project history and usage

paps is a command-line converter that uses Pango to turn UTF-8 text into PostScript or PDF, with support for internationalized text layout.

Project history

paps was written around 2005 to print plain UTF-8 text using Pango. Its name combines the first two letters of Pango with “ps” for PostScript.

The original implementation emitted bitmap fonts because Pango output could not then be translated simply into PostScript outlines. A later custom PostScript font-encoding approach produced resolution-independent output but caused very large PDFs and prevented text selection.

After Cairo and PangoCairo made idiomatic PostScript output practical, paps was rewritten around those libraries. The rewritten version was published on GitHub as version 0.7.0 in 2015.

Adoption history

paps has been packaged across Homebrew, Debian and Ubuntu, Fedora-family distributions, openSUSE, MacPorts, and Nix. That breadth reflects its role as a small, reusable bridge between Unicode-aware desktop text layout and traditional printing workflows.

How it is used

Users pass UTF-8 text to `paps` to produce PostScript or PDF suitable for printing or further conversion. Command help is available through `paps --help`, and fuller command documentation is installed as the `paps` man page.

Why package nerds care

paps is a classic glue utility: it exposes Pango's internationalized text shaping through a pipeline-friendly command and produces established print formats. Its long presence in several Unix package ecosystems makes it useful for scripts that need better Unicode handling than older plain-text-to-PostScript tools.

Timeline

  • c. 2005: paps was written to enable printing of UTF-8 plain-text files.
  • Early 2010s: Cairo and PangoCairo supplied a simpler modern rendering route.
  • 2015: The Cairo-based rewrite was released on GitHub as version 0.7.0.

Related projects

  • Pango provides internationalized text layout and shaping.
  • Cairo and PangoCairo provide the modern PostScript and PDF rendering path.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 5 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
papscliglobal executable
src-to-papscliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-09-19
manager version0.8.0
manager updated2026-09-11
local dataok
upstreamcurrent
latest detectedv0.8.0

https://github.com/dov/paps

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:paps
Version0.8.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/paps
Homepagehttps://github.com/dov/paps
Repositoryhttps://github.com/dov/paps
LicenseLGPL-2.0-or-later
Source archivehttps://github.com/dov/paps/archive/refs/tags/v0.8.0.tar.gz
Last updated2026-09-11T18:29:23Z
Pulseupdated
Dependenciescairo, fmt, gettext, glib, pango
Build dependenciesmeson, ninja, pkgconf
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namepaps
Version Scheme0
Revision3
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libpaps-dev 0.6.8-7.2

Development files for libpaps

http://paps.sourceforge.net/

sudo apt install libpaps-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: paps
  • 2 dependencies
  • normalized package name match
  • Matched by: Paps
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpaps-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libpaps0t64 0.6.8-7.2

UTF-8 to PostScript converter library using Pango

http://paps.sourceforge.net/

sudo apt install libpaps0t64
  • Section: libs
  • Architecture: amd64
  • Source Package: paps
  • 5 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Paps
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpaps0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

paps 0.6.8-7.2

UTF-8 to PostScript converter using Pango

http://paps.sourceforge.net/

sudo apt install paps
  • Section: text
  • Architecture: amd64
  • 5 dependencies
  • normalized package name match
  • Matched by: Paps
Debian stable package indexes · deb.debian.org · Debian stable package indexes: paps from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

paps

nix profile install nixpkgs#paps
  • normalized package name match
  • Matched by: Paps
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/pa/paps/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libpaps-dev 0.6.8-7.2build1

Development files for libpaps

http://paps.sourceforge.net/

sudo apt install libpaps-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: paps
  • 2 dependencies
  • normalized package name match
  • Matched by: Paps
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpaps-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libpaps0t64 0.6.8-7.2build1

UTF-8 to PostScript converter library using Pango

http://paps.sourceforge.net/

sudo apt install libpaps0t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: paps
  • 5 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Paps
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpaps0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

paps 0.6.8-7.2build1

UTF-8 to PostScript converter using Pango

http://paps.sourceforge.net/

sudo apt install paps
  • Section: universe/text
  • Architecture: amd64
  • 5 dependencies
  • normalized package name match
  • Matched by: Paps
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: paps from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

paps 0.8.0-19.fc45

Plain Text to PostScript converter

https://github.com/dov/paps

sudo dnf install paps
  • License: LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: paps
  • 13 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Paps
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: paps from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

texttopaps 0.8.0-19.fc45

CUPS filter based on paps

https://github.com/dov/paps

sudo dnf install texttopaps
  • License: LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: paps
  • 12 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Paps
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: texttopaps from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
zypper95%

paps 0.8.0-4.5

A text to postscript converter through pango

https://github.com/dov/paps

sudo zypper install paps
  • License: LGPL-2.0-only
  • Category: System/Base
  • Architecture: x86_64
  • Source Package: paps
  • 12 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Paps
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: paps from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
MacPorts95%

paps

sudo port install paps
  • normalized package name match
  • Matched by: Paps
MacPorts ports tree · api.github.com · MacPorts ports tree: print/paps/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation