Termux is available in playstore. "Termux" search for and install.
Now open your terminal. It will look like below.
Execute termux-setup-storage (run apt update && apt upgrade to make sure that this tool is available) to ensure:
After opening termux need to install and subscribe your repository
If your using a rooted mobile use this command - pkg install root-repo
If your using non rooted mobile use this command - pkg install unstable-repo
Give access for everything
That permission to shared storage is granted to Termux when running on Android 6.0 or later,
That an app-private folder on external storage is created (if external storage exists),
That a folder $HOME/storage is created.
The contents of the created $HOME/storage folder are symlinks to different storage folders:
~/storage/shared
The root of the shared storage (i.e. /sdcard directory),
~/storage/downloads
The standard directory for downloads from e.g. the system browser,
~/storage/dcim
The traditional location for pictures and videos when mounting the device as a camera,
~/storage/pictures
Standard directory in which to place pictures that are available to the user,
~/storage/music
Standard directory in which to place any audio files that should be in the regular list of music for the user,
~/storage/movies
Standard directory in which to place movies that are available to the user,
~/storage/external
Symlink to a Termux-private folder on external storage (only if external storage is available).
For good effective usage of Termux use "Hackers keyboard" this is also in playstore.
You need update your termux after installing all of these.
This link will take you to mega there you can download the file for update your Termux.
Click download button for download the upadting file.
Use These commands to update your Termux after downloding the file.
Give these commands one by one on your terminal.
cd /storage/Download - This will take you to your download directory.
cp $HOME update.sh - This copy the file to home of your terminal.
chmod +x update.sh - This change file mode as executable.
./update.sh - This will start your update process.





No comments:
Post a Comment