Microsoft Team install in ubuntu linux

Microsoft Team install in ubuntu linux

  1. Open your terminal run this following command:
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

0 Comments

Leave a Reply

You must be logged in to post a comment.