[Topic discussion] 【日常更新】玲珑1.9.13-1各发行版更新
Tofloor
poster avatar
mozixun
Moderator
2025-07-05 14:17
Author

经过玲珑开发者与跨发行版SIG成员的测试,玲珑1.9.13在Debian/Ubuntu/Fedora上测试能正常工作,故在这里予以发布稳定版本

运行实况如下:

图片.png

如何安装:

Fedora/EPEL的RPM系:

如需安装开启COPR REPO输入以下命令: sudo dnf copr enable mozixun/OpenAtom-Linyaps , 然后输入: sudo dnf install linglong linglong-bin linglong-builder linglong-pica linyaps-web-store-installer -y

OpenEuler需要直接去我的REPO网址下载repo文件,它的dnf砍了copr enable支持

OpenEuler 24.03 LTS的repo文件链接: https://copr.fedorainfracloud.org/coprs/mozixun/OpenAtom-Linyaps/repo/openeuler-24.03/mozixun-OpenAtom-Linyaps-openeuler-24.03.repo

ArchLinux系:

ArchLinux中玲珑包已移入Extra仓库,可自行加源获取~

Debian/Ubuntu系:

@罐子 社区成员贡献下,Debian与Ubuntu系可以输入以下命令直接加入社区源:

Debian 12:

sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://obs-ci.odata.cc/obs-mirror/Debian_12/Release.key \
  | gpg --dearmor | sudo tee /usr/share/keyrings/obs-debian12.gpg >/dev/null

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-debian12.gpg] https://obs-ci.odata.cc/obs-mirror/Debian_12/ ./" \
  | sudo tee /etc/apt/sources.list.d/obs-debian12.list

sudo apt update
sudo apt install linglong-bin linglong-box -y

Debian 13:

sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://obs-ci.odata.cc/obs-mirror/Debian_13/Release.key \
  | gpg --dearmor | sudo tee /usr/share/keyrings/obs-debian13.gpg >/dev/null

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-debian13.gpg] https://obs-ci.odata.cc/obs-mirror/Debian_13/ ./" \
  | sudo tee /etc/apt/sources.list.d/obs-debian13.list

sudo apt update
sudo apt install linglong-bin linglong-box -y

Debian Testing:

sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://obs-ci.odata.cc/obs-mirror/Debian_Testing/Release.key \
  | gpg --dearmor | sudo tee /usr/share/keyrings/obs-debian-testing.gpg >/dev/null

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-debian-testing.gpg] https://obs-ci.odata.cc/obs-mirror/Debian_Testing/ ./" \
  | sudo tee /etc/apt/sources.list.d/obs-debian-testing.list

sudo apt update
sudo apt install linglong-bin linglong-box -y

Debian Sid:

sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://obs-ci.odata.cc/obs-mirror/Debian_Unstable/Release.key \
  | gpg --dearmor | sudo tee /usr/share/keyrings/obs-debian-unstable.gpg >/dev/null

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-debian-unstable.gpg] https://obs-ci.odata.cc/obs-mirror/Debian_Unstable/ ./" \
  | sudo tee /etc/apt/sources.list.d/obs-debian-unstable.list

sudo apt update
sudo apt install linglong-bin linglong-box -y

Ubuntu 22.04:

sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://obs-ci.odata.cc/obs-mirror/xUbuntu_22.04/Release.key \
  | gpg --dearmor | sudo tee /usr/share/keyrings/obs-ubuntu2204.gpg >/dev/null

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-ubuntu2204.gpg] https://obs-ci.odata.cc/obs-mirror/xUbuntu_22.04/ ./" \
  | sudo tee /etc/apt/sources.list.d/obs-ubuntu2204.list

sudo apt update
sudo apt install linglong-bin linglong-box -y

Ubuntu 24.04

sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://obs-ci.odata.cc/obs-mirror/xUbuntu_24.04/Release.key \
  | gpg --dearmor | sudo tee /usr/share/keyrings/obs-ubuntu2404.gpg >/dev/null

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-ubuntu2404.gpg] https://obs-ci.odata.cc/obs-mirror/xUbuntu_24.04/ ./" \
  | sudo tee /etc/apt/sources.list.d/obs-ubuntu2404.list

sudo apt update
sudo apt install linglong-bin linglong-box -y

Ubuntu 25.04

sudo install -d -m 0755 /usr/share/keyrings
curl -fsSL https://obs-ci.odata.cc/obs-mirror/xUbuntu_25.04/Release.key \
  | gpg --dearmor | sudo tee /usr/share/keyrings/obs-ubuntu2504.gpg >/dev/null

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-ubuntu2504.gpg] https://obs-ci.odata.cc/obs-mirror/xUbuntu_25.04/ ./" \
  | sudo tee /etc/apt/sources.list.d/obs-ubuntu2504.list

sudo apt update
sudo apt install linglong-bin linglong-box -y

安装方式:加源后直接安装即可

安装须知:

1.银河麒麟请关闭以下保护:

bceb1356ea54d73586678ce11b149b0b.jpg

2.MX Linux/LinuxMINT直接装自己发行版基于的Debian/Ubuntu上游即可,比如Linux MINT 22基于Ubuntu 24.04,那么直接装Ubuntu 24.04的包即可

3.Ubuntu 22.04及更老的发行版由于liblzma组件过旧,所以无法使用ll-builder构建安装包时通过-z强行指定lzma格式压缩与安装本地以lzma压缩算法压缩的layer/uab格式安装包

祝你们用玲珑1.9用得开心blush

Reply Favorite View the author
All Replies
1 / 2
To page
津汐
deepin
2025-07-05 15:20
#1
It has been deleted!
津汐
deepin
2025-07-05 15:21
#2
It has been deleted!
津汐
deepin
2025-07-05 15:25
#3

