mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
527 B
Markdown
17 lines
527 B
Markdown
![]() |
# apkeep
|
||
|
|
||
|
> Download APK files from various sources.
|
||
|
> More information: <https://github.com/EFForg/apkeep>.
|
||
|
|
||
|
- Download an APK file to the specified directory:
|
||
|
|
||
|
`apkeep --app {{com.example.application}} {{path/to/directory}}`
|
||
|
|
||
|
- List all available versions for download:
|
||
|
|
||
|
`apkeep --app {{com.example.application}} --list-versions {{path/to/directory}}`
|
||
|
|
||
|
- Specify a store to download from:
|
||
|
|
||
|
`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}`
|