Skip to content
Follow
Ubuntu Linux

Install Microsoft Teams on Ubuntu 24.04 with Snap

Richard
Written by
Richard
Jan 7, 2025 Updated Aug 13, 2026 2 min read
Install Microsoft Teams on Ubuntu 24.04 with Snap
Install Microsoft Teams on Ubuntu 24.04 with Snap

Installing Microsoft Teams on Ubuntu 24.04 takes just a few clicks using Snap, a built-in app store system that downloads and updates software for you. Snap packages bundle the app and all its files together, so you get the newest video calling and chat features without needing extra setup steps.

Ubuntu 24.04 includes the Snap store by default, making it simple to get Teams running on your desktop.

⚡ Quick Answer

Install Microsoft Teams on Ubuntu 24.04 by opening a terminal and running ‘sudo snap install teams-for-linux’. This command uses the Snap package manager to download and install the latest version of Teams.

Install Teams from Snap

Install Teams from Snap. Getting Microsoft Teams onto Ubuntu 24.04 using Snap involves running a few commands in the terminal. This fast method includes updating the system, preparing Snap, and installing Teams. Follow these steps:

First, update and upgrade the Ubuntu system. Missing the Snap package manager requires installing that component first.

🐧Bash / Shell
sudo apt update && sudo apt upgrade
sudo apt install snapd

Then, run the following command to install Teams from Snap:

🐧Bash / Shell
sudo snap install teams-for-linux

Once installation finishes, locate the Teams app in the Dock on the left sidebar. Launching it from the terminal uses this command:

💻Code
snap run teams-for-linux

Log in and start using Teams.

Install Microsoft Teams on Ubuntu
Install Microsoft Teams on Ubuntu

To uninstall the app later, run this command:

🐧Bash / Shell
sudo snap remove teams-for-linux

The setup is complete.

Conclusion:

Running Microsoft Teams through Snap provides a reliable bridge for workplace communication on Linux. Keep these key details in mind:

  • Easy Installation: After setting up the Snap package manager, you can quickly install Teams using a single command.
  • Updated Features: Access a flexible real-time collaboration platform for chat, video conferencing, and file sharing.
  • User-Friendly Interface: The Teams app integrates seamlessly into the Ubuntu desktop environment.
  • Simple Removal: Uninstalling Teams is as easy as installing it, requiring a simple command.
  • Ideal for Collaboration: Teams enhance workplace communication, making it a valuable tool for team projects.

These steps prepare the workstation for efficient collaboration with colleagues on Ubuntu.

Is Teams no longer supported on Linux?

Official support for native Linux packages has shifted, making containerized solutions vital for maintaining modern desktop features. Running Teams in a web browser serves as the most reliable option when compatibility layers present issues.

How to get MS Teams on Linux?

Leveraging the web version of Microsoft Teams provides a dependable path for Linux users, connecting with any existing Microsoft account. Existing accounts for services like Skype or Outlook work immediately, while new users establish a free Microsoft account through standard registration.

How to install Teams in Linux terminal?

Installation reverts back to a flashing cursor in the terminal window. Closing Terminal allows transitioning to the desktop environment. Next, click on the Start menu and locate the Internet.

How to install Teams in Ubuntu 20.04 using terminal?

Grab the correct installer package directly from the browser before navigating to your download directory.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable Suggested Replies in Microsoft Teams
Windows How to Enable Suggested Replies in Microsoft Teams
Manage Microsoft Teams Notifications During Calls
Windows Manage Microsoft Teams Notifications During Calls
How to Manage Microsoft Teams Chat Notifications
Windows How to Manage Microsoft Teams Chat Notifications
How to Manage @Mentions Notifications in Microsoft Teams
Windows How to Manage @Mentions Notifications in Microsoft Teams

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *