# Installer gpredict avec Homebrew, apt, dnf, MacPorts, Nix, zypper, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gpredict pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gpredict
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gpredict
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:gpredict
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.5.2
- **Résumé source:** Real-time satellite tracking/prediction application
- **Page d'accueil:** <https://oz9aec.dk/gpredict/>
- **Dépôt:** <https://github.com/csete/gpredict>
- **Dernière mise à jour:** 2026-07-20T04:32:31Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gpredict (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.5.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
