Skip to content
Ivan Max edited this page Aug 30, 2023 · 6 revisions

The glibc-packages repository stores the sources for compiling a package and also compiles those packages based on Glibc for Termux.

Steps to install glibc packages

Note: at the moment only the gpkg-dev repo is accessible, the gpkg repo is under development and is not available for use.

Installing and configuring pacman

Note: this step is required if you are using apt as your primary package manager.

pkg install pacman
pacman-key --init
pacman-key --populate
pacman -Syu

Installing glibc packages

pacman -S gpkg-dev

Usage

After installing glibc, you will have access to the grun (glibc-runner) command, read more about the command here.

Helpful information:

Clone this wiki locally