# gnu-time を Homebrew, apk, apt, dnf, Nix, pacman, zypper, scoop でインストール

gnu-time のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gnu-time
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gnu-time
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add time
```

  証拠: Alpine Linux edge package indexes: time from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install time
```

  証拠: Debian stable package indexes: time from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install time
```

  証拠: Fedora Rawhide package metadata: time 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#time
```

  証拠: nixpkgs package indexes: pkgs/by-name/ti/time/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S time
```

  証拠: Arch Linux sync databases: time from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install time
```

  証拠: openSUSE Tumbleweed package metadata: time from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/time
```

  証拠: Scoop official bucket manifest trees: bucket/time.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:gnu-time
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gnu-time>
- **バージョン:** 1.10
- **ソース概要:** GNU implementation of time utility
- **ホームページ:** <https://www.gnu.org/software/time/>
- **上流ドキュメント:** <https://www.gnu.org/software/time/>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://ftpmirror.gnu.org/gnu/time/time-1.10.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- time (cli)
- time (エイリアス)

## インストール挙動

- post-install フック: 未定義
- 注意点: GNU "time" has been installed as "gtime". If you need to use it as "time", you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/gnu-time/libexec/gnubin:$PATH"
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.10
- ローカルデータ: OK
- 上流リポジトリ: https://www.gnu.org/software/time/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

GNU Time is the GNU Project implementation of the Unix time utility: it runs a command and reports resource use after the command exits. Its long-lived niche is not timing clocks in the abstract, but producing repeatable command-line measurements of elapsed time, CPU time, memory, page faults, I/O, context switches, and exit status.

### プロジェクトの歴史

The GNU manual carries copyright years beginning in 1991, and the GNU FTP archive records the 1.7 release in 1996, followed by later releases in the 1.x series. The program evolved around a compact Unix interface, adding GNU-style format strings, verbose output, output redirection, append mode, and POSIX-compatible output for scripts that need a stable three-line real/user/sys report.

GNU Time sits beside shell builtins named time, rather than replacing them everywhere. The manual explicitly notes how to run the external command when a shell reserves the word, preserving the GNU tool as a separately packaged utility for users who need its richer resource accounting.

### 採用の歴史

Package managers keep GNU Time available even on systems that already ship a shell or system time command, because the GNU implementation exposes a broader and more scriptable set of resource fields. In CLI culture it became the portable answer for benchmark logs that need more than wall-clock seconds.

### 使われ方

Practitioners use GNU Time by prefixing a command, selecting an output format with -f or TIME, writing measurements with -o, appending with -a, or asking for verbose resource reports with -v. Common uses include timing compilers, test suites, data pipelines, and one-off shell commands while keeping the measured program unchanged.

### パッケージ好きにとっての重要性

The package matters because it is small, predictable, and separate from shell syntax. That makes it useful in packaging recipes, benchmark harnesses, and CI scripts where the same command line should work outside a particular interactive shell.

### タイムライン

- 1991: GNU Time manual copyright begins.
- 1996: GNU FTP archive lists time 1.7.
- 2017: GNU FTP archive lists time 1.8 after a long quiet interval.
- 2026: GNU FTP archive lists time 1.10.

### Related projects

- Related tools include shell time keywords and builtins, POSIX time output, BSD getrusage-based accounting, and benchmark wrappers that consume command resource statistics.

### ソース

- <https://formulae.brew.sh/formula/gnu-time>
- <https://ftp.gnu.org/gnu/time/>
- <https://www.gnu.org/software/time/manual/time.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:** gnu-time
- **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 - time - 1.9-0.2: installed executable or alias match | Debian stable package indexes: time from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNU time program for measuring CPU resource usage | https://www.gnu.org/software/time
- Nix - time: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ti/time/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - time - 1.9-0.2build1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: time from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | GNU time program for measuring CPU resource usage | https://www.gnu.org/software/time
- apk - time - 1.10-r0: installed executable or alias match | Alpine Linux edge package indexes: time from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | utility to measure execution time | https://www.gnu.org/software/time/
- apk - time-doc - 1.10-r0: installed executable or alias match | Alpine Linux edge package indexes: time-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | utility to measure execution time (documentation) | https://www.gnu.org/software/time/
- dnf - time - 1.9-29.fc45: installed executable or alias match | Fedora Rawhide package metadata: time from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A GNU utility for monitoring a program's use of system resources | https://www.gnu.org/software/time/
- pacman - time - 1.10-1: installed executable or alias match | Arch Linux sync databases: time from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Utility for monitoring a program's use of system resources | https://www.gnu.org/software/time/
- zypper - time - 1.10-1.4: installed executable or alias match | openSUSE Tumbleweed package metadata: time from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Run Programs And Summarize System Resource Usage | https://www.gnu.org/software/time/
- Scoop - main/time: installed executable or alias match | Scoop official bucket manifest trees: bucket/time.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Matched curated package taxonomy and local package facts.
- [coreutils](https://pkg.so/ja/brew/coreutils/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [bash](https://pkg.so/ja/brew/bash/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [glibc](https://pkg.so/ja/brew/glibc/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [stress-ng](https://pkg.so/ja/brew/stress-ng/) - Shares pkgdb curated category or tags: benchmarking, cli, system.
- [bc](https://pkg.so/ja/brew/bc/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [stow](https://pkg.so/ja/brew/stow/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [gnu-which](https://pkg.so/ja/brew/gnu-which/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [findutils](https://pkg.so/ja/brew/findutils/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [gnu-tar](https://pkg.so/ja/brew/gnu-tar/) - Package names and metadata indicate a similar tool family. Shared terms: cli, gnu, system.

## Combined YAML source

View the package source record on GitHub. [combined/gnu-time.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gnu-time.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
