[ Technical exchange] 我安装的玲珑应用商店缺少什么东西
Tofloor
poster avatar
carry on
deepin
2026-05-11 17:31
Author

image.png

❄️  luozenan ~   17:23  ❯ 
curl -fsSL https://gitee.com/hanplus/linglong-installer/releases/download/latest/linglong-store-installer.sh | LLI_PREFER_PKEXEC=1 bash        
[INFO] NixOS detected, manual installation is required.
[INFO] Please enable the linyaps service in /etc/nixos/configuration.nix and rebuild your system.

Example configuration:
  services.linyaps.enable = true;

Then run:
  sudo nixos-rebuild switch

  ll-cli repo add --alias=testing stable https://cdn-linglong.odata.cc
  ll-cli install com.dongpl.linglong-store.v2 --repo testing

❄️  luozenan ~   17:23  ❯ ll-cli repo add --alias=testing stable https://cdn-linglong.odata.cc
Error -1: repo testing already exist

❄️  luozenan ~   17:24  ❯   ll-cli install com.dongpl.linglong-store.v2 --repo testing

Install main:com.dongpl.linglong-store.v2/2.2.1.8/x86_64 (from repo: testing) success

❄️  luozenan ~   17:27   in 3m17s774ms ❯ 


我安装好了玲珑应用商店,为什么进不去,我还需要安装什么?我是nixos系统

Reply Favorite View the author
All Replies
avatar
mozixun
Moderator
2026-05-11 17:33
#1

@winee NixOS的玲珑是大佬维护的嘛, 有无安装教程(

Reply View the author
avatar
carry on
deepin
2026-05-11 17:38
#2
mozixun

@winee NixOS的玲珑是大佬维护的嘛, 有无安装教程(

systemctl --user stop org.linglong_store.LinyapsManager.service
systemctl --user daemon-reload
systemctl --user start org.linglong_store.LinyapsManager.service
systemctl --user daemon-reload
systemctl --user status org.linglong_store.LinyapsManager.service

找到之前的帖子 这个方法可以解决

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

Reply View the author
avatar
罐子
Moderator
2026-05-11 21:31
#3
carry on

systemctl --user stop org.linglong_store.LinyapsManager.service
systemctl --user daemon-reload
systemctl --user start org.linglong_store.LinyapsManager.service
systemctl --user daemon-reload
systemctl --user status org.linglong_store.LinyapsManager.service

找到之前的帖子 这个方法可以解决

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

我评论的,你这都能翻到

Reply View the author
avatar
wuhan
deepin
2026-05-12 09:16
#4

2.0社区版商店这个linglong环境检测逻辑怀疑 有点小问题,去用3.0 https://github.com/HanHan666666/flutter-linglong-store

2.0被弃用了

Reply View the author
avatar
伴你高飞
deepin
2026-05-12 10:06
#5

那建议官网替换掉2.0,我也是老是安装环境有问题

Reply View the author
avatar
carry on
deepin
2026-05-12 10:21
#6
罐子

我评论的,你这都能翻到

玩linux已经习惯全网找资料了😂

Reply View the author
avatar
carry on
deepin
2026-05-12 11:17
#7
wuhan

2.0社区版商店这个linglong环境检测逻辑怀疑 有点小问题,去用3.0 https://github.com/HanHan666666/flutter-linglong-store

2.0被弃用了

啊 2.0不是还在置顶呢 ,没看到一点3.0的消息,3.0的这个好像对nixos不是很友好

Reply View the author
avatar
wuhan
deepin
2026-05-12 11:22
#8
carry on

啊 2.0不是还在置顶呢 ,没看到一点3.0的消息,3.0的这个好像对nixos不是很友好

3.0还没怎么对外发,还在完善,2.0的tauri对各种发行版感觉兼容性不太好,各种国产CPU环境,而且Linux下性能也一般,所以准备慢慢弃用掉了

Reply View the author