https://github.com/termux/glibc-packages
Glibc packages for termux (repository mirror)
https://github.com/termux/glibc-packages
glibc glibc-for-termux termux
Last synced: 17 days ago
JSON representation
Glibc packages for termux (repository mirror)
- Host: GitHub
- URL: https://github.com/termux/glibc-packages
- Owner: termux
- License: mit
- Created: 2023-05-20T11:18:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:55:51.000Z (6 months ago)
- Last Synced: 2024-10-29T20:57:34.220Z (6 months ago)
- Topics: glibc, glibc-for-termux, termux
- Language: Shell
- Homepage:
- Size: 593 KB
- Stars: 34
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Glibc packages for termux - git repo mirror



[](https://gitter.im/termux/termux)
[](https://discord.gg/HXpF69X)This is a mirror of the [termux-pacman/glibc-packages](https://github.com/termux-pacman/glibc-packages) repository in which packages are compiled in debian format and published to the Termux service.
To start using glibc packages, you need to install the `glibc-repo` package which will give you access to install them:
```
pkg install glibc-repo -y
```After this, you can install the `glibc-runner` package - this command simplifies working with the glibc environment:
```
pkg install glibc-runner -y
```Please note that due to the fact that this is a mirror, all actions described in [CONTRIBUTING.md](CONTRIBUTING.md) must be done in [termux-pacman/glibc-packages](https://github.com/termux-pacman/glibc-packages).