Horje
how to install microsoft teams app in ubuntu 16.04 Code Example
how to install microsoft teams app in ubuntu 16.04
#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




Shell

Related
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included Code Example Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included Code Example
check if service in running to a port in linux Code Example check if service in running to a port in linux Code Example
pip install flask_restful Code Example pip install flask_restful Code Example
how to remove unnecessary packages in linux Code Example how to remove unnecessary packages in linux Code Example
flask restful install Code Example flask restful install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16