Skip to content

Run on Android using Termux

Aahnik Daw edited this page Oct 24, 2022 · 11 revisions

Hopefully, you have already read the README for a basic introduction to tgcf.

The Termux app in Android offers you a full-blown Linux terminal.

image

Install the latest version of Termux from Fdroid. Link

Install tgcf on termux

Just open your termux and run the following commands:

termux-info
pkg update
pkg upgrade
pkg install libjpeg-turbo python micro -y
pip install --upgrade pip wheel setuptools
pip install --upgrade tgcf
tgcf --version
tgcf --help

Testing

To test if tgcf was properly installed,

tgcf --version

It should output version no. and that should match with the version of the latest release.

Configure and run

Learn about

When you install tgcf using the above method, the text editor micro is also installed. You can use micro to edit text files.