How to Install Microsoft Teams on Ubuntu 22.04 LTS

5/5 - (16 votes)

Microsoft Teams is a highly useful tool for enhancing productivity and enabling collaboration, and it is also available on Linux PCs. In order to install Microsoft Teams on Ubuntu, you can follow these instructions.

As a versatile communication and productivity tool, Microsoft Teams allows colleagues to share files, chat with one another, and even conduct real-time meetings from their computers. Moreover, Microsoft Teams is not restricted to Windows-based systems, as it can be utilized on many platforms and operating systems, including popular Linux distributions such as Ubuntu.

If you are interested in installing Microsoft Teams on Ubuntu, you can easily do so by following the steps outlined below.

How to Install Microsoft Teams on Ubuntu Using the GUI

The easiest way to install Microsoft Teams is to use Ubuntu’s GUI (or Graphical User Interface) to help you.

To install Microsoft Teams on Ubuntu using the GUI:

  1. Visit the official Microsoft Teams website.
  2. Scroll down the page to reach the Download section.
  3. Click Linux DEB (64-bit) to begin the download.
image 2023 03 20 001613765
image 2023 03 20 001613765
  1. Once the download is complete, open the Ubuntu file manager to access the Downloads folder.
  2. Double-click the .deb installation file for Microsoft Teams to run the file.
image 2023 03 20 001640624
image 2023 03 20 001640624
  1. Ubuntu’s package manager will open with information on the installation file. If it doesn’t, right-click the file, select Open With Other Application, and then select Software Install.
  2. To install Microsoft Teams, click Install at the top.
image 2023 03 20 001705516
image 2023 03 20 001705516
  1. Allow time for the installation to complete.
  2. Once the installation is complete, run the Microsoft Teams app and click Get Started to begin using it.
image 2023 03 20 001741033
image 2023 03 20 001741033

If you cannot use the .deb file to install Microsoft Teams, you can follow the steps below to use the terminal instead.

How to Install Microsoft Teams on Ubuntu Using the Terminal

The quickest method for installing Microsoft Teams on Ubuntu is to use the terminal. This assumes that you have some experience using it. You’ll probably find it easier to install Teams using the GUI above instead if you don’t.

Similar Linux distributions, including Debian, should be able to use these instructions to install Microsoft Teams on their PC. However, this isn’t guaranteed to work. If you encounter any difficulty, check the documentation for your distribution before proceeding.

To install Microsoft Teams on Ubuntu using the terminal:

  1. Open this folder in your web browser. This is the official Microsoft Teams repository for Linux.
  2. Identify the file containing the latest version of Microsoft Teams available from the list provided.
    • This is the file with the largest sequential number. For example, teams_1.5.00.23861 is a newer version of the file over teams_1.5.00.10453 or teams_1.4.00.7556. For ease, it should also be the last file in the list with the newest date.
  3. Right-click the item (e.g., teams_1.5.00.23861_amd64.deb) and select Copy Link Address (in Chrome) or Copy Link (in Firefox).
Capture decran 2023 03 20 001758
  1. Next, open a new terminal window.
  2. In the terminal, type the following but without pressing the Enter key: wget -O teams.deb
  3. Next, paste the link to the teams file after teams.deb in your command, as follows. Replace the teams_1.5.00 file with the up-to-date file path: wget -O teams.deb https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.5.00.23861_amd64.deb
  4. Press Enter to run the command and allow your PC time to download the file.
Capture decran 2023 03 20 001842
  1. Once the .deb file is downloaded, type the following to install Teams using the file: sudo apt install ./teams.deb
  2. Press Enter to run the command and begin the installation.
  3. If prompted, type in your password and press Y to proceed.
image 2023 03 20 001919218

Allow time for the installation to complete. Once it is, you can launch Teams and sign in using your Microsoft account details.

How to Remove Microsoft Teams on Ubuntu

If Microsoft Teams isn’t working correctly, you can remove it from Ubuntu using the steps below.

To remove Microsoft Teams from Ubuntu:

  1. Open the terminal on your PC.
  2. Type the following command into the terminal: sudo apt remove teams
  3. If prompted, type in your password and press the Y key to confirm.
image 2023 03 20 001948142
  1. Allow time for Ubuntu to remove Microsoft Teams from your PC.

Once Microsoft Teams has been removed, you’ll lose access to it on your Ubuntu PC. You’ll need to reinstall it again to continue using it afterward.

Using Microsoft Teams for Better Productivity on Linux

The primary objective of Microsoft Teams is to enhance the productivity and efficiency of your team, but it can only be achieved if you know how to use it. Fortunately, with the help of the steps mentioned above, Ubuntu users can easily use Teams and install Microsoft Teams on their Ubuntu PC.

Moreover, if you want to stay productive while on the move, you can also install Microsoft Teams on your Android smartphone, which will allow you to access your messages and files. Additionally, you can utilize the web version of the app to use Microsoft Teams on a Chromebook.

To impress your colleagues and generate new ideas for your next project, you can also try using a whiteboard in a Microsoft Teams meeting. With this feature, you can facilitate better communication and collaboration with your team.

Jose K Rogers

Jose K Rogers focus is on the creative arts, like website builders, image manipulation, and filmmaking software, but he hasn’t shied away from more business-oriented software either. He actually uses many of the apps he writes about everyday in his personal and professional life, and enjoys imparting his knowledge, including tips and tricks. Jose’s first love is the Mac, but he has dipped his toe in the Windows pool. And, of course, there’s the plethora of tablet and phone software he’s reviewed and written tutorials about as well.

Leave a Comment