Install Microsoft Teams on Debian 9
new_2_ms_frm
1
Reputation point
Hello,
I tried to install Microsoft Teams on Debian 9, but didn't manage to. I followed the instructions described here.
When I ran curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
, I get OK
,
I also checked that sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list'
indeed creates the folder with teams.list
but when I run sudo apt update
I get
Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
Unable to lock directory /var/lib/apt/lists/
I think that this is not the expected. And finally when I run sudo apt install teams
I get
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
teams : Depends: libgbm1 (>= 17.1.0~rc2) but 13.0.6-1+b2 is to be installed
Depends: apt-transport-https but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
How can I proceed?
Sign in to answer