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
Next revision
Previous revision
config:ms_teams [2023/05/29 11:55] – external edit 127.0.0.1config:ms_teams [2026/04/29 14:41] (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/ 
 + 
 +===== Linux Client ===== 
 + 
 +https://github.com/ISMAELMARTINEZ/teams-for-linux 
 + 
 +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>
  
-Repository page:\\  +For login issues with apps, use CTRL+Click on link to sign inThis may not always work
-https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/+
  
-Repo install:+To add/use teams4linux as application for msteams urls, use:
 <code> <code>
-sudo apt-get install debian-archive-keyring +xdg-settings set default-url-scheme-handler msteams teams-for-linux.desktop
-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> </code>
 +
 +Check in FF/TB/Chrome application to ensure it's set to use Teams4Linux.
config/ms_teams.1685357732.txt.gz · Last modified: by 127.0.0.1