Another Linux tutorial is how to install Microsoft Teams on Debian 11. The installation will be done in two ways, both by the gdebi manager and the console.
Installation is very easy, just follow a few steps.
Installation from Gdebi:
We start the browser and go to the chrome page. We download the .deb file
https://www.microsoft.com/pl-pl/microsoft-teams/download-app
We run the terminal and go to the downloads folder:
We run the installation with the gdebi command once with sudo privileges and enter our user password
sudo gdebi teams_1.5.00.10453_amd64.deb
we accept the installation by pressing the key T
After installation, Microsoft Teams is already visible on the system:
Installation via terminal:
at the beginning, we raise our powers by command:
sudo su
we download and add the repositories key:
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
The next step is to add a repository:
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list'
We update the repository list with the command:
sudo apt update
and we make the installation:
sudo apt install teams -y
Ready!
Below, of course, a video of the installation in both ways:
Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych…
Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy…
The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Polecenie…
Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób…
The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość…
Recursive change of file permissions Go to the directory for which we want to change permissions (np public_html)…