使用microsoft 官网下载的deb包安装teams时报错:

linux ubuntu18.04安装 microsoft teams

 使用以下命令安装:

sudo apt-key adv --fetch-keys https://packages.microsoft.com/keys/microsoft.asc
sudo echo 'deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams/ stable main' > /etc/apt/sources.list.d/teams.list
sudo apt update
sudo apt install -y teams

参考:https://www.phoronix.com/forums/forum/phoronix/general-discussion/1144653-microsoft-teams-is-now-available-for-linux-in-public-preview-form

 

相关文章:

  • 2021-10-31
  • 2021-12-21
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2021-07-13
  • 2021-04-29
  • 2021-09-11
  • 2021-12-25
  • 2021-06-11
  • 2021-08-01
相关资源
相似解决方案