{"id":9159,"date":"2021-06-18T17:51:10","date_gmt":"2021-06-18T14:51:10","guid":{"rendered":"https:\/\/kifarunix.com\/?p=9159"},"modified":"2024-03-18T20:57:09","modified_gmt":"2024-03-18T17:57:09","slug":"install-microsoft-teams-on-rocky-linux-8","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-microsoft-teams-on-rocky-linux-8\/","title":{"rendered":"Install Microsoft Teams on Rocky Linux 8"},"content":{"rendered":"\n<p>In this guide, we are going to learn how to install Microsoft Teams on Rocky Linux 8.&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.microsoft.com\/en\/microsoft-365\/microsoft-teams\/group-chat-software\" target=\"_blank\">Microsoft Teams<\/a>&nbsp;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<p>Some of the features provided by the Microsoft Teams app include;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Work with your team\u2019s documents on the go<\/li>\n\n\n\n<li>Move seamlessly across different team projects and topics<\/li>\n\n\n\n<li>Mention individual team members or your entire team to get attention.<\/li>\n\n\n\n<li>Chat privately one-on-one or have instant group conversations<\/li>\n\n\n\n<li>See real-time chat history on your favorite device and continue conversations started elsewhere<\/li>\n\n\n\n<li>Chat with your entire team in dedicated channels<\/li>\n\n\n\n<li>Quickly search through your chats and team conversations<\/li>\n\n\n\n<li>Find a contact through name or email address search<\/li>\n\n\n\n<li>Include content and capabilities you need every day<\/li>\n\n\n\n<li>Customize alerts to get notified when you get mentioned or get a message<\/li>\n\n\n\n<li>Save important conversations to quickly access them later<\/li>\n\n\n\n<li>Get the enterprise-level security and compliance you expect from Office 365<\/li>\n\n\n\n<li>Enhanced security with multi-factor authentication<\/li>\n<\/ul>\n\n\n\n<p>As of this writing, Microsoft Teams App for Linux is available as a preview version.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Microsoft Teams on Rocky Linux 8<\/h2>\n\n\n\n<p>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<p>There are two ways in which you can install Microsoft Teams;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"#rpm-binary\">Install Teams via RPM Linux Binary Installer<\/a><\/li>\n\n\n\n<li><a href=\"#teams-repos\">Install Teams via the Microsoft Teams YUM Repository<\/a><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"rpm-binary\">Install Microsoft Teams via RPM<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Download Teams Linux Binary Installer<\/h4>\n\n\n\n<p>Navigate to&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\/microsoft-teams\/download-app#desktopAppDownloadregion\" target=\"_blank\">teams app downloads page<\/a>&nbsp;and grab the Debian binary installer. You can simply obtain the URL and pull the binary using wget;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>wget https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\/teams-1.4.00.13653-1.x86_64.rpm<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Install Microsoft Teams Using RPM<\/h4>\n\n\n\n<p>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<pre class=\"wp-block-preformatted\"><code>sudo dnf localinstall teams-1.4.00.13653-1.x86_64.rpm<\/code><\/pre>\n\n\n\n<p>You can even install directly using the url without downloading the file;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf install https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\/teams-1.4.00.13653-1.x86_64.rpm<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"teams-repos\">Install Microsoft Teams via Microsoft Repository<\/h3>\n\n\n\n<p>It is also possible to install Microsoft Teams App from Microsoft repos.<\/p>\n\n\n\n<p>Thus create the repository as follows and install Teams App.<\/p>\n\n\n\n<p>Install repository signing Key;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo rpm --import https:\/\/packages.microsoft.com\/keys\/microsoft.asc<\/code><\/pre>\n\n\n\n<p>Create the Teams YUM repository;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat &gt; \/etc\/yum.repos.d\/teams.repo &lt;&lt; EOL\n&#91;teams]\nname=teams\nbaseurl=https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\nenabled=1\ngpgcheck=1\ngpgkey=https:\/\/packages.microsoft.com\/keys\/microsoft.asc\nEOL<\/code><\/pre>\n\n\n\n<p>Install Microsoft Teams;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf install teams<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Using Microsoft Teams App on Rocky Linux 8<\/h3>\n\n\n\n<p>Once the App is installed, you can either launch Teams App from activities or from terminal by simply typing&nbsp;<code><strong>teams<\/strong><\/code>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1157\" height=\"558\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/06\/install-teams-rocky-linux-8.png\" alt=\"\" class=\"wp-image-9165\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/06\/install-teams-rocky-linux-8.png?v=1624027373 1157w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/06\/install-teams-rocky-linux-8-768x370.png?v=1624027373 768w\" sizes=\"(max-width: 1157px) 100vw, 1157px\" \/><\/figure>\n\n\n\n<p>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\n<h3 class=\"wp-block-heading\">Other Tutorials<\/h3>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-microsoft-teams-client-on-ubuntu-20-04-18-04\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install Microsoft Teams Client on Ubuntu 20.04\/18.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/request-control-during-screen-share-in-teams-on-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">Request control during screen share in Teams on Linux<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-microsoft-teams-app-on-fedora-32-31-30\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install Microsoft Teams App on Fedora 32\/31\/30<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we are going to learn how to install Microsoft Teams on Rocky Linux 8.&nbsp;Microsoft Teams&nbsp;is chat-centered workspace in Office 365. It instantly<\/p>\n","protected":false},"author":1,"featured_media":9166,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[3699,3696,3697,1492,3698],"class_list":["post-9159","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-chat","tag-install-teams-on-rocky-linux","tag-microsoft-teams-rocky-linux","tag-ms-teams","tag-rocky-linux-ms-teams-app","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9159"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=9159"}],"version-history":[{"count":4,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9159\/revisions"}],"predecessor-version":[{"id":21790,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9159\/revisions\/21790"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/9166"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=9159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=9159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=9159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}