[Topic discussion] ll-cli query 无法搜到应用
Tofloor
poster avatar
z19941225110
deepin
2024-01-22 11:57
Author

Ubuntu Ubuntu 22.04.3 LTS x86_64, Kernel: 6.5.0-14-generic, Shell: bash 5.1.16

$ dpkg -l|grep linglong
ii  linglong-bin                                                1.3.3.6-1                                   amd64        Package Manager for UOS.
ii  linglong-box                                                1.3.3-1                                     amd64        Deepin sandbox with OCI standard.
ii  linglong-builder                                            1.3.3.6-1                                   amd64        Package Manager for UOS.
ii  linglong-dbus-p*r*o*x*y                                        1.3.2-1                                     amd64        dbus permission p*r*o*x*y for sandbox.
ii  linglong-installer                                          1.3.3.6-1                                   amd64        Deepin sandbox with OCI standard.
ii  linglong-loader                                             1.3.2-1                                     amd64        Package loader for removable bun

前几天刚装了玲珑,但是 ll-cli query wps发现根本查不到任何应用,试了其他好几个关键词也不管用。

Reply Favorite View the author
All Replies
忘记、过去
deepin
2024-01-22 12:38
#1

ll-cli query 后面只支持完整的 appid,比如 ll-cli query cn.wps.wps-office,可以直接查看仓库中的玲珑包信息;ll-cli query installed 作为特殊关键词,功能同 ll-cli list,可以列出本地所有已安装玲珑包应用。


query 命令在最新的 linglong-bin 中已经删除,最新版本支持 ll-cli search xxx 搜索仓库中的玲珑包。

Reply View the author
z19941225110
deepin
2024-01-22 17:43
#2

感谢指点。那么最新版的在哪下呢。按这个来但是不管用。

https://linglong.dev/guide/start/install.html

这里面给的ubuntu的包就是我现在安装的版本。刚试了search关键字,还是不行。

$ ll-cli search wps
Usage: ll-cli [options] subcommand [sub-option]

Options:
  -h, --help  Displays help on commandline options.
  --help-all  Displays help including Qt specific options.

Arguments:
  subcommand  run
              ps
              exec
              kill
              install
              uninstall
              update
              query
              list

Reply View the author
牧野
deepin
2024-01-22 20:30
#3
ll-cli指令还是太长,如何再减化为llc
Reply View the author
方老四
deepin
2024-01-22 20:50
#4

v23 下能用哈

Reply View the author
Jokul
deepin
2024-01-23 00:49
#5

建议使用本人自制的玲珑商店客户端体验一下

https://bbs.deepin.org/post/267475

Reply View the author
忘记、过去
deepin
2024-01-23 09:28
#6
z19941225110

感谢指点。那么最新版的在哪下呢。按这个来但是不管用。

https://linglong.dev/guide/start/install.html

这里面给的ubuntu的包就是我现在安装的版本。刚试了search关键字,还是不行。

$ ll-cli search wps
Usage: ll-cli [options] subcommand [sub-option]

Options:
  -h, --help  Displays help on commandline options.
  --help-all  Displays help including Qt specific options.

Arguments:
  subcommand  run
              ps
              exec
              kill
              install
              uninstall
              update
              query
              list

https://github.com/linuxdeepin/linglong/releases/tag/1.4.1-1

需要自己下载源代码编译安装

Reply View the author