龙芯安装deb包依赖需要:loong64但是系统不带此标识符导致安装不上

oma安装第三方打包的deb

~/Download 
❯ sudo oma install ./apm_1.1.5-fix1_loong64.deb
     INFO 正在刷新本机软件包数据库 ...
    ERROR oma 发现指定软件包存在依赖问题,故无法安装。
     INFO 请复制或截图如下依赖问题报告并联系 AOSC OS 维护者:

    apm:loong64: Depends: bubblewrap:loong64 but it is not installable
                 Depends: flatpak:loong64 but it is not installable
                 Depends: policykit-1:loong64 but it is not installable or
                     pkexec:loong64 but it is not installable
                     polkit-1:loong64 but it is not installable
                     polkit:loong64 but it is not installable
                 Depends: systemd:loong64 but it is not installable
                 Depends: procps:loong64 but it is not installable
                 Depends: coreutils:loong64 but it is not installable
                 Depends: fuse-overlayfs:loong64 but it is not installable
                 Depends: xz-utils:loong64 but it is not installable or
                     xz:loong64 but it is not installable
                 Depends: curl:loong64 but it is not installable
                 Depends: xdg-user-dirs:loong64 but it is not installable
                 Depends: bash:loong64 but it is not installable
                 Recommends: fakeroot:loong64 but it is not installable
                 Recommends: busybox:loong64 but it is not installable

感谢报告,这是部分依赖没有更新标记导致的,我们近期会排查修复

我查了下ai是这么说的:
.deb 包是为标准的 Debian/Ubuntu 多架构体系打包的(使用 :loong64 后缀来区分架构)

  1. oma 虽然能装 .deb,但 AOSC 对包名的处理方式和标准 Debian 略有不同------AOSC 的包名不含 :loong64 后缀

这还挺麻烦的

我们做了兼容,但需要依赖对特定包的重构补充标记

感谢您们付出的努力