Is the new version of Teams available for Ubuntu 22.04?

Rajkumar Prabhakaran 0 Reputation points
2024-04-03T06:46:31.6466667+00:00

Hi All

I run Ubuntu 22.04 with classic Teams. As of right now, Microsoft Teams' classic Teams client will no longer be available. I'll be aware of this so that I can continue using teams. Is there a Teams update available for Linux Ubuntu?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,412 questions
{count} votes

2 answers

Sort by: Most helpful
  1. kguntaka 1,845 Reputation points Microsoft Vendor
    2024-07-01T06:04:29.23+00:00

    Hi Rajkumar Prabhakaran,

    Thank you for reaching out to us on the Microsoft Q&A forum.

    This topic is currently not supported in the Q&A forums.

    I recommend initiating a new discussion through the Microsoft Teams Community Moderators are readily available there to assist you and provide guidance.

    Please don't forget to Accept helpful answer and close this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. glebgreenspan 1,450 Reputation points
    2024-04-03T12:26:46.34+00:00

    Hello

    Microsoft has discontinued the classic Microsoft Teams client for Linux. The newer Microsoft Teams client is available for Linux, including Ubuntu.

    To ensure that you continue to have access to Microsoft Teams on Ubuntu 22.04, you should install the newer Microsoft Teams client. Here's how you can do it:

    Download Microsoft Teams for Linux:

    Visit the official Microsoft Teams website: [https://www.microsoft.com/en-us/microsoft-365/microsoft-teams/download-app](https://www.microsoft.com/en-us/microsoft-365/microsoft-teams/download-app)
    
       Select "Linux (DEB)" as the download option.
      
          Click on the "Download Teams for Linux DEB" button to download the .deb package.
         
    

    Install Microsoft Teams:

    Once the .deb package is downloaded, open a terminal window.

    Navigate to the directory where the .deb package is located.

    Use the following command to install Microsoft Teams:
    
     ```yaml
     cssCopy code
     sudo dpkg -
     
     ```
     
     Replace **`<package_name>`** with the actual name of the .deb package file you downloaded.