2025-03-14 21:59:59 -06:00
|
|
|
# fdroidcl
|
|
|
|
|
|
|
|
|
|
> F-Droid CLI (Command-line Interface) Client.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Weitere Informationen: <https://github.com/Hoverth/fdroidcl#commands>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Aktualisiere den Index:
|
|
|
|
|
|
|
|
|
|
`fdroidcl update`
|
|
|
|
|
|
|
|
|
|
- Zeige Informationen über eine App:
|
|
|
|
|
|
|
|
|
|
`fdroidcl show {{app_id}}`
|
|
|
|
|
|
|
|
|
|
- Lade eine apk-Datei herunter:
|
|
|
|
|
|
|
|
|
|
`fdroidcl download {{app_id}}`
|
|
|
|
|
|
|
|
|
|
- Suche nach einer App im Index:
|
|
|
|
|
|
|
|
|
|
`fdroidcl search {{suchmuster}}`
|
|
|
|
|
|
|
|
|
|
- Installiere eine App auf einem verbundenen Gerät:
|
|
|
|
|
|
|
|
|
|
`fdroidcl install {{app_id}}`
|