How To Install MS Teams In Ubuntu Linux

User Avatar
πŸ‘€ admin
πŸ”΄ Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
πŸ“… Created: 08 Apr 2021 at 18:44
πŸ‘€ Viewed: 17 times
βœ‰οΈ Send Email

About

Microsoft Teams is a proprietary business communication platform developed by Microsoft, as part of the Microsoft 365 family of products. Teams primarily competes with the similar service Slack, offering workspace chat and videoconferencing, file storage, and application integration. Teams is replacing other Microsoft-operated business messaging and collaboration platforms, including Skype for Business and Microsoft Classroom. Throughout the COVID-19 pandemic, Teams has gained much interest as many meetings have moved to a virtual environment.

Teams features:

  • TeamsΒ and channels. ...

  • Conversations within channels andΒ teams. ...

  • A chat function. ...

  • Document storage in SharePoint. ...

  • Online video calling and screen sharing. ...

  • Online meetings. ...

  • Audio conferencing. ...

  • Full telephony.

Article content:

How to install MS Teams ?

For the installation we are going to use snap package manager. Snap is a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel. The packages, called snaps, and the tool for using them, snapd, work across a range of Linux distributions and allow upstream software developers to distribute their applications directly to users.


# How to install MS Teams on Ubuntu 21.04 Linux ?

$ sudo snap install teams

After the installation you have to wait a little and it will start automatically.

How to remove MS Teams ? To remove the installation we are going to use snap again:


# How to remove MS Teams on Ubuntu 21.04 ?

$ sudo snap remove teams

How to upgrade MS Teams ?

The upgrade repositories are added automatically so the normal update will update the app or you can use the terminal with the normal update and upgrade:


# How to upgrade MS Teams on Ubuntu 21.04 ?

$ sudo apt update

$ sudo apt upgrade

Quick video tutorial

https://youtu.be/p3ouJBScHfA

Conclusion

In this article we installed MS Teams from the terminal on Ubuntu 21.04 Linux with the easiest steps possible.

  • Another article that you can be interested in is Easy Zoom Install (Latest Version) On Ubuntu In Terminal
    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”

We hope you enjoyed this article. if that is so please rate this page with the stars bellow and subscribe to our YouTube channel or follow us on twiter.

If you want to comment: Login or Register