User Tools

Site Tools


config:ms_teams

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
config:ms_teams [2020/03/31 10:33] – created Wulf Rajekconfig:ms_teams [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 4: Line 4:
 https://teams.microsoft.com/downloads/ https://teams.microsoft.com/downloads/
  
-Repository page:\\  
-https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/ 
  
 Deb installation of latest version: Deb installation of latest version:
Line 13: Line 11:
 </code> </code>
  
 +Repository page:\\ 
 +https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/
 +
 +Repo install:
 +<code>
 +sudo apt-get install debian-archive-keyring
 +wget https://packages.microsoft.com/keys/microsoft.asc
 +sudo apt-key add microsoft.asc
 +rm microsoft.asc
 +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-get update
 +sudo apt-get install teams
 +</code>
config/ms_teams.1585647221.txt.gz · Last modified: 2023/05/29 11:53 (external edit)