打开 MS Teams 时出现错误消息。“我们仍在为 Linux 开发 Teams”

Al *_*ath 6 microsoft

微软网站说微软 Teams 可用于 Linux Here

我从这里的下载页面下载并安装了 Microsoft Teams Linux Deb 64-Bit

当我运行它并登录时,我看到这个窗口:

在此处输入图片说明

我看到这个问题:

在 Ubuntu运行 Microsoft Teams,这表明人们正在运行它。是什么赋予了?


$ apt list --installed | grep teams  
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.  
teams/now 1.3.00.5153 amd64 [installed,local]
Run Code Online (Sandbox Code Playgroud)

此外,当我在 Windows 中使用相同的用户名登录时,一切都很好。


Ubuntu 版本 18.04.4.LTS

小智 0

我在使用 apt 包时遇到了同样的问题。我能够通过 snap 包让它工作。

sudo snap install teams-for-linux
Run Code Online (Sandbox Code Playgroud)

  • 这可能有效,但仅供参考,这个 snap 包不是由 Microsoft 自己维护的,它的最后一次更新是在 2019 年 11 月,版本仍然是 1.0.0。 (2认同)
  • snap 包是一个围绕 Web 客户端的电子外壳,不是由微软编写的。 (2认同)