# 使用 Homebrew, apt, dnf, MacPorts, Nix, zypper, winget 安装 gpredict

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

## 安装

```sh
sudo av install brew:gpredict
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gpredict
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gpredict
```

  证据: MacPorts ports tree: science/gpredict/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install gpredict
```

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

- dnf (92%):

```sh
sudo dnf install gpredict
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gpredict
```

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

- zypper (92%):

```sh
sudo zypper install gpredict
```

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

### Windows

- winget (92%):

```sh
winget install --id AlexandruCsete.Gpredict -e
```

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

## 软件包事实

- **软件包键:** brew:gpredict
- **软件包管理器:** Homebrew
- **版本:** 2.5.2
- **来源摘要:** Real-time satellite tracking/prediction application
- **主页:** <https://oz9aec.dk/gpredict/>
- **仓库:** <https://github.com/csete/gpredict>
- **最后更新:** 2026-07-20T04:32:31Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gpredict (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.5.2
## 项目历史与用法

Gpredict is a free real-time satellite tracking and orbit prediction application by Alexandru Csete and contributors. The official homepage describes tracking large numbers of satellites, displaying data in lists, tables, maps, and polar plots, predicting future passes, and organizing satellites into independently configured visualization modules.

Its core domain is amateur-radio and satellite operations: the README says it uses SGP4/SDP4 propagation algorithms with NORAD two-line element sets, supports many ground stations, predicts passes, and can control radios and antenna rotators through Hamlib daemons.

### 项目历史

The NEWS file traces Gpredict back to early 2000s releases. Version 0.2.0 in August 2001 abandoned a client/server interface and incorporated tracking code from Predict directly into the program; later 0.x releases added custom TLE files, pass prediction details, maps, GConf-based configuration, user TLE storage, and multi-view modules.

The project matured through GTK-based desktop releases: version 0.6.0 in 2006 introduced configurable modules combining map, list, polar, and single-satellite views; version 1.0 beta releases in 2008 and 2009 added radio Doppler tuning and rotator control through Hamlib; version 2.0 in 2017 began the GTK+ 3 transition and added SatNOGS transponder database import and multiple TLE sources.

The README records that the development environment migrated from SourceForge to GitHub, and the GitHub repository contains a long-lived C/GTK application with source, documentation, translations, Windows build files, and bundled satellite data.

### 采用历史

The input package-manager facts list Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, winget, and openSUSE packages. Homebrew packages Gpredict with desktop and ham-radio dependencies including GTK+ 3 and Hamlib.

Gpredict's adoption is tied to the ham-radio and satellite-observer communities rather than generic developer tooling. The official site links user support through the Libre Space Foundation community and GitHub Discussions, and its documentation points users to the manual and technical notes.

### 使用方式

Users configure ground stations and satellite modules, update TLE data, view satellite positions on maps or polar plots, and predict future passes. The README notes real-time, simulated real-time, and manual time control, plus detailed information in both live and non-live modes.

Radio workflows are a major differentiator: Gpredict can perform Doppler tuning through Hamlib rigctld and antenna-rotator control through Hamlib rotctld, making it useful at an operator station rather than only as a visualization tool.

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

Gpredict is a package-manager classic in the science/ham-radio corner: a desktop GUI with real operational dependencies, data files, translations, platform-specific build details, and a loyal technical audience.

For maintainers, it is interesting because it bridges scientific algorithms, GUI packaging, TLE/network data updates, and external hardware-control daemons. It also shows how a niche desktop application can survive across GTK transitions and repository migrations.

### 时间线

- 2001: Version 0.2.0 incorporated tracking code from Predict and added upcoming-pass prediction.
- 2003: Version 0.4.0 stored TLE files in the user's home directory and supported runtime updates.
- 2006: Version 0.6.0 introduced the configurable multi-view module design.
- 2008: Version 1.0 beta 1 added radio Doppler tuning and antenna rotator control through Hamlib daemons.
- 2017: Version 2.0 introduced the GTK+ 3 port, SatNOGS transponder import, multiple TLE sources, and improved controllers.
- 2018: Version 2.2 completed the GTK+ 3 migration.
- 2026: Version 2.5 and 2.5.1 release notes record GTK/Cairo drawing work, macOS backend handling, Windows fixes, and faster network TLE updates.

### Related projects

- Predict is historically related because Gpredict incorporated tracking code from it in the 0.2.0 era.
- Hamlib is operationally related through rigctld and rotctld radio and rotator control.
- SatNOGS is related through transponder data import.
- CelesTrak and NORAD TLE data are related data sources referenced by the project's tracking model and documentation.

### 来源

- <https://formulae.brew.sh/formula/gpredict>
- <https://github.com/csete/gpredict>
- <https://oz9aec.dk/gpredict/>
- <https://oz9aec.dk/gpredict/documents.php>
- <https://raw.githubusercontent.com/csete/gpredict/master/NEWS>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Debian apt - gpredict - 2.3-115-g0f3beb6-4: normalized package name match | Debian stable package indexes: gpredict from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Satellite tracking program | http://gpredict.oz9aec.net/
- Debian apt - gpredict-doc - 2.3-115-g0f3beb6-4: normalized package name match | Debian stable package indexes: gpredict-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Satellite tracking program - documentation | http://gpredict.oz9aec.net/
- Nix - gpredict: normalized package name match | nixpkgs package indexes: pkgs/by-name/gp/gpredict/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gpredict - 2.3-115-g0f3beb6-3build3: normalized package name match | Ubuntu 24.04 LTS package indexes: gpredict from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Satellite tracking program | http://gpredict.oz9aec.net/
- Ubuntu apt - gpredict-doc - 2.3-115-g0f3beb6-3build3: normalized package name match | Ubuntu 24.04 LTS package indexes: gpredict-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Satellite tracking program - documentation | http://gpredict.oz9aec.net/
- dnf - gpredict - 2.2.1-25.fc45: normalized package name match | Fedora Rawhide package metadata: gpredict from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Real-time satellite tracking and orbit prediction program | http://gpredict.oz9aec.net/
- zypper - gpredict - 2.5.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: gpredict from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Realtime satellite tracking and orbit prediction application | https://gpredict.oz9aec.net/
- zypper - gpredict-lang - 2.5.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: gpredict-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package gpredict | https://gpredict.oz9aec.net/
- MacPorts - gpredict: normalized package name match | MacPorts ports tree: science/gpredict/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - AlexandruCsete.Gpredict: normalized package name match | Windows Package Manager source index: AlexandruCsete.Gpredict from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## 来源

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