Answers for "download microsoft team 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
0

microsoft team ubuntu

dnf install teams-1.3.00.5153-1.x86_64.rpm
Posted by: Guest on September-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language