2025-03-14 21:59:59 -06:00
|
|
|
# fdroidcl
|
|
|
|
|
|
|
|
|
|
> Manage F-Droid apps of devices connected via ADB.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/Hoverth/fdroidcl#commands>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Fetch the F-Droid index:
|
|
|
|
|
|
|
|
|
|
`fdroidcl update`
|
|
|
|
|
|
|
|
|
|
- Display information about an app:
|
|
|
|
|
|
|
|
|
|
`fdroidcl show {{app_id}}`
|
|
|
|
|
|
|
|
|
|
- Download the APK file of an app:
|
|
|
|
|
|
|
|
|
|
`fdroidcl download {{app_id}}`
|
|
|
|
|
|
|
|
|
|
- Search for an app in the index:
|
|
|
|
|
|
|
|
|
|
`fdroidcl search {{search_pattern}}`
|
|
|
|
|
|
|
|
|
|
- Install an app on a connected device:
|
|
|
|
|
|
|
|
|
|
`fdroidcl install {{app_id}}`
|
|
|
|
|
|
|
|
|
|
- Add a repository:
|
|
|
|
|
|
|
|
|
|
`fdroidcl repo add {{repo_name}} {{url}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Remove, enable, or disable a repository:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`fdroidcl repo {{remove|enable|disable}} {{repo_name}}`
|