lehrkraefte:blc:plg:microsoftteams

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
lehrkraefte:blc:plg:microsoftteams [2024/01/20 09:41] Karlheinz Schubertlehrkraefte:blc:plg:microsoftteams [2024/01/20 09:47] (current) Karlheinz Schubert
Line 1: Line 1:
 +====== Teams for Linux ======
  
 +[[https://itsubuntu.com/how-to-install-microsoft-teams-on-ubuntu/| How To Install Microsoft Teams On Ubuntu 22.04 LTS And Other Linux]] (July 16, 2023):
 +
 +<code bash>
 +curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
 +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 update
 +sudo apt install teams
 +</code>
 +
 +Hinweis: apt-key add ist veraltet, funktioniert nur noch bis Ubuntu 22.04 und sollte eretzt werden. Anleitung [[https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html|apt-key Is Deprecated]]
 +
 +Features:
 +  * Location: /snap/bin/teams-for-linux
 +  * Type: Unofficial Microsoft Teams client for Linux using Electron. It uses the Web App and wraps it as a standalone application using Electron
 +  * /snap/bin/teams-for-linux --version: 1.4.3
 +
 +{{:lehrkraefte:sbt:teamsforlinux.png?600|}}