User Tools

Site Tools


config:ms_teams

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
config:ms_teams [2023/05/29 11:55] – external edit 127.0.0.1config: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/+
  
 +https://docs.microsoft.com/en-us/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-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/
-<code> +
-wget --trust-server-names "https://teams.microsoft.com/downloads/desktopurl?env=production&plat=linux&arch=x64&download=true&linuxArchiveType=deb" +
-sudo dpkg -i teams_*_amd64.deb +
-</code>+
  
-Repository page:\\  +===== Linux Client =====
-https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/+
  
-Repo install:+Unofficial client for teams v2 as Microsoft discontinued Teams v1 and are not releasing an official linux client any longer:
 <code> <code>
-sudo apt-get install debian-archive-keyring +sudo mkdir -p /etc/apt/keyrings 
-wget https://packages.microsoft.com/keys/microsoft.asc +sudo wget -qO /etc/apt/keyrings/teams-for-linux.asc https://repo.teamsforlinux.de/teams-for-linux.asc 
-sudo apt-key add microsoft.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: amd64| sudo tee /etc/apt/sources.list.d/teams-for-linux-packages.sources
-rm microsoft.asc +sudo apt update && sudo apt install teams-for-linux
-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> </code>
 +
 +For login issues with apps, use CTRL+Click on link to sign in. This may not always work
config/ms_teams.txt · Last modified: by Wuff