like

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2025-07-05 17:49
#4
有兴趣给GXDE维护玲珑吗~
Reply View the author
mozixun
Moderator
2025-07-05 18:20
#5
神末shenmo
有兴趣给GXDE维护玲珑吗~

GXDE 23没记错是Debian12的来着,如果是的话直接下Debian12的安装包就可以;如果GXDE 25是Debian13的话我们那手上还没跟随Debian13软件源的机子,到时候我跑个docker编译一下(我自己的机子虽然是Debian13,但是是testing分支)

GXDE不会基于Debian把基础环境都改了吧,没改的话玲珑跑的情况就是Debian主线分支跑玲珑的情况

Reply View the author
没事儿瞎转悠
deepin
2025-07-05 18:25
#6

没有openEuler了吗?

Reply View the author
mozixun
Moderator
2025-07-05 18:54
#7
没事儿瞎转悠

没有openEuler了吗?

OpenEuler建议用统信那边的软件源(我们这没有人使用OpenEuler所以没编译)

Reply View the author
核电站四号机组
deepin
2025-07-24 01:04
#8
神末shenmo
有兴趣给GXDE维护玲珑吗~

考虑到“向下”的兼容性,Debian12(Bookworm)的包实际上是用Ubuntu22.04LTS(Jammy)进行编译的,GXDE23基于Debian12,用起来肯定没问题。

至于Debian13,Stable还没发,再等等吧。或者先拿Ubuntu25.04的包试试先?

Reply View the author
mozixun
Moderator
2025-07-24 09:33
#9
核电站四号机组

考虑到“向下”的兼容性,Debian12(Bookworm)的包实际上是用Ubuntu22.04LTS(Jammy)进行编译的,GXDE23基于Debian12,用起来肯定没问题。

至于Debian13,Stable还没发,再等等吧。或者先拿Ubuntu25.04的包试试先?

准确来说,我测了一下,Debian 13的软件源目前和Debian Testing是重合的,如果基于Debian13的话直接用Debian Testing的包即可

Reply View the author
唐僧洗头爱飘柔
deepin
2025-07-29 20:24
#10

有la架构可以直接转deb为玲珑的ll-pica吗

Reply View the author
mozixun
Moderator
2025-07-29 20:58
#11
唐僧洗头爱飘柔

有la架构可以直接转deb为玲珑的ll-pica吗

自己编译一下应该有(deepin应该也内置了)

Reply View the author
浮生若梦.
deepin
2025-08-04 18:33
#12

fedora42 下的那4个安装包,安装不了,提示软件包冲突怎么办
屏幕截图_20250804_183138.png

Reply View the author
mozixun
Moderator
2025-08-04 20:21
#13
浮生若梦.

fedora42 下的那4个安装包,安装不了,提示软件包冲突怎么办
屏幕截图_20250804_183138.png

有可能编译的时候依赖写错了,能不能等到1.9.10或者1.10出了再装一下试试,因为我们在Fedora 42上排查了玲珑应用托盘打架的问题,导致Fedora 42在用的是最新的上游源码sob

Reply View the author
于渊
deepin
2025-10-11 17:46
#14

E: 仓库 “https://obs-ci.odata.cc/obs-mirror/xUbuntu_22.04 ./ Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
E: 无法定位软件包 linglong-bin
E: 无法定位软件包 linglong-box

Ubuntu 22.04的,为啥装不了,哭死

Reply View the author
mozixun
Moderator
2025-10-11 19:10
#15
于渊

E: 仓库 “https://obs-ci.odata.cc/obs-mirror/xUbuntu_22.04 ./ Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
E: 无法定位软件包 linglong-bin
E: 无法定位软件包 linglong-box

Ubuntu 22.04的,为啥装不了,哭死

deb加的时候前缀加个[trusted]即可,这是没下签名

Reply View the author
罐子
deepin
2025-10-12 14:50
#16
于渊

E: 仓库 “https://obs-ci.odata.cc/obs-mirror/xUbuntu_22.04 ./ Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
E: 无法定位软件包 linglong-bin
E: 无法定位软件包 linglong-box

Ubuntu 22.04的,为啥装不了,哭死

是我这边问题,马上修复

Reply View the author
罐子
deepin
2025-10-12 15:04
#17
于渊

E: 仓库 “https://obs-ci.odata.cc/obs-mirror/xUbuntu_22.04 ./ Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
E: 无法定位软件包 linglong-bin
E: 无法定位软件包 linglong-box

Ubuntu 22.04的,为啥装不了,哭死

应该一会儿就能安装了。

Reply View the author
于渊
deepin
18 hours ago
#18
罐子

应该一会儿就能安装了。

E: 无法下载 https://ci.deepin.com/repo/obs/linglong:/CI:/release/xUbuntu_22.04/./Packages 404 Not Found [IP: 61.183.83.58 443]
E: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

下列软件包有未满足的依赖关系:
erofs-utils : 依赖: liblzma5 (>= 5.4.0) 但是 5.2.5-2ubuntu1 正要被安装
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。

请问这个咋回事啊?

Reply View the author
mozixun
Moderator
15 hours ago
#19
It has been deleted!
mozixun
Moderator
15 hours ago
#20
于渊

E: 无法下载 https://ci.deepin.com/repo/obs/linglong:/CI:/release/xUbuntu_22.04/./Packages 404 Not Found [IP: 61.183.83.58 443]
E: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

下列软件包有未满足的依赖关系:
erofs-utils : 依赖: liblzma5 (>= 5.4.0) 但是 5.2.5-2ubuntu1 正要被安装
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。

请问这个咋回事啊?

你用的是不是官方源,如果你用本帖源呢

Reply View the author
1 / 2
To page