tldr/pages.de/common/fdroidcl.md

25 lines
452 B
Markdown

# fdroidcl
> F-Droid CLI (Command-line Interface) Client.
> Weitere Informationen: <https://github.com/mvdan/fdroidcl>.
- 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}}`