Microsoft has released its Teams application for Linux users. Microsoft Teams is an application used for unified communication and collaboration through video conferencing, messaging and chats, file sharing, and integrations with other applications such as git, monitoring tools, CI/CD pipelines e.t.c. This guide will discuss how you can install Microsoft Teams on Fedora Linux operating systems.
Install Microsoft Teams on Fedora
The rpm package is available for Fedora and CentOS users. The packages are available for download from the releases page. In our tutorial we’ll be using Snap package.
Install snapd on Fedora.
sudo dnf install snapd fuse squashfuse kernel-modules -y
Enable classic snap support
sudo ln -s /var/lib/snapd/snap /snap
Reboot your system.
sudo reboot
Now install Microsoft Teams on Fedora Linux:
$ sudo snap install teams-for-linux
teams-for-linux 1.12.3 from Ismael Martinez Ramos (ismaelmartinez) installed
Launch and use Microsoft Teams on Fedora
After the installation, launch the application using the command line interface or from the Desktop environment.

Provide your organization email address for login or create a new account and click “Next“.

Enjoy using Microsoft Teams application on Linux for your daily job communications / projects collaborations with colleagues and external consultants/vendors e.t.c.
More guides;
- Install draw.io Desktop Application on Ubuntu / Debian / Fedora
- How To Install Rocket.Chat Server on Debian / Ubuntu
- Best Books for Learning Node.js / AngularJS / ReactJS / ExpressJS
This does not work.
[iss-soc@srcpos01 ~]$ sudo sh -c ‘echo -e “[teams]\nname=teams\nbaseurl=https://packages.microsoft.com/yumrepos/ms-teams\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc” > /etc/yum.repos.d/teams.repo’
[sudo] password for iss-soc:
[iss-soc@srcpos01 ~]$ sudo rpm –import https://packages.microsoft.com/keys/microsoft.asc
[iss-soc@srcpos01 ~]$ sudo dnf check-update
teams 4.6 kB/s | 1.5 kB 00:00
[iss-soc@srcpos01 ~]$ sudo dnf install teams
Last metadata expiration check: 0:00:14 ago on Fri 15 Sep 2023 05:53:16 AM PDT.
No match for argument: teams
Error: Unable to find a match: teams
See updated guide on using snap package.
hi Jim, teams package isn’t able in microsoft repository anymore , so you must use Snap package installation steps