# 使用 Homebrew, apk, apt, dnf, Nix, pacman, zypper, winget 安装 gnome-papers

查看 gnome-papers 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:gnome-papers
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gnome-papers
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add papers
```

  证据: Alpine Linux edge package indexes: papers from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install papers
```

  证据: Debian stable package indexes: papers from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install papers
```

  证据: Fedora Rawhide package metadata: papers from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#papers
```

  证据: nixpkgs package indexes: pkgs/by-name/pa/papers/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S papers
```

  证据: Arch Linux sync databases: papers from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install papers
```

  证据: openSUSE Tumbleweed package metadata: papers from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id DigitalScience.Papers -e
```

  证据: Windows Package Manager source index: DigitalScience.Papers from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:gnome-papers
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/gnome-papers>
- **版本:** 50.2
- **来源摘要:** Document viewer for PDF and other document formats aimed at the GNOME desktop
- **主页:** <https://apps.gnome.org/Papers/>
- **上游文档:** <https://apps.gnome.org/Papers/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://download.gnome.org/sources/papers/50/papers-50.2.tar.xz>
- **最后更新:** 2026-08-04T13:11:23+01:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- papers (cli)
- papers-previewer (cli)
- papers-thumbnailer (cli)
- papers (别名)
- papers-previewer (别名)
- papers-thumbnailer (别名)

## 依赖

- adwaita-icon-theme
- cairo
- djvulibre
- exempi
- gdk-pixbuf
- gettext
- glib
- graphene
- gtk4
- gtksourceview5
- harfbuzz
- hicolor-icon-theme
- libadwaita
- libarchive
- libspelling
- libtiff
- pango
- poppler

## 构建依赖

- blueprint-compiler
- desktop-file-utils
- gettext
- gobject-introspection
- itstool
- meson
- ninja
- pkgconf
- python@3.14
- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 50.2
- 管理器更新时间: 2026-08-04
- 本地数据: OK
- 上游仓库: https://apps.gnome.org/Papers/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Papers is GNOME's document viewer for PDF, DejaVu, TIFF, and comic-book archive formats. It continues the GNOME document-viewer lineage associated with Evince while moving the application to GTK 4, libadwaita, and a more adaptive interface.

### 项目历史

Papers began as a hard fork and rename of Evince during the effort to modernize GNOME's core document viewer. Pablo Gomez's GNOME blog post explains that the work grew from downstream mobile and sizing patches, GTK 4 porting work, and many merge requests around making the viewer adaptive and touch-friendly.

The repository preserves extensive Evince history and includes Evince news/security files alongside Papers-specific code. Its README describes Papers as a document viewer for multiple and single-page formats and points users to GNOME's welcome page and Flathub packaging.

### 采用历史

Papers' adoption is significant inside GNOME because it represents the document viewer moving with the broader platform transition to GTK 4 and libadwaita. Distribution packaging under names such as `papers` and `gnome-papers` followed that GNOME transition, while package managers kept the command-line helpers for previewing and thumbnailing.

### 使用方式

Practitioners use Papers to read, search, annotate, print, preview, and thumbnail documents on GNOME systems. Desktop users mostly launch the graphical app, while packagers care about the `papers`, `papers-previewer`, and `papers-thumbnailer` executables and the document libraries they expose.

### 为什么软件包爱好者会关心

For package nerds, Papers is a useful case study in desktop app succession: a GNOME core app keeps compatibility with a long document-viewer history while changing toolkit generation, app identity, library names, backends, and package naming. That makes it important for downstream transitions from Evince-era dependencies.

### 时间线

- 2005: Evince enters GNOME as the default document viewer lineage that Papers later inherits.
- 2022: GTK 4 and mobile-oriented work on Evince-related branches accelerates.
- 2024-01: Papers is submitted to GNOME Incubation as the renamed Evince fork.
- 2025: Papers packages appear broadly under GNOME distribution naming.

### Related projects

- Papers is related to Evince, Poppler, DjVuLibre, libarchive comic-book support, GTK 4, libadwaita, Nautilus thumbnailing, and GNOME's core application set.

### 来源

- <https://apps.gnome.org/Papers>
- <https://blogs.gnome.org/pabloyoyoista/2024/01/26/on-how-to-fork-a-gnome-core-app-without-meaning-to-do-so/>
- <https://github.com/GNOME/papers>
- <https://gitlab.gnome.org/GNOME/papers>
- <https://help.gnome.org/papers/index.html>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gnome-papers
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - gir1.2-papers-4.0 - 48.3-1: installed executable or alias match | Debian stable package indexes: gir1.2-papers-4.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GObject introspection data for the papers libraries | https://apps.gnome.org/Papers/
- Debian apt - libpapers-dev - 48.3-1: installed executable or alias match | Debian stable package indexes: libpapers-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Document (Comic Books, DjVu, PDF) rendering library - development files | https://apps.gnome.org/Papers/
- Debian apt - libpapers-doc - 48.3-1: installed executable or alias match | Debian stable package indexes: libpapers-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Document (Comic Books, DjVu, PDF) rendering library - documentation | https://apps.gnome.org/Papers/
- Debian apt - libppsdocument-4.0-5 - 48.3-1: installed executable or alias match | Debian stable package indexes: libppsdocument-4.0-5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Document (Comic Books, DjVu, PDF) rendering library | https://apps.gnome.org/Papers/
- Debian apt - libppsview-4.0-4 - 48.3-1: installed executable or alias match | Debian stable package indexes: libppsview-4.0-4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Document (Comic Books, DjVu, PDF) rendering library - GTK widgets | https://apps.gnome.org/Papers/
- Debian apt - papers - 48.3-1: installed executable or alias match | Debian stable package indexes: papers from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | PDF document viewer for GNOME | https://apps.gnome.org/Papers/
- Debian apt - papers-common - 48.3-1: installed executable or alias match | Debian stable package indexes: papers-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | PDF document viewer for GNOME - common files | https://apps.gnome.org/Papers/
- Nix - papers: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/pa/papers/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - papers - 50.2-r0: installed executable or alias match | Alpine Linux edge package indexes: papers from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | simple document viewer for GNOME desktop | https://apps.gnome.org/Papers/
- apk - papers-dev - 50.2-r0: installed executable or alias match | Alpine Linux edge package indexes: papers-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | simple document viewer for GNOME desktop (development files) | https://apps.gnome.org/Papers/
- apk - papers-doc - 50.2-r0: installed executable or alias match | Alpine Linux edge package indexes: papers-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | simple document viewer for GNOME desktop (documentation) | https://apps.gnome.org/Papers/
- apk - papers-lang - 50.2-r0: installed executable or alias match | Alpine Linux edge package indexes: papers-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package papers | https://apps.gnome.org/Papers/
- apk - papers-libs - 50.2-r0: installed executable or alias match | Alpine Linux edge package indexes: papers-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | simple document viewer for GNOME desktop (libraries) | https://apps.gnome.org/Papers/
- apk - papers-nautilus - 50.2-r0: installed executable or alias match | Alpine Linux edge package indexes: papers-nautilus from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | papers (Nautilus extension) | https://apps.gnome.org/Papers/
- dnf - papers - 49.7-5.fc45: installed executable or alias match | Fedora Rawhide package metadata: papers from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | View multipage documents | https://gitlab.gnome.org/GNOME/papers
- dnf - papers-devel - 49.7-5.fc45: installed executable or alias match | Fedora Rawhide package metadata: papers-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Support for developing backends for the Papers document viewer | https://gitlab.gnome.org/GNOME/papers


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/zh-hans/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [glib](https://pkg.so/zh-hans/brew/glib/) - Runtime dependency declared by Homebrew.
- [harfbuzz](https://pkg.so/zh-hans/brew/harfbuzz/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/zh-hans/brew/gettext/) - Runtime dependency declared by Homebrew.
- [libtiff](https://pkg.so/zh-hans/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [pango](https://pkg.so/zh-hans/brew/pango/) - Runtime dependency declared by Homebrew.
- [cairo](https://pkg.so/zh-hans/brew/cairo/) - Runtime dependency declared by Homebrew.
- [poppler](https://pkg.so/zh-hans/brew/poppler/) - Runtime dependency declared by Homebrew.
- [libarchive](https://pkg.so/zh-hans/brew/libarchive/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Build dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/zh-hans/brew/ninja/) - Build dependency declared by Homebrew.
- [evince](https://pkg.so/zh-hans/brew/evince/) - Shares pkgdb curated category or tags: cli, document-viewer, gnome, pdf, productivity.
- [gedit](https://pkg.so/zh-hans/brew/gedit/) - Shares pkgdb curated category or tags: cli, gnome, gtk, productivity.
- [bookokrat](https://pkg.so/zh-hans/brew/bookokrat/) - Shares pkgdb curated category or tags: cli, djvu, pdf, productivity.
- [pdfpc](https://pkg.so/zh-hans/brew/pdfpc/) - Shares pkgdb curated category or tags: cli, gtk, pdf, productivity.
- [fancy-cat](https://pkg.so/zh-hans/brew/fancy-cat/) - Shares pkgdb curated category or tags: cli, document-viewer, pdf, productivity.
- [pympress](https://pkg.so/zh-hans/brew/pympress/) - Shares pkgdb curated category or tags: cli, gtk, pdf, productivity.
- [enter-tex](https://pkg.so/zh-hans/brew/enter-tex/) - Shares pkgdb curated category or tags: cli, gnome, gtk, productivity.
- [gnome-recipes](https://pkg.so/zh-hans/brew/gnome-recipes/) - Shares pkgdb curated category or tags: cli, gnome, gtk, productivity.
- [homebank](https://pkg.so/zh-hans/brew/homebank/) - Local package facts share a topical domain. Shared terms: adwaita, adwaita-icon-theme, at, cairo, cli.

## Combined YAML source

View the package source record on GitHub. [combined/gnome-papers.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gnome-papers.yml)


## 来源

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