-
-
Notifications
You must be signed in to change notification settings - Fork 17
CLI Reference
djunekz edited this page Apr 10, 2026
·
2 revisions
Complete reference for all Termux App Store CLI commands.
termux-app-store [command] [arguments] [options]
Opens the interactive TUI.
termux-app-storeLists all packages available in the store.
termux-app-store listPackage status badges:
| Badge | Meaning |
|---|---|
NEW |
Released less than 7 days ago |
UPDATE |
A newer version is available |
INSTALLED |
Installed and up to date |
UNSUPPORTED |
A dependency is not available in Termux |
Shows full details for a package.
termux-app-store show baxterBuilds and installs a package from source.
termux-app-store install baxter
termux-app-store i baxterThe install process:
- Reads metadata from
build.sh - Resolves and installs dependencies via
apt-get - Downloads source from
TERMUX_PKG_SRCURL - Verifies SHA256 checksum
- Runs the build and install steps
- Streams live log output
Updates the package index from the repository.
termux-app-store updateRun this before upgrade to ensure the latest package data is available.
Upgrades all installed packages to their latest versions.
termux-app-store upgrade
termux-app-store upgrade baxterSearches packages by name or description.
termux-app-store search scanner
termux-app-store search "network tool"Uninstalls a package.
termux-app-store remove baxter
termux-app-store uninstall baxterShows the installed TAS version and checks for updates.
termux-app-store versionShows all available commands.
termux-app-store help
termux-app-store -h
termux-app-store --help| Option | Function |
|---|---|
-h, --help
|
Show help |
--version |
Show version |
-i <pkg> |
Install a package |
-l, -L
|
List packages |
-v |
Show version |
Home · Install · CLI · TUI · Upload Package · Issues · Sponsor
© 2026 Termux App Store · Maintained by @djunekz · MIT License