mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:06:12 +02:00
25 lines
449 B
Markdown
25 lines
449 B
Markdown
![]() |
# fdroidcl
|
||
|
|
||
|
> F-Droid CLI (Command Line Interface) Client.
|
||
|
> Mehr 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}}`
|