Install MS teams on Ubuntu

https://docs.microsoft.com/microsoftteams/get-clients#install-manually-from-the-command-line 

How to install


# For entering passwd when sudo is first executed
$ sudo ls 

$ 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

No comments:

Lognote - My toy project

In a project, the code work is limited When I say, "I think it will work if I change it like this," I get, "If it doesn't...