yes painful but some companies force this user to… going the flatpak way as snapd is a catastrophe that messes too much with the system (not UNIX KISS)

get OS up to date

su - root; # become root
apt update
apt install flatpak
# logoff root
Ctrl+D
# as non-root user
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.IsmaelMartinez.teams_for_linux
# start
flatpak run com.github.IsmaelMartinez.teams_for_linux

essentially ms teams is a website running in a program like framework

how to remove it?

flatpak uninstall com.github.IsmaelMartinez.teams_for_linux

thanks all involved and of course note the alternatives… https://dwaves.de/2026/09/03/how-to-install-ms-teams-in-debian-13/

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin