Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 677 Bytes

teams.org

File metadata and controls

28 lines (15 loc) · 677 Bytes

Microsoft teams client for Ubuntu

Official Microsroft link: https://www.microsoft.com/en-us/microsoft-365/microsoft-teams/download-app#allDevicesSection

Info here: https://kifarunix.com/install-microsoft-teams-client-on-ubuntu-20-04-18-04/

configure repository for the teams client

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" | sudo tee /etc/apt/sources.list.d/teams.list

sudo apt update

sudo apt install teams

removal of teams

Teams can also be removed with apt.

sudo apt remove teams