All Projects → termux → Termux Root Packages

termux / Termux Root Packages

Licence: other
Termux packages that are only usable by root users.

Programming Languages

shell
77523 projects

Termux root packages

Powered by JFrog Bintray

Last build status

This repository contains packages that are only useful for rooted users.

Contributing

Information on how to open pull requests to help keep the packages here up to date can be read in CONTRIBUTING.md

Building a package

To build a package, first clone termux-root-packages and cd into the new directory

git clone https://github.com/termux/termux-root-packages
cd termux-root-packages

If you want to build a package with the docker container run

./start-builder.sh ./build-package.sh name-of-package

You might have to run the command as root, if you have not configured docker to be run as your user.

To build outside the docker container you can run

git submodule update --init
./termux-packages/build-package.sh ../packages/package-to-build)

../ is needed since termux-packages/build-package.sh expects the path given (packages/package-to-build) to be relative to the position to the build-package.sh script.

Subscribing to the repository

To install packages from this repository, you first need to subscribe to it with:

pkg install root-repo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].