Posts

Showing posts with the label Teams

Microsoft Teams, Progressive Web APP on Ubuntu

Image
Recently, Microsoft applications are beginning to appear on Ubuntu and with the arrival of Progressiv Web Apps (PWA), this greatly facilitates their porting. The latest application is Microsoft Teams. https://techcommunity.microsoft.com/t5/microsoft-teams-blog/microsoft-teams-progressive-web-app-now-available-on-linux/ba-p/3669846 In this blog post, we will see how to install Microsoft Teams using the PWA. Prerequisites Below is the list of prerequisites Microsoft Edge or Chrome Install Microsoft Teams PWA On your Ubuntu computer, open Microsoft Edge or Chrome Connect to Teams Web site   https://teams.microsoft.com Enter your credential informations Click on the icon below Select Install Teams is installed on your computer Uninstall Teams PWA Open Microsoft Edge or Chrome Go to Menu / Apps / Manage Apps Click on the three little dots Select Uninstall Teams PWA - Auto-start on device login Recently, you can activate the automatic launch of Microsoft Teams PWA via Microsoft Edge....

How to install Microsoft Teams on Ubuntu

Image
Microsoft Teams is now available on progressive web app.   See this blog post :  https://www.ccmtune.fr/2022/11/microsoft-teams-progressive-web-app-on.html Microsoft Teams is a proprietary enterprise communication platform developed by Microsoft and is a collaborative application that brings together chat capabilities, Calls, collaboration and meetings via a single interface to facilitate teamwork. This tool is available on Windows, Mac, Android, iOS and recently on Linux . Below is how to install the Teams client on Ubuntu 22.04 client. Prerequisites Linux distributions supporting . deb and . rpm packages Teams client installation 1. Update your operating system Open a Terminal and execute this command line sudo apt update && sudo apt upgrade -y 2. Install prerequisites packages Execute this command line in Terminal sudo apt install software-properties-common apt-transport-https wget ca-certificates gnupg2 -y 3. Import the GPG Key Execute this command line in Termin...