Answers for "snap install microsoft teams"

11

intall teams on ubuntu

#option1
wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3.00.5153_amd64.deb
sudo apt install ./teams_1.3.00.5153_amd64.deb

#option2
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" > /etc/apt/sources.list.d/teams.list
apt update
apt install teams
Posted by: Guest on June-29-2020
0

snap install microsoft teams

sudo snap install teams-for-linux
Posted by: Guest on March-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language