Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When i run this tool in termux it says please install php #299

Open
vhaudhary112 opened this issue Nov 20, 2023 · 1 comment
Open

When i run this tool in termux it says please install php #299

vhaudhary112 opened this issue Nov 20, 2023 · 1 comment

Comments

@vhaudhary112
Copy link

~/Storm-Breaker $ apt install php
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php is already the newest version (8.2.8-2).
0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded.
~/Storm-Breaker $ python3 st.py
please install php

@allset56-dev
Copy link

To install PHP in Termux, you can follow these steps:

  1. Open Termux and type the following command to update the Termux packages:

pkg update && pkg upgrade

  1. After updating, install PHP by running the command:

pkg install php

  1. Wait for the installation process to complete. Once it's done, you will have PHP installed on your Termux.

Please note that Termux is an Android terminal emulator and Linux environment app, so you can use it to run PHP scripts on your Android device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants