{"id":5592,"date":"2020-04-27T23:19:19","date_gmt":"2020-04-27T20:19:19","guid":{"rendered":"https:\/\/kifarunix.com\/?p=5592"},"modified":"2024-03-14T20:10:18","modified_gmt":"2024-03-14T17:10:18","slug":"install-microsoft-teams-client-on-ubuntu-20-04-18-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-microsoft-teams-client-on-ubuntu-20-04-18-04\/","title":{"rendered":"Install Microsoft Teams Client on Ubuntu 20.04\/18.04"},"content":{"rendered":"\n
In this guide, we are going to learn how to install Microsoft Teams client on Ubuntu 20.04\/18.04. Microsoft Teams<\/a> is chat-centered workspace in Office 365. It instantly enables you to access all your team\u2019s content from a single place where messages, files, people and tools live together.<\/p>\n\n\n\n Some of the features provided by the Microsoft Teams app include;<\/p>\n\n\n\n As of this writing, Microsoft Teams App for Linux is available as a preview version.<\/p>\n\n\n\n The use of Microsoft Teams App requires appropriate commercial Office 365 subscription. Ensure that you have the necessary license to use Teams app seamlessly.<\/p>\n\n\n\n There are two ways in which you can install Microsoft Teams on Ubuntu 20.04 or Ubuntu 18.04;<\/p>\n\n\n\n Navigate to teams app downloads page<\/a> and grab the current Debian binary installer.<\/p>\n\n\n\n You can simply obtain the URL and pull the binary using wget;<\/p>\n\n\n\n Once the download is complete, install Teams using APT package manager. This ensures that any would dependencies are sorted automatically;<\/p>\n\n\n\n It is also possible to install Microsoft Teams App from Microsoft repos. Thus create the repository as follows and install Teams App.<\/p>\n\n\n\n Install repository signing Key;<\/p>\n\n\n\n Create the Teams App repository;<\/p>\n\n\n\n Similarly, this command can work as well;<\/p>\n\n\n\n Apt your system package cache;<\/p>\n\n\n\n Install Microsoft Teams App from repository;<\/p>\n\n\n\n Once the App is installed, you can either launch Teams App from activities or from terminal by simply typing Launch teams and sign in with your cooperate mail account to be able to create teams, schedule meetings, chat make team calls etc.<\/p>\n\n\n Want to remove Teams App? Run the command below;<\/p>\n\n\n\n How to Install Zoom Video Communications Client on Ubuntu 18.04 LTS<\/a><\/p>\n\n\n\n Install and Setup Chrome Remote Desktop on Ubuntu 20.04<\/a><\/p>\n\n\n\n\n
Install MS Teams App on Ubuntu 20.04\/18.04<\/h2>\n\n\n\n
\n
Install Teams via DEB Linux Binary Installer<\/h3>\n\n\n\n
wget https:\/\/packages.microsoft.com\/repos\/ms-teams\/pool\/main\/t\/teams\/teams_1.5.00.10453_amd64.deb<\/code><\/pre>\n\n\n\n
sudo apt install .\/teams_1.5.00.10453_amd64.deb<\/code><\/pre>\n\n\n\n
Install Microsoft Teams from Microsoft Repository<\/h3>\n\n\n\n
curl -s https:\/\/packages.microsoft.com\/keys\/microsoft.asc | \\\nsudo gpg --dearmor > \/etc\/apt\/trusted.gpg.d\/teams.gpg<\/code><\/pre>\n\n\n\n
echo \"deb [arch=amd64] https:\/\/packages.microsoft.com\/repos\/ms-teams stable main\" > \/etc\/apt\/sources.list.d\/teams.list<\/code><\/pre>\n\n\n\n
echo \"deb [arch=amd64] https:\/\/packages.microsoft.com\/repos\/ms-teams stable main\" | sudo tee \/etc\/apt\/sources.list.d\/teams.list<\/code><\/pre>\n\n\n\n
sudo apt update<\/code><\/pre>\n\n\n\n
apt install teams<\/code><\/pre>\n\n\n\n
Using Microsoft Teams App on Ubuntu 20.04\/18.04<\/h3>\n\n\n\n
teams<\/strong><\/code>.<\/p>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure><\/div>\n\n\n
apt remove --purge --auto-remove teams -y<\/code><\/pre>\n\n\n\n
Related Tutorials<\/h3>\n\n\n\n