Termux Package Manager TUI
paste code in terminal and run it
nano ./bin/tpm
bash ./bin/tpm
Termux uses bash by default, so aliases go into ~/.bashrc.
- Open the .bashrc file
nano ~/.bashrc
- Add your alias
alias tpm='bash ~/bin/tpm'
- Save and exit In nano:
CTRL + O to save
CTRL + X to exit
- Reload the configuration
source ~/.bashrc
- Use your alias
tpm