# 使用 Homebrew, dnf, MacPorts, Nix, pacman, zypper, apt 安装 gnustep-base

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

## 安装

```sh
sudo av install brew:gnustep-base
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gnustep-base
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gnustep-base
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install gnustep-base
```

  证据: Fedora Rawhide package metadata: gnustep-base 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#gnustep-base
```

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

- pacman (92%):

```sh
sudo pacman -S gnustep-base
```

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

- zypper (92%):

```sh
sudo zypper install gnustep-base
```

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

- Debian apt (92%):

```sh
sudo apt install gnustep-base-common
```

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

## 软件包事实

- **软件包键:** brew:gnustep-base
- **软件包管理器:** Homebrew
- **版本:** 1.31.1
- **来源摘要:** Library of general-purpose, non-graphical Objective C objects
- **主页:** <https://www.gnustep.org/>
- **仓库:** <https://github.com/gnustep/libs-base>
- **最后更新:** 2026-06-22T14:03:37-07:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- HTMLLinker (别名)
- autogsdoc (别名)
- classes (别名)
- cvtenc (别名)
- defaults (别名)
- gdnc (别名)
- gdomap (别名)
- gspath (别名)
- make_strings (别名)
- pl (别名)
- pl2link (别名)
- pldes (别名)
- plget (别名)
- plmerge (别名)
- plparse (别名)
- plser (别名)
- plutil (别名)
- sfparse (别名)
- xmlparse (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

GNUstep Base is the non-graphical Foundation layer of GNUstep, the GNU implementation of the OpenStep object and application environment. It gives Objective-C programs a portable class library for strings, collections, files, processes, property lists, notifications, distributed objects, and other services that sit below a graphical application framework.

### 项目历史

GNUstep began as a free software implementation of the OpenStep APIs, preserving the NeXT/OpenStep programming model on Unix-like systems and other platforms. The Base library became the project's core runtime-facing library: the part needed by command-line tools, daemons, tests, and higher GNUstep frameworks before any GUI code enters the picture.

The library's repository history and documentation show a long-running Foundation implementation maintained apart from the graphical back end. It accumulated compatibility work for Objective-C runtimes, property-list formats, Unicode and encoding handling, networking, process control, and developer utilities such as defaults, plparse, plutil, autogsdoc, and gspath.

### 采用历史

GNUstep Base has been adopted mostly by developers who want the OpenStep or Cocoa-style Objective-C model outside Apple's platforms, along with GNUstep applications that depend on Foundation behavior. Its importance is less about mass end-user visibility and more about keeping an older but influential object system buildable through ordinary Unix package managers.

The package appears across Unix distributions because it is a common dependency for GNUstep applications and developer tools. It also serves portability work: code can use Foundation-style APIs without tying every build to a proprietary platform SDK.

### 使用方式

Practitioners use GNUstep Base as a library dependency for Objective-C software and as a toolbox for inspecting and manipulating GNUstep property lists, defaults, documentation, and path configuration. The installed commands are practical companions to the library rather than a single monolithic application.

Developers building GNUstep applications usually combine GNUstep Base with GNUstep Make, an Objective-C compiler/runtime, and, for graphical programs, GUI and back-end packages. For non-graphical Objective-C tools, Base alone supplies much of the Foundation-style environment.

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

GNUstep Base is a package-manager hinge for the GNUstep world. It brings Objective-C runtime concerns, Foundation compatibility, file layout conventions, and command-line developer utilities into one package, so a small formula or distribution package unlocks a larger OpenStep-derived ecosystem.

### 时间线

- 1990s: GNUstep formed around a free implementation of the OpenStep environment.
- 2000s: GNUstep Base matured as the Foundation-compatible non-graphical library used by GNUstep tools and applications.
- 2010s: Repository hosting and distribution packaging made GNUstep Base easier to consume as a standalone dependency.
- 2020s: The Base reference documentation and GitHub repository remained core entry points for developers.

### Related projects

- GNUstep Make provides the build system commonly paired with GNUstep Base.
- GNUstep GUI and back-end packages build graphical application support above Base.
- Objective-C runtimes such as libobjc2 are relevant to many GNUstep deployments.

### 来源

- <https://github.com/gnustep/libs-base>
- <https://www.gnustep.org/>
- <https://www.gnustep.org/resources/documentation>
- <https://www.gnustep.org/resources/documentation/Developer/Base/Reference/index.html>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

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

- Debian apt - gnustep-base-common - 1.31.1-3: normalized package name match | Debian stable package indexes: gnustep-base-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNUstep Base library - common files | http://gnustep.org
- Debian apt - gnustep-base-doc - 1.31.1-3: normalized package name match | Debian stable package indexes: gnustep-base-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for the GNUstep Base Library | http://gnustep.org
- Debian apt - gnustep-base-runtime - 1.31.1-3: normalized package name match | Debian stable package indexes: gnustep-base-runtime from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNUstep Base library - daemons and tools | http://gnustep.org
- Debian apt - libgnustep-base-dev - 1.31.1-3: normalized package name match | Debian stable package indexes: libgnustep-base-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNUstep Base header files and development libraries | http://gnustep.org
- Debian apt - libgnustep-base1.31 - 1.31.1-3: normalized package name match | Debian stable package indexes: libgnustep-base1.31 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNUstep Base library | http://gnustep.org
- Nix - gnustep-base: normalized package name match | nixpkgs package indexes: pkgs/by-name/gn/gnustep-base/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gnustep-base-common - 1.29.0-7ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: gnustep-base-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNUstep Base library - common files | http://gnustep.org
- Ubuntu apt - gnustep-base-doc - 1.29.0-7ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: gnustep-base-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for the GNUstep Base Library | http://gnustep.org
- Ubuntu apt - gnustep-base-runtime - 1.29.0-7ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: gnustep-base-runtime from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNUstep Base library - daemons and tools | http://gnustep.org
- Ubuntu apt - libgnustep-base-dev - 1.29.0-7ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: libgnustep-base-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNUstep Base header files and development libraries | http://gnustep.org
- Ubuntu apt - libgnustep-base1.29 - 1.29.0-7ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: libgnustep-base1.29 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNUstep Base library | http://gnustep.org
- dnf - gnustep-base - 1.31.0-10.fc45: normalized package name match | Fedora Rawhide package metadata: gnustep-base from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | GNUstep Base library package | https://www.gnustep.org/
- dnf - gnustep-base-devel - 1.31.0-10.fc45: normalized package name match | Fedora Rawhide package metadata: gnustep-base-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Header of the GNUstep Base library packes | https://www.gnustep.org/
- dnf - gnustep-base-doc - 1.31.0-10.fc45: normalized package name match | Fedora Rawhide package metadata: gnustep-base-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation for gnustep-base | https://www.gnustep.org/
- dnf - gnustep-base-libs - 1.31.0-10.fc45: normalized package name match | Fedora Rawhide package metadata: gnustep-base-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | GNUStep Base Libraries | https://www.gnustep.org/
- pacman - gnustep-base - 1.31.1-3: normalized package name match | Arch Linux sync databases: gnustep-base from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The GNUstep base package | http://www.gnustep.org/


## Combined YAML source

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