[ Technical exchange] 我安装的玲珑应用商店缺少什么东西
Tofloor
poster avatar
carry on
deepin
4 hours ago
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
4 hours ago
#1

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

Reply View the author
avatar
carry on
deepin
4 hours ago
#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