{"id":6819,"date":"2020-08-26T23:46:50","date_gmt":"2020-08-26T20:46:50","guid":{"rendered":"https:\/\/kifarunix.com\/?p=6819"},"modified":"2024-03-14T22:19:50","modified_gmt":"2024-03-14T19:19:50","slug":"install-microsoft-teams-app-on-fedora-32-31-30","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-microsoft-teams-app-on-fedora-32-31-30\/","title":{"rendered":"Install Microsoft Teams App on Fedora 32\/31\/30"},"content":{"rendered":"\n
In this guide, we are going to learn how to install Microsoft Teams app on Fedora 32\/31\/30. 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 public 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 Fedora 32\/31\/30;<\/p>\n\n\n\n Navigate to teams app downloads page<\/a> and grab the RHEL RPM binary installer. You can simply obtain the URL and pull the binary using wget;<\/p>\n\n\n\n Note that you can as well install directly without downloading the RPM binary as shown below.<\/p>\n\n\n\n Once the download is complete, install Teams using YUM\/DNF package manager. This ensures that any would dependencies are sorted automatically;<\/p>\n\n\n\n Or simply run;<\/p>\n\n\n\n Microsoft also provides the Teams App repos. To install the Teams repos on Fedora 32\/31\/30 system;<\/p>\n\n\n\n Update your system package cache;<\/p>\n\n\n\n Install Microsoft Teams App from on Fedora 32\/31\/30 from Microsoft RPM repository;<\/p>\n\n\n\n Once the MS Teams app is installed, you can either launch Teams App from activities or from terminal by simply typing Launch the app the sign in with your Microsoft account.<\/p>\n\n\n And that is how easy it is to install Microsoft Teams App on Fedora 32\/31\/30.<\/p>\n\n\n\n Install Microsoft Teams Client on Ubuntu 20.04\/18.04<\/a><\/p>\n\n\n\n Install and Setup Passbolt Password Manager on Ubuntu 20.04<\/a><\/p>\n\n\n\n Install and Setup Vtiger CRM on Ubuntu 20.04<\/a><\/p>\n\n\n\n\n
Installing Microsoft Teams App on Fedora 32\/31\/30<\/h2>\n\n\n\n
\n
Install Teams via RPM Linux Binary Installer<\/h3>\n\n\n\n
Download Teams RPM Binary Installer<\/h4>\n\n\n\n
wget https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\/teams-1.3.00.16851-1.x86_64.rpm<\/code><\/pre>\n\n\n\n
Install Teams Using RPM Binary Installer<\/h4>\n\n\n\n
dnf install teams-1.3.00.16851-1.x86_64.rpm<\/code><\/pre>\n\n\n\n
Dependencies resolved.\n============================================================================================================================================================================\n Package Architecture Version Repository Size\n============================================================================================================================================================================\nInstalling:\n teams x86_64 1.3.00.16851-1 @commandline 91 M\n\nTransaction Summary\n============================================================================================================================================================================\nInstall 1 Package\n\nTotal size: 91 M\nInstalled size: 243 M\nIs this ok [y\/N]: y<\/code><\/pre>\n\n\n\n
dnf install https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\/teams-1.3.00.16851-1.x86_64.rpm<\/code><\/pre>\n\n\n\n
Install Microsoft Teams from Microsoft RPM Repository<\/h3>\n\n\n\n
Install repository signing Key<\/h4>\n\n\n\n
rpm --import https:\/\/packages.microsoft.com\/keys\/microsoft.asc<\/code><\/pre>\n\n\n\n
Create the Teams RPM repository on Fedora 32\/31\/30;<\/h4>\n\n\n\n
cat > \/etc\/yum.repos.d\/ms-teams.repo << 'EOL'\n[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
dnf update<\/code><\/pre>\n\n\n\n
dnf install teams<\/code><\/pre>\n\n\n\n
Dependencies resolved.\n============================================================================================================================================================================\n Package Architecture Version Repository Size\n============================================================================================================================================================================\nInstalling:\n teams x86_64 1.3.00.16851-1 teams 91 M\n\nTransaction Summary\n============================================================================================================================================================================\nInstall 1 Package\n\nTotal download size: 91 M\nInstalled size: 243 M\nIs this ok [y\/N]: y<\/code><\/pre>\n\n\n\n
Using Microsoft Teams App on Fedora 32\/31\/30<\/h3>\n\n\n\n
teams<\/strong><\/code> and pressing Enter.<\/p>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure><\/div>\n\n\n
Other Tutorials<\/h4>\n\n\n\n