-
-
Notifications
You must be signed in to change notification settings - Fork 17
Uninstallation
djunekz edited this page Apr 10, 2026
·
2 revisions
How to remove Termux App Store from your device.
pip uninstall termux-app-store./tasctl uninstallbash uninstall.shrm -f $PREFIX/bin/termux-app-store
rm -rf $PREFIX/lib/.tas
sed -i '/termux-app-store/d' ~/.bashrc
sed -i '/termux-app-store/d' ~/.zshrc| Item | Removed? |
|---|---|
termux-app-store binary |
Yes |
$PREFIX/lib/.tas/ directory |
Yes |
| Shell aliases | Yes (if using tasctl) |
packages/ folder (local clone) |
No |
| Packages installed via TAS | No |
| Tools installed via TAS | No |
Packages and tools installed through TAS are standard Termux packages in $PREFIX. They are not affected by uninstalling TAS.
pip install termux-app-storeOr via script:
curl -fsSL https://raw.githubusercontent.com/djunekz/termux-app-store/main/install.sh | bashHome · Install · CLI · TUI · Upload Package · Issues · Sponsor
© 2026 Termux App Store · Maintained by @djunekz · MIT License