Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

intall teams on ubuntu

#option1
wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3.00.5153_amd64.deb
sudo apt install ./teams_1.3.00.5153_amd64.deb

#option2
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list
apt update
apt install teams
Comment

installer microsoft teams ubuntu

wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3.00.30857_amd64.deb
Comment

PREVIOUS NEXT
Code Example
Shell ::  
Shell :: remote origin already exist error 
:: php restart 
Shell ::  
:: install vscode using apt 
Shell :: install node js ubuntu 
:: docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory 
::  
::  
::  
::  
::  
:: dual boot time fix 
Shell :: hardhat 
::  
Shell ::  
Shell ::  
::  
:: restart apache 
Shell ::  
::  
::  
::  
::  
::  
Shell ::  
::  
::  
::  
Shell ::  
ADD CONTENT
Topic
Content
Source link
Name
3+2 =