Edge

  • :warning: 请注意一定要按照模版填写以下信息,否则社区人员将无法了解你所遇到的问题。
  • :mag: 请在发帖前在社区中进行相关问题搜索,以避免重复提问。

:pushpin:问题描述

请详细描述您所遇到的问题

  • 描述内容:安装Linux版Edged的deb文件时依赖项报错无法安装

:computer:系统与设备信息

  • 硬件与系统配置
    FydeTabDuo

    • FydeOS版本:v19
  • 相关系统日志

    • 访问 Chromium 浏览器并输入 /var/log/messages 以获取日志。
    • 日志内容:The following packages have unmet dependencies:
      microsoft-edge-stable: Depends: libasound2 (>= 1.0.17) but it is not installable
      Depends: libatk-bridge2.0-0 (>= 2.5.3) but it is not installable
      Depends: libatk1.0-0 (>= 2.11.90) but it is not installable
      Depends: libatspi2.0-0 (>= 2.9.90) but it is not installable
      Depends: libc6 (>= 2.17) but it is not installable
      Depends: libcairo2 (>= 1.6.0) but it is not installable
      Depends: libcups2 (>= 1.7.0) but it is not installable
      Depends: libcurl3-gnutls but it is not installable or
      libcurl3-nss but it is not installable or
      libcurl4 but it is not installable or
      libcurl3 but it is not installable
      Depends: libdbus-1-3 (>= 1.9.14) but it is not installable
      Depends: libdrm2 (>= 2.4.75) but it is not installable
      Depends: libexpat1 (>= 2.1beta3) but it is not installable
      Depends: libgbm1 (>= 17.1.0rc2) but it is not installable
      Depends: libglib2.0-0 (>= 2.39.4) but it is not installable
      Depends: libgtk-3-0 (>= 3.9.10) but it is not installable or
      libgtk-4-1 but it is not installable
      Depends: libnspr4 (>= 2:4.9-2~) but it is not installable
      Depends: libnss3 (>= 2:3.35) but it is not installable
      Depends: libpango-1.0-0 (>= 1.14.0) but it is not installable
      Depends: libudev1 (>= 183) but it is not installable
      Depends: libuuid1 (>= 2.16) but it is not installable
      Depends: libvulkan1 but it is not installable
      Depends: libx11-6 (>= 2:1.4.99.1) but it is not installable
      Depends: libxcb1 (>= 1.9.2) but it is not installable
      Depends: libxcomposite1 (>= 1:0.4.4-1) but it is not installable
      Depends: libxdamage1 (>= 1:1.1) but it is not installable
      Depends: libxext6 but it is not installable
      Depends: libxfixes3 but it is not installable
      Depends: libxkbcommon0 (>= 0.5.0) but it is not installable
      Depends: libxrandr2 but it is not installable

:若丢失 FydeOS 订阅,请参考此篇 FAQ 进行处理。


这种其实就是学习linux的基本知识,看报错补充依赖,网上搜一搜

问题是这些依赖我都已经下载了,它还给我报这个错
而且在网上查类似的问题都不能解决
就是不知道这个问题具体是咋回事

你是怎么下载安装的呢依赖,先说一下自己尝试解决的方法

压根没有arm64的edge啊,你装的啥版本

就是我检查过这些依赖已经装了
而且我不知道解决方案啊
我已经装了它给我报这个错就不知道啥意思
我是在 Edge 的官网看到的 Linux deb 文件的下载链接就下载下来了
但是就是没法安装

我有个问题,你用的是arm64的edge安装包吗?

因为我不记得edge有arm64的Linux版本

这个是x86的包,微软没有发arm64的,在linux里装软件要分架构的,x86的在arm64上是跑不起来的

:man_facepalming:那么同理是不是 Crossover 的 deb 文件无法安装也是因为这个原因啊

你的FydeTabDuo是 arm架构的。不能装这个amd的包。

好的