← 返回命令列表

Linux command

fdroidcl 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Search for apps

fdroidcl search [query]

Install app

fdroidcl install [app.id]

Update all apps

fdroidcl upgrade

List installed apps

fdroidcl list installed

Show app details

fdroidcl show [app.id]

Refresh repository

fdroidcl update

List connected Android devices

fdroidcl devices

Download an APK

fdroidcl download [app.id]

说明

fdroidcl is a command-line client for F-Droid, the free software Android app repository. It allows searching, installing, and managing apps from F-Droid repositories without using the graphical client. The tool connects to F-Droid repositories and uses ADB to install apps on connected Android devices. It can manage multiple devices and provides scripting-friendly output for automation. fdroidcl enables command-line management of F-Droid apps for power users and automated deployment scenarios.

参数

search _QUERY_
Search for apps.
install _APP_
Install application.
upgrade
Update all installed apps.
uninstall _APP_
Remove application.
list _TYPE_
List apps (installed, upgradable, all).
show _APP_
Show app details.
update
Refresh repository index.
--help
Display help information.

FAQ

What is the fdroidcl command used for?

fdroidcl is a command-line client for F-Droid, the free software Android app repository. It allows searching, installing, and managing apps from F-Droid repositories without using the graphical client. The tool connects to F-Droid repositories and uses ADB to install apps on connected Android devices. It can manage multiple devices and provides scripting-friendly output for automation. fdroidcl enables command-line management of F-Droid apps for power users and automated deployment scenarios.

How do I run a basic fdroidcl example?

Run `fdroidcl search [query]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does search _QUERY_ do in fdroidcl?

Search for apps.