Answers for "download microsoft teams for linux"

0

install teams linux

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo sh -c '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 teams
Posted by: Guest on January-05-2022
2

installer microsoft teams ubuntu

wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3.00.30857_amd64.deb
Posted by: Guest on April-06-2021

Code answers related to "download microsoft teams for linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language