Error while installing MS Teams Application on Ubuntu

Atharva 1 Reputation point
2020-06-10T04:50:53.377+00:00

Error while installing MS Teams Application on Ubuntu from terminal

root@sharda-desktop:/home/sharda/Downloads# sudo apt install teams_1.3.00.5153_amd64.deb

Reading package lists... Done
Building dependency tree
Reading state information... Done

E: Unable to locate package teams_1.3.00.5153_amd64.deb
E: Couldn't find any package by glob 'teams_1.3.00.5153_amd64.deb'
E: Couldn't find any package by regex 'teams_1.3.00.5153_amd64.deb'

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,852 questions
Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
455 questions
0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. Manu Philip 16,946 Reputation points MVP
    2020-06-10T04:54:33.077+00:00

    Hello @Atharva,

    Please follow the commands to install Teams successfully

     curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
    
     sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list'
    
     sudo apt update
    
     sudo apt install teams
    

    Please mark as "Accept the answer" if the above steps helps you. Others with similar issues can also follow the solution as per your suggestion

    Regards,

    Manu

    6 people found this answer helpful.

  2. MadsN75 21 Reputation points
    2021-06-17T04:35:09.993+00:00

    Failed upgrading Teams on Ubuntu 20.04 (amd64).
    Found that update via package manager failed but also the manual download of .dep file.
    It is possible to browse to: https://packages.microsoft.com/repos/ms-teams/dists/stable/

    Manual download of .dep:
    https://www.microsoft.com/en-us/microsoft-teams/download-app#desktopAppDownloadregion
    https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.4.00.13653_amd64.deb
    -> 404 Not Found

    Upgrade via package manager:
    https://learn.microsoft.com/en-us/microsoftteams/get-clients#linux
    The following packages will be upgraded:
    teams
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 83.2 MB of archives.
    After this operation, 10.8 MB of additional disk space will be used.
    Do you want to continue? [Y/n] y
    Err:1 https://packages.microsoft.com/repos/ms-teams stable/main amd64 teams amd64 1.4.00.13653
    404 Not Found [IP: 13.80.99.124 443]

    4 people found this answer helpful.

  3. Fernando Niño 16 Reputation points
    2021-06-17T07:16:53.52+00:00

    The website is empty:

    https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams

    does not exist

    Error in microsoft side ! On the past I have upgraded with no problem with my Ubuntu 20.04 machine.

    3 people found this answer helpful.
    0 comments No comments

  4. JimmyYang-MSFT 48,001 Reputation points Microsoft Vendor
    2020-06-10T07:10:19.113+00:00

    Hi Atharva-7158!

    As Manu said, you can try to install it manually on Ubuntu distributions to see if it can be fixed.

    For more details about this command, you can refer to:

    https://learn.microsoft.com/en-us/microsoftteams/get-clients#install-manually-from-the-command-line

    2 people found this answer helpful.
    0 comments No comments

  5. JS 6 Reputation points
    2021-06-17T09:02:47.08+00:00

    Failed to fetch https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.4.00.13653_amd64.deb 404

    looks like the same version call as @MadsN75

    repo is offline currently ?

    1 person found this answer helpful.
    0 comments No comments