6

The Microsoft website says that Microsoft Teams is available for Linux Here

I downloaded and installed Microsoft Teams Linux Deb 64-Bit from download page here

When I run it, and sign in I see this window:

enter image description here

I see this question:

Get Microsoft Teams running on Ubuntu which indicates that people are running it. What gives?


$ 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]

Also, when I sign in with the same user name in Windows, all is well.


Ubuntu version 18.04.4.LTS

1 Answers1

0

I had the same issue when using the apt package. I was able to get it working via the snap package.

sudo snap install teams-for-linux
rwtk
  • 1
  • 2
    This might work but fyi, this snap package isn't maintained by Microsoft itself and it was last update in Nov 2019 and still at version 1.0.0. – Kulfy Mar 24 '20 at 13:06
  • 2
    The snap package is an electron shell around the web client not written by microsoft. – Robby1212 Mar 24 '20 at 13:20