{"id":15149,"date":"2022-02-14T15:23:36","date_gmt":"2022-02-14T15:23:36","guid":{"rendered":"https:\/\/linuxways.net\/?p=15149"},"modified":"2022-02-14T15:23:36","modified_gmt":"2022-02-14T15:23:36","slug":"how-to-install-microsoft-teams-on-opensuse","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/opensuse\/how-to-install-microsoft-teams-on-opensuse\/","title":{"rendered":"How to Install Microsoft Teams on openSUSE"},"content":{"rendered":"<p>During Covid-19, everybody noticed an upsurge in online meetings via video conferencing tools. Microsoft Teams is a video conferencing tool that allows schools, universities, and even corporations to hold online lectures or meetings. It is among one of the most used <a href=\"https:\/\/linuxways.net\/de\/centos\/top-5-collaboration-tools-2021\/\">collaboration softwares<\/a>. You can install and use Microsoft Teams on Linux, Windows, and Mac.<\/p>\n<p>This post covers how to install Microsoft Teams on <strong>openSUSE Leap 15.3<\/strong>. For other Linux distributions, visit how to install Microsoft Teams on <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-microsoft-teams-on-ubuntu-20-04-lts\/\">Ubuntu<\/a>, <a href=\"https:\/\/linuxways.net\/de\/debian\/install-microsoft-teams-on-debian-11-bullseye\/\">Debian<\/a>, and <a href=\"https:\/\/linuxways.net\/de\/centos\/how-to-install-microsoft-teams-on-centos\/\">CentOS<\/a>.<\/p>\n<h2>Method#1 Installation via Repository<\/h2>\n<p>This method covers the installation of Microsoft Teams via repository. Follow the below instructions to install Microsoft Teams on openSUSE via the repository:<\/p>\n<p>1. Import the Microsoft GPG key to your system through the command below:<\/p>\n<pre>$ sudo rpm --import https:\/\/packages.microsoft.com\/keys\/microsoft.asc<\/pre>\n<p>As you have run the above command as sudo, you will have to enter the sudo password. Enter the password, after which the Microsoft GPG key will be added.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"993\" height=\"51\" class=\"wp-image-15150\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-357.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-357.png 993w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-357-300x15.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-357-768x39.png 768w\" sizes=\"auto, (max-width: 993px) 100vw, 993px\" \/><\/p>\n<p>2. Now add the Microsoft Teams repository to your openSUSE system. You can do so through the below command:<\/p>\n<pre>$ sudo zypper ar https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\/ ms-teams<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1041\" height=\"280\" class=\"wp-image-15151\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-358.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-358.png 1041w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-358-300x81.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-358-1024x275.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-358-768x207.png 768w\" sizes=\"auto, (max-width: 1041px) 100vw, 1041px\" \/><\/p>\n<p>3. After adding the Microsoft Teams repository, update the local repositories database through the command below:<\/p>\n<pre>$ sudo zypper ref<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"929\" height=\"299\" class=\"wp-image-15152\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-359.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-359.png 929w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-359-300x97.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-359-768x247.png 768w\" sizes=\"auto, (max-width: 929px) 100vw, 929px\" \/><\/p>\n<p>4. Now you can install Microsoft Teams on your openSUSE system through the command below:<\/p>\n<pre>$ sudo zypper install teams<\/pre>\n<p>This command will display the name of the package that is going to be installed on your system. It will also show the download size of the package. Then it will ask for your confirmation about installation. Type <strong>y<\/strong> and hit <strong>Enter<\/strong> to continue the installation of Microsoft Teams.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"924\" height=\"433\" class=\"wp-image-15153\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-360.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-360.png 924w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-360-300x141.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-360-768x360.png 768w\" sizes=\"auto, (max-width: 924px) 100vw, 924px\" \/><\/p>\n<p>After Microsoft Teams is installed, you can launch it through the applications menu. Open the Applications menu by hitting the super key and then type <em>teams <\/em>in the search bar. When the search result shows up, click the <strong>Microsoft<\/strong> <strong>Teams<\/strong> icon.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"439\" height=\"278\" class=\"wp-image-15154\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-361.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-361.png 439w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-361-300x190.png 300w\" sizes=\"auto, (max-width: 439px) 100vw, 439px\" \/><\/p>\n<h2>Method#2 Installation via Snap<\/h2>\n<p>This method covers the installation of Microsoft Teams via snap. Follow the below instructions to install Microsoft Teams on openSUSE via snap:<\/p>\n<p>1. Run the below command to add the snappy repository to your system\u2019s repository database:<\/p>\n<pre>$ sudo zypper addrepo --refresh https:\/\/download.opensuse.org\/repositories\/system:\/snappy\/openSUSE_Leap_15.3 snappy<\/pre>\n<p>2. Then run the below command to import the GPG key:<\/p>\n<pre>$ sudo zypper --gpg-auto-import-keys refresh<\/pre>\n<p>3. Now upgrade the package cache to incorporate the newly added snappy repository:<\/p>\n<pre>$ sudo zypper dup --from snappy<\/pre>\n<p>4. Now install snapd by running the below command:<\/p>\n<pre>$ sudo zypper install snapd<\/pre>\n<p>It may asks for your confirmation to carry on the procedure. Hit <strong>y<\/strong> and then <strong>Enter<\/strong> key to carry on the procedure.<\/p>\n<p>5. After installing snapd, enable and start its service. Run the below commands to do so:<\/p>\n<pre>$ sudo systemctl enable snapd<\/pre>\n<pre>$ sudo systemctl start snapd<\/pre>\n<p>Then run the below commands to enable and start snapd.apparmor service:<\/p>\n<pre>$ sudo systemctl enable snapd.apparmor<\/pre>\n<pre>$ sudo systemctl start snapd.apparmor<\/pre>\n<p>6. Now that all of the necessary services are up and running, you can use the below command to install Microsoft Teams on your openSUSE:<\/p>\n<pre>$ sudo snap install teams-for-linux<\/pre>\n<p>This command will install Microsoft Teams on your openSUSE system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"685\" height=\"81\" class=\"wp-image-15155\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-362.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-362.png 685w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-362-300x35.png 300w\" sizes=\"auto, (max-width: 685px) 100vw, 685px\" \/><\/p>\n<p>After Microsoft Teams is installed, you can launch it through the applications menu. Open the Applications menu by hitting the super key and then type <em>teams <\/em>in the search bar. When the search result shows up, click <strong>Teams for Linux<\/strong> icon.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"443\" height=\"270\" class=\"wp-image-15156\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-363.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-363.png 443w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-363-300x183.png 300w\" sizes=\"auto, (max-width: 443px) 100vw, 443px\" \/><\/p>\n<h2>Uninstall Teams<\/h2>\n<p>If you no longer need Microsoft Teams on your system, You can uninstall it as follows:<\/p>\n<p>If you used the zypper package manager for installing Microsoft Teams, you can also uninstall it using the zypper:<\/p>\n<pre>$ sudo zypper remove teams<\/pre>\n<p>If you used the snap package manager for installing Microsoft Teams, you can also uninstall it using the snap:<\/p>\n<pre>$ sudo snap remove teams-for-linux<\/pre>\n<p>In this post, we covered the installation of Microsoft Teams on the openSUSE system. Using either the repository or the snap package manager, you can easily install Microsoft Teams on your openSUSE. At the end of this post, we also covered how to uninstall Microsoft Teams in case you need to do so.<\/p>\n<p>If you wish, you can also look at some other collaboration tools such as <a href=\"https:\/\/linuxways.net\/de\/opensuse\/how-to-install-skype-on-opensuse-leap\/\">Skype<\/a>, <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-slack-on-ubuntu-20-04\/\">Slack<\/a>, <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-zoom-on-ubuntu-20-04-lts\/\">Zoom<\/a>, <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-zimbra-on-ubuntu-18-04-lts\/\">Zimbra<\/a>, <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-nextcloud-on-ubuntu-20-04-with-apache\/\">Nextcloud<\/a>, etc as an alternative to Microsoft Teams.<\/p>","protected":false},"excerpt":{"rendered":"<p>During Covid-19, everybody noticed an upsurge in online meetings via video conferencing tools. Microsoft Teams is a video conferencing tool that allows schools, universities, and even corporations to&hellip;<\/p>","protected":false},"author":1,"featured_media":15157,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[83],"tags":[13,858],"class_list":["post-15149","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-opensuse","tag-microsoft-teams","tag-opensuse"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=15149"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15149\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/15157"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=15149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=15149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=15149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}