pkg.soopen package index

brew / Rang 4201

progress mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für progress in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install progress

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install progress

MacPorts ports tree · sysutils/progress/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add progress

Alpine Linux edge package indexes · progress · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install progress

Debian stable package indexes · progress · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install progress

Fedora Rawhide package metadata · progress · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#progress

nixpkgs package indexes · pkgs/by-name/pr/progress/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S progress

Arch Linux sync databases · progress · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install progress

openSUSE Tumbleweed package metadata · progress · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Coreutils progress viewer

Befehle und Aliase

  • progress

Verlauf

Projektgeschichte und Nutzung

progress is a lightweight terminal tool that reports completion percentage, throughput, and estimated time for running file-processing commands such as cp, mv, dd, tar, gzip, and cat.

Projektgeschichte

The project was originally known as cv, short for Coreutils Viewer, and was later renamed progress. It was developed as a small C program that discovers running file-oriented commands and estimates their completion without requiring cooperation from those commands.

The implementation primarily scans Linux procfs for interesting commands, open file descriptors, and seek positions. The official documentation also describes FreeBSD and macOS support, with macOS using libproc.

Adoptionsgeschichte

The official README documents packages for Debian-family systems, Arch Linux, Fedora, openSUSE, Homebrew, and MacPorts. The supplied facts additionally record Alpine Linux, Nix, Ubuntu, and other distribution packaging.

This broad packaging lets users add progress reporting to familiar file utilities without replacing those utilities or changing the command that launched the operation.

Wie es verwendet wird

Running progress displays detectable operations once; monitoring options provide continuous or top-like views. Users can watch all relevant processes, filter by command, or attach monitoring to a particular process ID.

Warum Paket-Nerds sich dafür interessieren

progress exemplifies the Unix practice of observing an existing process instead of wrapping or modifying it. Package enthusiasts value its narrow purpose, tiny C implementation, and ability to retrofit visibility onto commands that historically offered little or no progress feedback.

Its rename from cv to progress is part of its packaging identity: the clearer name improved discoverability while preserving the project's role as a Coreutils Viewer.

Zeitleiste

  • Early project history: Released under the name cv, meaning Coreutils Viewer.
  • Later project history: Renamed progress after repeated user requests.
  • Present: Packaged across major Linux distributions and macOS package managers, with Linux, FreeBSD, and macOS support documented upstream.

Related projects

  • GNU coreutils
  • cp
  • mv
  • dd
  • pv
  • watch
  • procfs

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 10 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
progresscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-09-19
Manager-Version0.17
Manager aktualisiert2026-09-13
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.17

https://github.com/Xfennec/progress

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:progress
Version0.17
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/progress
Homepagehttps://github.com/Xfennec/progress
Repositoryhttps://github.com/Xfennec/progress
LizenzGPL-3.0-or-later
Quellarchivhttps://github.com/Xfennec/progress/archive/refs/tags/v0.17.tar.gz
Zuletzt aktualisiert2026-09-13T12:24:57Z
Pulseupdated
Build-Abhängigkeitenpkgconf
Von macOS bereitgestellte Bibliothekenncurses
Bottleverfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

progress 0.17-1

Coreutils Progress Viewer (formerly known as 'cv')

https://github.com/Xfennec/progress

sudo apt install progress
  • Section: utils
  • Architecture: amd64
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Progress
Debian stable package indexes · deb.debian.org · Debian stable package indexes: progress from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

progress

nix profile install nixpkgs#progress
  • normalized package name match
  • Abgeglichen nach: Progress
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/pr/progress/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

progress 0.17-1

Coreutils Progress Viewer (formerly known as 'cv')

https://github.com/Xfennec/progress

sudo apt install progress
  • Section: universe/utils
  • Architecture: amd64
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Progress
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: progress from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

progress 0.17-r3

Coreutils Progress Viewer

https://github.com/Xfennec/progress

sudo apk add progress
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: progress
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Progress
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: progress from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

progress-doc 0.17-r3

Coreutils Progress Viewer (documentation)

https://github.com/Xfennec/progress

sudo apk add progress-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: progress
  • normalized package name match
  • Abgeglichen nach: Progress
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: progress-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

progress-zsh-completion 0.17-r3

Zsh completions for progress

https://github.com/Xfennec/progress

sudo apk add progress-zsh-completion
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: progress
  • normalized package name match
  • Abgeglichen nach: Progress
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: progress-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

progress 0.17-7.fc45

Coreutils Viewer

https://github.com/Xfennec/progress

sudo dnf install progress
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: progress
  • 5 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Progress
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: progress from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
pacman95%

progress 0.17-2

Shows running coreutils basic commands and displays stats

https://github.com/Xfennec/progress

sudo pacman -S progress
  • License: GPL3
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Progress
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: progress from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

progress 0.17-1.9

Coreutils Viewer

https://github.com/Xfennec/progress

sudo zypper install progress
  • License: GPL-3.0-or-later
  • Category: System/Console
  • Architecture: x86_64
  • Source Package: progress
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Progress
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: progress from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

progress-zsh-completion 0.17-1.9

ZSH Completion for progress

https://github.com/Xfennec/progress

sudo zypper install progress-zsh-completion
  • License: GPL-3.0-or-later
  • Category: Development/Tools/Other
  • Architecture: noarch
  • Source Package: progress
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Progress
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: progress-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
MacPorts95%

progress

sudo port install progress
  • normalized package name match
  • Abgeglichen nach: Progress
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/progress/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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