Skip to main content

xPack GNU realpath v9.8.0-1 released

· 3 min read

Version 9.8.0-1.1 is a new release; it follows the upstream release.

The xPack GNU realpath is a standalone cross-platform binary distribution of realpath, part of GNU Core Utilities.

There are separate binaries for macOS (x64 and arm64) and GNU/Linux (x64 and arm64).

Raspberry Pi

The main targets for the GNU/Linux Arm binaries are the Raspberry Pi class devices (aarch64 only; armv6 and armv7l are no longer supported).

Download

The binary files are available from GitHub Releases.

Prerequisites

  • x64 macOS: 11.0 or later
  • arm64 macOS: 11.0 or later
  • x64 GNU/Linux: any system with GLIBC 2.28 or higher (like Ubuntu 20 or later, Debian 10 or later, RedHat 8 or later, Fedora 29 or later, etc)
  • arm64 GNU/Linux: any system with GLIBC 2.28 or higher (like Raspberry Pi OS, Ubuntu 20 or later, Debian 10 or later, RedHat 8 or later, Fedora 29 or later, etc)

Install

The easiest way to install this specific version, is by using xpm:

xpm install @xpack-dev-tools/realpath@9.8.0-1.1 -verbose

Comprehensive instructions for installing xPack GNU realpath on different platforms can be found in the Install Guide.

Compliance

The xPack GNU realpath is based on the official sources.

The current version is based on:

  • version 9.8 from 22 Sep 2025.

Changes

Compared to the upstream version, there are no functional changes.

Bug fixes

  • none

Enhancements

  • none

Known problems

  • none

Documentation

The original documentation is available from the project web site:

Build

The binaries for all supported platforms (Windows, macOS and GNU/Linux) were built using the xPack Build Box (XBB), a set of build environments based on slightly older distributions, that should be compatible with most recent systems.

For the prerequisites and more details on the build procedure, please see the Maintainer Info page.

CI tests

Before publishing, a set of simple tests were performed on an exhaustive set of platforms. The results are available from:

Tests

TBD

Checksums

The SHA-256 hashes for the files are:

66b83d59cfafd72361a7867a2b0651336aa1f93de9699b74d26e306174f7121a
xpack-realpath-9.8.0-1-darwin-arm64.tar.gz

9a67c4f696a6bf18effdb75b60a1e89453db086ad331d3ab2ddcb3230f553bbd
xpack-realpath-9.8.0-1-darwin-x64.tar.gz

9f2d63a5ae20272eb34b8b4578135df9a78a61b918b3b5af19d0d70cd5c194f6
xpack-realpath-9.8.0-1-linux-arm64.tar.gz

3bfee68e47eb8659f72e21c26b3f40b9897d3a1dbd3bf659c280244387e16e7e
xpack-realpath-9.8.0-1-linux-x64.tar.gz

Folders hierarchy

After install, the package creates a hierarchy of folders like the following (only the first two depth levels are shown):

$ tree -L 2 ~/Library/xPacks/{{packageScopedName}}/9.8.0-1.1/.content/
/Users/ilg/Library/xPacks/{{packageScopedName}}/9.8.0-1.1/.content/
├── README.md
├── bin
│ ├── greadlink
│ └── grealpath
└── distro-info
└── licenses

4 directories, 3 files

Deprecation notices

GNU/Linux minimum requirements

The minimum requirement is GLIBC 2.28, available starting with Ubuntu 20, Debian 10 and RedHat 8. Support for RedHat 7 was dropped in 2022. Support for Ubuntu 18 was dropped in 2025.

32-bit support

Support for 32-bit x64 GNU/Linux and x64 Windows was dropped in 2022 and for 32-bit Arm GNU/Linux in 2025.

Pre-deprecation notice for x64 macOS

Apple has discontinued support for the x64 (Intel) architecture. GitHub will no longer support this architecture on macOS after the macOS 15 runner image is retired in November 2027; building and testing x64 macOS binaries will become more difficult, requiring a self-hosted runner, and cannot be guaranteed in the long term.

You should begin migrating your projects to arm64-based (Apple Silicon) binaries to prepare for this possible deprecation.

Analytics

Credit to Shields IO for the badges and to Somsubhra/github-release-stats for the individual file counters.