LinuxCommandLibrary

fdroidcl

F-Droid CLI client.

TLDR

Fetch the F-Droid index

$ fdroidcl update
copy


Display info about an app
$ fdroidcl show [app_id]
copy


Download an APK file
$ fdroidcl download [app_id]
copy


Search for an app in the index
$ fdroidcl search [search_pattern]
copy


Install an app on a connected device
$ fdroidcl install [app_id]
copy

Copied to clipboard