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 Wuffconfig:ms_teams [2026/02/05 17:11] (current) Wuff
Line 1: Line 1:
-====== Microsoft Teams ======+====== MS Teams ======
  
-Main download page:\\  +Importing messages into MS Teams:
-https://teams.microsoft.com/downloads/+
  
-Repository page:\\  +https://docs.microsoft.com/en-us/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-teams
-https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/+
  
-Deb installation of latest version:+https://developer.microsoft.com/en-us/microsoft-teams/blogs/importing-3rd-party-platform-messages-to-microsoft-teams-is-now-available-in-beta/ 
 + 
 +===== Linux Client ===== 
 + 
 +Unofficial client for teams v2 as Microsoft discontinued Teams v1 and are not releasing an official linux client any longer:
 <code> <code>
-wget --trust-server-names "https://teams.microsoft.com/downloads/desktopurl?env=production&plat=linux&arch=x64&download=true&linuxArchiveType=deb" +sudo mkdir -p /etc/apt/keyrings 
-sudo dpkg -i teams_*_amd64.deb+sudo wget -qO /etc/apt/keyrings/teams-for-linux.asc https://repo.teamsforlinux.de/teams-for-linux.asc 
 +sh -c 'echo "Types: deb\nURIs: https://repo.teamsforlinux.de/debian/\nSuites: stable\nComponents: main\nSigned-By: /etc/apt/keyrings/teams-for-linux.asc\nArchitectures: amd64sudo tee /etc/apt/sources.list.d/teams-for-linux-packages.sources' 
 +sudo apt update && sudo apt install teams-for-linux
 </code> </code>
  
 +For login issues with apps, use CTRL+Click on link to sign in. This may not always work
config/ms_teams.1585647221.txt.gz · Last modified: (external edit)