CentOS7 Support

Miroslav Mintal 61 Reputation points
2019-12-11T12:33:43.853+00:00

Linux Teams application cannot be installed on CentOS 7:

[user@pc ~]$ rpm -i teams-1.2.00.32451-1.x86_64.rpm   
warning: teams-1.2.00.32451-1.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID be1229cf: NOKEY  
error: Failed dependencies:  
	libstdc++.so.6(CXXABI_1.3.9)(64bit) is needed by teams-1.2.00.32451-1.x86_64  
	libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by teams-1.2.00.32451-1.x86_64  
	libstdc++.so.6(GLIBCXX_3.4.21)(64bit) is needed by teams-1.2.00.32451-1.x86_64  
[user@pc ~]$ rpm -i teams-insiders-1.2.00.32955-1.x86_64.rpm   
warning: teams-insiders-1.2.00.32955-1.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID be1229cf: NOKEY  
error: Failed dependencies:  
	libstdc++.so.6(CXXABI_1.3.9)(64bit) is needed by teams-insiders-1.2.00.32955-1.x86_64  
	libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by teams-insiders-1.2.00.32955-1.x86_64  
	libstdc++.so.6(GLIBCXX_3.4.21)(64bit) is needed by teams-insiders-1.2.00.32955-1.x86_64  

Will be Teams supported also on CentOS7?

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

Accepted answer
  1. Jatin Patel-MSFT 101 Reputation points
    2019-12-11T17:20:56.047+00:00

    Thank you for downloading Teams and providing feedback.
    We are determining proper solution to support CentOS 7 and when ready, will update Teams native packages.

    Cheers!

    5 people found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. khb 11 Reputation points
    2019-12-12T21:50:28.787+00:00

    I too would like a usable solution for CentOS 7. Fedora should also be supported (if it isn't) ... it would also be a kindness to have the download page make the failure to support current releases explicit.

    A snap|flatpack|docker|whatever container image would be a fine solution

    2 people found this answer helpful.
    0 comments No comments

  2. Jatin Patel-MSFT 101 Reputation points
    2020-01-21T21:15:46.167+00:00

    Hello,

    We have some exciting news to share on CentOS 7 support.
    The latest build 1.3.00.958 now supports CentOS 7 installation and is available to download from here.

    Cheers,
    Jatin


  3. fabio 1 Reputation point
    2020-03-02T19:29:48.38+00:00

    Hello,

    We are trying to install the teams-1.3.00.958-1.x86_64.rpm on CentOS 7 but we are having issues with the dependencies.
    The first dependence was:

    error: Failed dependencies:
    libXss.so.1()(64bit) is needed by teams-1.3.00.958-1.x86_64

    Solved installing the libXScrnSaver-1.2.3-alt1.x86_64.rpm package.

    The second dependence was:
    error: Failed dependencies:
    rpmlib(SetVersions) is needed by libXScrnSaver-1.2.3-alt1.x86_64

    About rpmlib(SetVersions) we found this information in the RedHat Access Forum:
    https://access.redhat.com/discussions/3879941#comment-1437701

    "The rpmlib(SetVersions) dependency will have been added to the package during the build process. It looks like something extra added in the altlinux build process that isn't there in Red Hat builds so Red Hat rpm doesn't recognize it. It looks like altlinux uses a different rpm code base, and rpmlib(SetVersions) may well be something they have added."

    Please do you have any information about how we can solve this dependence?

    0 comments No comments