Ubuntu 16.04 LTS - teams_1.3.00.5153_amd64.deb broken on install

Greg 21 Reputation points
2020-04-16T15:03:29.757+00:00

This does not work from the Terminal any longer to do the install....

greg@greg-pc:~/Downloads$ ls teams* -al
-rw-rw-r-- 1 greg greg 68143908 Apr 6 07:50 teams_1.3.00.5153_amd64(1).deb
-rw-rw-r-- 1 greg greg 68143908 Apr 16 07:51 teams_1.3.00.5153_amd64(2).deb
-rw-rw-r-- 1 greg greg 68143908 Apr 6 06:41 teams_1.3.00.5153_amd64.deb
greg@greg-pc:~/Downloads$ sudo app install teams_1.3.00.5153_amd64(2).deb
bash: syntax error near unexpected token `('
greg@greg-pc:~/Downloads$ sudo app install "teams_1.3.00.5153_amd64(2).deb"
[sudo] password for greg:
sudo: app: command not found
greg@greg-pc:~/Downloads$ sudo apt install "teams_1.3.00.5153_amd64(2).deb"
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package teams_1.3.00.5153_amd64(2).deb
E: Couldn't find any package by glob 'teams_1.3.00.5153_amd64(2).deb'
E: Couldn't find any package by regex 'teams_1.3.00.5153_amd64(2).deb'
greg@greg-pc:~/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'
greg@greg-pc:~/Downloads$

Any idea when a new version will be released which will support the terminal install based on the instructions Microsoft shows for doing this install so it works this way on the install instead of using a package manager? The previous 1.2X version seemed to work perfectly fine....

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,055 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.
456 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Greg 21 Reputation points
    2020-04-17T14:32:49.21+00:00

    Then after the user clicks on the I'm interested in using Teams button they are displayed with the following screen I have attached and their web browser opens to the https://microsoftteams.uservoice.com/forums/555103-public/suggestions/16911565-linux-client page. Any idea what is causing this behavior?

    7582-screenshot-from-2020-04-17-07-23-17.png

    1 person found this answer helpful.

  2. Sharon Zhao-MSFT 25,051 Reputation points Microsoft Vendor
    2020-04-17T04:42:48.077+00:00

    Hi Greg-7340,

    You can execute the following command to install the app:

    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  
    

    For more details, please refer to this link: https://learn.microsoft.com/en-us/microsoftteams/get-clients.

    Or, you can install Microsoft Teams in Ubuntu software.


  3. Greg 21 Reputation points
    2020-04-17T14:28:42.607+00:00

    Thanks! The software installs fine now but when we logon, we see the Microsoft Teams - Access restricted screen. I've attached a screenshot. This was working previously fine in my organization last month but then all of a sudden over the past several days I cannot access the apps anymore. Any ideas with a user having a valid Office 365 signs in and then get's this screen?

    7562-screenshot-from-2020-04-17-07-20-24.png

    0 comments No comments