User Tools

Site Tools


config:ms_teams

This is an old revision of the document!


MS Teams

Linux Client

Unofficial client for teams v2 as Microsoft discontinued Teams v1 and are not releasing an official linux client any longer:

sudo mkdir -p /etc/apt/keyrings
sudo wget -qO /etc/apt/keyrings/teams-for-linux.asc https://repo.teamsforlinux.de/teams-for-linux.asc
sh -c 'echo "Types: deb\nURIs: https://repo.teamsforlinux.de/debian/\nSuites: stable\nComponents: main\nSigned-By: /etc/apt/keyrings/teams-for-linux.asc\nArchitectures: amd64" | sudo tee /etc/apt/sources.list.d/teams-for-linux-packages.sources'
sudo apt update && sudo apt install teams-for-linux

For login issues with apps, use CTRL+Click on link to sign in. This may not always work

config/ms_teams.1770311506.txt.gz · Last modified: by Wuff