{"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
In this guide, we are going to learn how to install Microsoft Teams on Rocky Linux 8. 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;<\/p>\n\n\n\n Navigate to teams app downloads page<\/a> and grab the Debian binary installer. 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 You can even install directly using the url without downloading the file;<\/p>\n\n\n\n It is also possible to install Microsoft Teams App from Microsoft repos.<\/p>\n\n\n\n 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 YUM repository;<\/p>\n\n\n\n Install Microsoft Teams;<\/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\n Install Microsoft Teams Client on Ubuntu 20.04\/18.04<\/a><\/p>\n\n\n\n Request control during screen share in Teams on Linux<\/a><\/p>\n\n\n\n\n
Installing Microsoft Teams on Rocky Linux 8<\/h2>\n\n\n\n
\n
Install Microsoft Teams via RPM<\/h3>\n\n\n\n
Download Teams Linux Binary Installer<\/h4>\n\n\n\n
wget https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\/teams-1.4.00.13653-1.x86_64.rpm<\/code><\/pre>\n\n\n\n
Install Microsoft Teams Using RPM<\/h4>\n\n\n\n
sudo dnf localinstall teams-1.4.00.13653-1.x86_64.rpm<\/code><\/pre>\n\n\n\n
dnf install https:\/\/packages.microsoft.com\/yumrepos\/ms-teams\/teams-1.4.00.13653-1.x86_64.rpm<\/code><\/pre>\n\n\n\n
Install Microsoft Teams via Microsoft Repository<\/h3>\n\n\n\n
sudo rpm --import https:\/\/packages.microsoft.com\/keys\/microsoft.asc<\/code><\/pre>\n\n\n\n
cat > \/etc\/yum.repos.d\/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 install teams<\/code><\/pre>\n\n\n\n
Using Microsoft Teams App on Rocky Linux 8<\/h3>\n\n\n\n
teams<\/strong><\/code>.<\/p>\n\n\n\n
<\/figure>\n\n\n\n
Other Tutorials<\/h3>\n\n\n\n