1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

apkeep: add page (#15366)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Managor 2024-12-29 11:46:34 +02:00 committed by GitHub
parent f35a489441
commit dc62726ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/common/apkeep.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`