HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

apkeep — Download APK files from various sources. More information: <https://github.com/EFForg/apkeep/blob/ma

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandvariousfilesapkeepfromclidownloadapk

Problem

How to use the apkeep command: Download APK files from various sources. More information: <https://github.com/EFForg/apkeep/blob/master/USAGE>.

Solution

apkeep — Download APK files from various sources. More information: <https://github.com/EFForg/apkeep/blob/master/USAGE>.

Download an APK file to the specified directory:
apkeep {{[-a|--app]}} {{com.example.application}} {{path/to/directory}}


List all available versions for download:
apkeep {{[-a|--app]}} {{com.example.application}} {{[-l|--list-versions]}} {{path/to/directory}}


Specify a store to download from:
apkeep {{[-a|--app]}} {{com.example.application}} {{[-d|--download-source]}} {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}

Code Snippets

Download an APK file to the specified directory

apkeep {{[-a|--app]}} {{com.example.application}} {{path/to/directory}}

List all available versions for download

apkeep {{[-a|--app]}} {{com.example.application}} {{[-l|--list-versions]}} {{path/to/directory}}

Specify a store to download from

apkeep {{[-a|--app]}} {{com.example.application}} {{[-d|--download-source]}} {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}

Context

tldr-pages: common/apkeep

Revisions (0)

No revisions yet.